Skip to content

Commit 0d3b236

Browse files
authored
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
1 parent ea6d2da commit 0d3b236

22 files changed

+985
-1224
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+
guides: /mobile-document-scanner/docs/web/guides/
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

_includes/mwcNav-v2.0.html

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

_includes/mwcNav.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="col-xs-12">
2020
<ul class="menuList">
2121
<!---->
22-
<li class="title"><a class="orangeLink" href="https://www.dynamsoft.com/use-cases/mobile-web-capture-sdk/?utm_content=nav-solutions">Mobile Web Capture</a></li>
22+
<li class="title"><a class="orangeLink" href="https://www.dynamsoft.com/use-cases/mobile-web-capture-sdk/?utm_content=nav-solutions">Mobile Document Scanner</a></li>
2323
<!-- <li class="item overview">
2424
<a class="textUpperCase" href="{{site.overview}}">Overview</a>
2525
</li>
@@ -37,7 +37,7 @@
3737
<div class="container mobileProductMenu">
3838
<div class="row">
3939
<div class="col-xs-12">
40-
<div class="productLogo">Mobile Web Capture <i class="icon-orange-angle"></i></div>
40+
<div class="productLogo">Mobile Document Scanner <i class="icon-orange-angle"></i></div>
4141
<div id="ddvCurrentPage" class="fontOswald fr currentPage">Resource Base</div>
4242
</div>
4343
</div>
@@ -48,7 +48,7 @@
4848
<div class="col-xs-12">
4949
<ul class="menuList">
5050
<!---->
51-
<li class="title"><a class="orangeLink" href="https://www.dynamsoft.com/use-cases/mobile-web-capture-sdk/?utm_content=nav-solutions">Mobile Web Capture</a></li>
51+
<li class="title"><a class="orangeLink" href="https://www.dynamsoft.com/use-cases/mobile-web-capture-sdk/?utm_content=nav-solutions">Mobile Document Scanner</a></li>
5252
<!-- <li class="item overview">
5353
<a class="textUpperCase" href="{{site.overview}}">Overview</a>
5454
</li>

_includes/sidelist-code-gallery.html

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>
3+
<li><a href="{{ site.code-gallery }}mobile-web-capture/index.html" class="otherLinkColour">Full Document Management</a>
4+
<ul>
5+
<li><a href="{{ site.code-gallery }}mobile-web-capture/customization-guide.html" class="otherLinkColour">Customization Guide</a></li>
6+
<li><a href="{{ site.code-gallery }}mobile-web-capture/api.html" class="otherLinkColour">API Reference</a></li>
7+
</ul>
8+
</li>
39
<li><a href="{{ site.code-gallery }}frameworks.html" class="otherLinkColour">Frameworks</a></li>
410
</ul>
511
</li>

api/document-scanner.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: default-layout
33
needAutoGenerateSidebar: true
44
needGenerateH3Content: true
55
noTitleIndex: false
6-
title: Dynamsoft Document Scanner - API Reference
7-
keywords: Documentation, Mobile Web Capture, Dynamsoft Document Scanner, API, APIs
6+
title: Mobile Document Scanner JS Edition - API Reference
7+
keywords: Documentation, Mobile Document Scanner, Web, JS Edition, Dynamsoft Document Scanner, API, APIs
88
breadcrumbText: API References
9-
description: Dynamsoft Document Scanner - API Reference
9+
description: Mobile Document Scanner JS Edition - API Reference
1010
---
1111

1212
# Dynamsoft Document Scanner API Reference

api/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ layout: default-layout
33
needAutoGenerateSidebar: true
44
needGenerateH3Content: true
55
noTitleIndex: true
6-
title: Mobile Web Capture - API Reference Index
7-
keywords: Documentation, Mobile Web Capture, API Index
6+
title: Mobile Document Scanner JS Edition - API Reference Index
7+
keywords: Documentation, Mobile Document Scanner, Web, JS Edition, API Index
88
description: Mobile Web Capture Documentation API Reference Index
99
---
1010

11-
# API Reference Index
11+
# API Reference Index
1212

13-
## Scan Single-Page Documents
13+
## Scan Single-Page Documents
1414

15-
If you need to scan single-page documents and do not require handling PDF files (import or export), you only need **Dynamsoft Document Scanner (DDS)**, a component of **Mobile Web Capture (MWC)**. You can find its API reference here:
15+
If you need to scan single-page documents and do not require handling PDF files (import or export), you only need **Dynamsoft Document Scanner (DDS)**, a component of **Mobile Web Capture (MWC)**. You can find its API reference here:
1616

17-
- [Dynamsoft Document Scanner API Reference]({{ site.api }}document-scanner.html)
17+
- [Dynamsoft Document Scanner API Reference]({{ site.api }}document-scanner.html)
1818

1919
> [!TIP]
20-
> See it in action with the [Dynamsoft Document Scanner Demo](https://demo.dynamsoft.com/document-scanner/).
20+
> See it in action with the [Dynamsoft Document Scanner Demo](https://demo.dynamsoft.com/document-scanner/).
2121
22-
## Scan Multi-Page Documents
22+
## Scan Multi-Page Documents
2323

24-
If you need to handle multi-page documents, PDF files, annotations, and more, you will need the full-featured **Mobile Web Capture (MWC)**. You can find its API reference here:
24+
If you need to handle multi-page documents, PDF files, annotations, and more, you will need the full-featured **Mobile Web Capture (MWC)**. You can find its API reference here:
2525

26-
- [Mobile Web Capture API Reference]({{ site.api }}mobile-web-capture.html)
26+
- [Mobile Web Capture API Reference]({{ site.api }}mobile-web-capture.html)
2727

2828
> [!TIP]
29-
> See it in action with the [Mobile Web Capture Demo](https://demo.dynamsoft.com/mobile-web-capture/).
29+
> See it in action with the [Mobile Web Capture Demo](https://demo.dynamsoft.com/mobile-web-capture/).

code-gallery/frameworks.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ layout: default-layout
33
# needAutoGenerateSidebar: true
44
# needGenerateH3Content: true
55
# noTitleIndex: false
6-
title: Mobile Web Capture - Frameworks
7-
keywords: Documentation, Mobile Web Capture, frameworks, web frameworks, angular, vue, react
6+
title: Mobile Document Scanner JS Edition - Frameworks
7+
keywords: Documentation, Mobile Document Scanner, Web, JS Edition, Mobile Web Capture, frameworks, web frameworks, angular, vue, react
88
breadcrumbText: Frameworks
99
description: Mobile Web Capture Framework Samples
10-
permalink: /code-gallery/frameworks.html
1110
---
1211

1312
# Frameworks

0 commit comments

Comments
 (0)