Skip to content

Commit 392b956

Browse files
Preview (#109)
* Chores and fixes (#97) * chore: remove VS Code config * chore: update .gitignore for local builds * chore: fix .gitignore * chore: fix .gitignore * remove ignored templates * chore: fix whitespace and EOF newline * chore: fix .gitignore * chore: remove extra .editorconfig * fix: release notes linking * fix: rename release notes sidelist * fix: rename release notes sidelist --------- Co-authored-by: Tom Kent <[email protected]> * Staging (#98) - Clean up repo - Fix GitHub actions - Fix formatting and syntax - Add MWC framework sample and link --------- Co-authored-by: Tom Kent <[email protected]> * Add MWC react and vue samples (#100) * chore: remove VS Code config * chore: update .gitignore for local builds * chore: fix .gitignore * chore: fix .gitignore * remove ignored templates * chore: fix whitespace and EOF newline * chore: fix .gitignore * chore: remove extra .editorconfig * fix: release notes linking * fix: rename release notes sidelist * fix: rename release notes sidelist * chore: use main branch Docs-Template-Repo for preview CI * fix: allow preview CI on push to preview branch * add: code gallery and web framework samples * fix: MWC v2.0 sidelist * fix: code gallery links * fix: web framework links * sample: add MWC react and vue samples --------- Co-authored-by: Tom Kent <[email protected]> * Staging (#102) * chore: remove VS Code config * chore: update .gitignore for local builds * chore: fix .gitignore * chore: fix .gitignore * remove ignored templates * chore: fix whitespace and EOF newline * chore: fix .gitignore * chore: remove extra .editorconfig * fix: release notes linking * fix: rename release notes sidelist * fix: rename release notes sidelist * chore: use main branch Docs-Template-Repo for preview CI * fix: allow preview CI on push to preview branch * add: code gallery and web framework samples * fix: MWC v2.0 sidelist * fix: code gallery links * fix: web framework links * sample: add MWC react and vue samples * fix: EOF newline * feat: self hosted DDS resources option * fix: syntax * add: more self hosting DDS resources instructions * chore: remove old DDS self hosting section * fix: DDS resources info * feat: multi-panel DDS hello world * feat: multi-panel DDS hello world * chore: fixes * add: DDS release notes * Staging (#103) * fix: links * fix: self hosting - download resources * chore: remove mwcNav-v2.0.html * feat: change page keywords to MDS * feat: change URLs to MDS JS * chore: remove unused GitHub action * feat: update GitHub action links * chore: page keywords * feat: update product navigation file * feat: update latest liquid headers to MDS * feat: update introduction page to MDS * feat: move MWC articles to code gallery * chore: syntax error * feat: move MDS guide up side list tree * feat: update MDS user guide * chore: fix markdown code block language * Staging (#104) * fix: language * fix: site tree * fix: syntax * chore: replace DDS with MDS * feat: move guide article paths feat: guides and MWC redirects feat: update links to guide articles in side tree fix: remove extra navigation bar file fix: move MDS release notes fix: MDS release notes links and content fix: MDS guide content fix: broken MDS guide links and liquid macro chore: remove moved links * Staging (#106) * fix: intro description link * fix: API reference links * fix: various content fixes (#107) * Fix Content (#108) * fix: various content fixes * fix: remove MWC guide link in introduction --------- Co-authored-by: Tom Kent <[email protected]>
1 parent 0c7a4f2 commit 392b956

34 files changed

+1121
-1239
lines changed

.github/workflows/full-site-build.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
if: ${{ github.ref == 'refs/heads/main' }}
2121
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@main
2222
with:
23-
doc-repo: mobile-web-capture-docs
24-
doc-url: mobile-web-capture/docs/
23+
doc-repo: mobile-document-scanner-docs-js
24+
doc-url: mobile-document-scanner/docs/web/
2525
secrets: inherit
2626

2727
Build-Preview:
2828
if: ${{ github.ref == 'refs/heads/preview' }}
2929
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@main
3030
with:
31-
doc-repo: mobile-web-capture-docs
32-
doc-url: mobile-web-capture/docs/
31+
doc-repo: mobile-document-scanner-docs-js
32+
doc-url: mobile-document-scanner/docs/web/
3333
secrets: inherit

_config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
repository: dynamsoft-docs/mobile-web-capture-docs
22
repositoryUrl: https://github.com/dynamsoft-docs/mobile-web-capture-docs/blob/main
3-
docFullPath: https://www.dynamsoft.com/mobile-web-capture/docs
4-
firstLevelUrl: /mobile-web-capture/docs
5-
docHomePage: /mobile-web-capture/docs/introduction/
3+
docFullPath: https://www.dynamsoft.com/mobile-document-scanner/docs/web
4+
firstLevelUrl: /mobile-document-scanner/docs/web
5+
docHomePage: /mobile-document-scanner/docs/web/introduction/
66

7-
introduction: /mobile-web-capture/docs/introduction/
8-
gettingstarted: /mobile-web-capture/docs/gettingstarted/
9-
codegallery: /mobile-web-capture/docs/codegallery/
10-
code-gallery: /mobile-web-capture/docs/code-gallery/
11-
api: /mobile-web-capture/docs/api/
7+
introduction: /mobile-document-scanner/docs/web/introduction/
8+
gettingstarted: /mobile-document-scanner/docs/web/gettingstarted/
9+
codegallery: /mobile-document-scanner/docs/web/codegallery/
10+
code-gallery: /mobile-document-scanner/docs/web/code-gallery/
11+
api: /mobile-document-scanner/docs/web/api/
1212

13-
guides: /mobile-web-capture/docs/guides/
13+
guide: /mobile-document-scanner/docs/web/guide/
1414

15-
release-notes: /mobile-web-capture/docs/release-notes/
15+
release-notes: /mobile-document-scanner/docs/web/release-notes/
1616

1717
useVersionTree: true
1818

19-
assets: /mobile-web-capture/docs/assets/
20-
edit_icon: /mobile-web-capture/docs/assets/img-icon/edit-icon.png
21-
smile_icon: /mobile-web-capture/docs/assets/img-icon/icon-smile.png
22-
sad_icon: /mobile-web-capture/docs/assets/img-icon/icon-sad.png
19+
assets: /mobile-document-scanner/docs/web/assets/
20+
edit_icon: /mobile-document-scanner/docs/web/assets//img-icon/edit-icon.png
21+
smile_icon: /mobile-document-scanner/docs/web/assets/img-icon/icon-smile.png
22+
sad_icon: /mobile-document-scanner/docs/web/assets/img-icon/icon-sad.png
2323

24-
baseurl: "/mobile-web-capture/docs"
24+
baseurl: "/mobile-document-scanner/docs/web"
2525

26-
download: "/mobile-web-capture/downloads/"
26+
download: "/mobile-document-scanner/downloads/"
2727

2828
plugins:
2929
- jemoji

_data/full_tree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tree_file_list:
22
- sidelist-introduction.html
3-
- sidelist-guides.html
3+
- sidelist-guide.html
44
- sidelist-code-gallery.html
55
- sidelist-api.html
66
- sidelist-release-notes.html

_includes/mwcNav-v2.0.html

Lines changed: 0 additions & 67 deletions
This file was deleted.

_includes/mwcNav.html

Lines changed: 0 additions & 67 deletions
This file was deleted.

_includes/sidelist-api.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
<li><a href="{{ site.api }}index.html" class="otherLinkColour">API References</a>
2-
<ul>
3-
<li><a href="{{ site.api }}document-scanner.html" class="otherLinkColour">Document Scanner</a></li>
4-
<li><a href="{{ site.api }}mobile-web-capture.html" class="otherLinkColour">Mobile Web Capture</a></li>
5-
</ul>
1+
<li><a href="{{ site.api }}index.html" class="otherLinkColour">API Reference</a>
62
</li>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<li><a class="otherLinkColour">Code Gallery</a>
22
<ul>
33
<li><a href="{{ site.code-gallery }}frameworks.html" class="otherLinkColour">Frameworks</a></li>
4+
<li><a href="{{ site.code-gallery }}mobile-web-capture/index.html" class="otherLinkColour">Full Document Management</a>
5+
<ul>
6+
<li><a href="{{ site.code-gallery }}mobile-web-capture/customization-guide.html" class="otherLinkColour">Customization Guide</a></li>
7+
<li><a href="{{ site.code-gallery }}mobile-web-capture/api.html" class="otherLinkColour">API Reference</a></li>
8+
</ul>
9+
</li>
410
</ul>
511
</li>

_includes/sidelist-full-tree.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-introduction.html" -%}
2-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-guides.html" -%}
2+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-guide.html" -%}
33
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-code-gallery.html" -%}
44
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-api.html" -%}
55
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-release-notes.html" -%}

_includes/sidelist-guide.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<li><a href="{{ site.guide }}index.html" class="otherLinkColour">Developer Guide</a>
2+
</li>

0 commit comments

Comments
 (0)