Skip to content

Preview #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 0 additions & 82 deletions .github/workflows/full-site-build.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }}
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@main
with:
doc-repo: mobile-web-capture-docs
doc-url: mobile-web-capture/docs/
doc-repo: mobile-document-scanner-docs-js
doc-url: mobile-document-scanner/docs/web/
secrets: inherit

Build-Preview:
if: ${{ github.ref == 'refs/heads/preview' }}
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@main
with:
doc-repo: mobile-web-capture-docs
doc-url: mobile-web-capture/docs/
doc-repo: mobile-document-scanner-docs-js
doc-url: mobile-document-scanner/docs/web/
secrets: inherit
32 changes: 16 additions & 16 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
repository: dynamsoft-docs/mobile-web-capture-docs
repositoryUrl: https://github.com/dynamsoft-docs/mobile-web-capture-docs/blob/main
docFullPath: https://www.dynamsoft.com/mobile-web-capture/docs
firstLevelUrl: /mobile-web-capture/docs
docHomePage: /mobile-web-capture/docs/introduction/
docFullPath: https://www.dynamsoft.com/mobile-document-scanner/docs/web
firstLevelUrl: /mobile-document-scanner/docs/web
docHomePage: /mobile-document-scanner/docs/web/introduction/

introduction: /mobile-web-capture/docs/introduction/
gettingstarted: /mobile-web-capture/docs/gettingstarted/
codegallery: /mobile-web-capture/docs/codegallery/
code-gallery: /mobile-web-capture/docs/code-gallery/
api: /mobile-web-capture/docs/api/
introduction: /mobile-document-scanner/docs/web/introduction/
gettingstarted: /mobile-document-scanner/docs/web/gettingstarted/
codegallery: /mobile-document-scanner/docs/web/codegallery/
code-gallery: /mobile-document-scanner/docs/web/code-gallery/
api: /mobile-document-scanner/docs/web/api/

guides: /mobile-web-capture/docs/guides/
guide: /mobile-document-scanner/docs/web/guide/

release-notes: /mobile-web-capture/docs/release-notes/
release-notes: /mobile-document-scanner/docs/web/release-notes/

useVersionTree: true

assets: /mobile-web-capture/docs/assets/
edit_icon: /mobile-web-capture/docs/assets/img-icon/edit-icon.png
smile_icon: /mobile-web-capture/docs/assets/img-icon/icon-smile.png
sad_icon: /mobile-web-capture/docs/assets/img-icon/icon-sad.png
assets: /mobile-document-scanner/docs/web/assets/
edit_icon: /mobile-document-scanner/docs/web/assets//img-icon/edit-icon.png
smile_icon: /mobile-document-scanner/docs/web/assets/img-icon/icon-smile.png
sad_icon: /mobile-document-scanner/docs/web/assets/img-icon/icon-sad.png

baseurl: "/mobile-web-capture/docs"
baseurl: "/mobile-document-scanner/docs/web"

download: "/mobile-web-capture/downloads/"
download: "/mobile-document-scanner/downloads/"

plugins:
- jemoji
Expand Down
2 changes: 1 addition & 1 deletion _data/full_tree.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tree_file_list:
- sidelist-introduction.html
- sidelist-guides.html
- sidelist-guide.html
- sidelist-code-gallery.html
- sidelist-api.html
- sidelist-release-notes.html
Expand Down
67 changes: 0 additions & 67 deletions _includes/mwcNav-v2.0.html

This file was deleted.

67 changes: 0 additions & 67 deletions _includes/mwcNav.html

This file was deleted.

6 changes: 1 addition & 5 deletions _includes/sidelist-api.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
<li><a href="{{ site.api }}index.html" class="otherLinkColour">API References</a>
<ul>
<li><a href="{{ site.api }}document-scanner.html" class="otherLinkColour">Document Scanner</a></li>
<li><a href="{{ site.api }}mobile-web-capture.html" class="otherLinkColour">Mobile Web Capture</a></li>
</ul>
<li><a href="{{ site.api }}index.html" class="otherLinkColour">API Reference</a>
</li>
6 changes: 6 additions & 0 deletions _includes/sidelist-code-gallery.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<li><a class="otherLinkColour">Code Gallery</a>
<ul>
<li><a href="{{ site.code-gallery }}frameworks.html" class="otherLinkColour">Frameworks</a></li>
<li><a href="{{ site.code-gallery }}mobile-web-capture/index.html" class="otherLinkColour">Full Document Management</a>
<ul>
<li><a href="{{ site.code-gallery }}mobile-web-capture/customization-guide.html" class="otherLinkColour">Customization Guide</a></li>
<li><a href="{{ site.code-gallery }}mobile-web-capture/api.html" class="otherLinkColour">API Reference</a></li>
</ul>
</li>
</ul>
</li>
2 changes: 1 addition & 1 deletion _includes/sidelist-full-tree.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-introduction.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-guides.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-guide.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-code-gallery.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-api.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-release-notes.html" -%}
2 changes: 2 additions & 0 deletions _includes/sidelist-guide.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<li><a href="{{ site.guide }}index.html" class="otherLinkColour">Developer Guide</a>
</li>
7 changes: 0 additions & 7 deletions _includes/sidelist-guides.html

This file was deleted.

2 changes: 1 addition & 1 deletion _includes/sidelist-release-notes.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<li><a href="{{ site.release-notes }}mobile-web-capture.html" class="otherLinkColour">Release Notes</a></li>
<li><a href="{{ site.release-notes }}index.html" class="otherLinkColour">Release Notes</a></li>
Loading