Skip to content

Commit 016b3ad

Browse files
committed
Squashed commit of the following:
commit 374faf5 Author: dynamsoft-h <[email protected]> Date: Fri Sep 5 15:30:43 2025 -0700 docs: archive MDS v1.2.0 and MWC v3.1.0 docs commit 7adc31b Author: dynamsoft-h <[email protected]> Date: Thu Sep 4 18:29:39 2025 -0700 docs: fix framework guide side tree links commit 2f94660 Author: dynamsoft-h <[email protected]> Date: Thu Sep 4 18:29:16 2025 -0700 docs: remove frameworks page
1 parent 4e94cbb commit 016b3ad

22 files changed

+3411
-12
lines changed

_data/product_version.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
useGroupedVersion: true
22

33
version_info_list:
4-
- value: latest version(3.1)
5-
- value: 3.0
6-
- value: 2.0
7-
- value: 1.x
4+
- value: 1.3.1 MDS (latest version)
5+
- value: 3.1 MWC (MDS 1.1)
6+
- value: 3.0 MWC (MDS 1.0)
7+
- value: 2.0 MWC
8+
- value: 1.x MWC
89
child:
9-
- 1.1
10+
- 1.1 MWC

_includes/sidelist-api-v1.2.0.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<li><a href="{{ site.api }}index.html" class="otherLinkColour">API Reference</a>
2+
</li>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<li><a href="{{ site.api }}index.html" class="otherLinkColour">API References</a>
2+
<ul>
3+
<li><a href="{{ site.api }}document-scanner-v3.1.0-mwc.html" class="otherLinkColour">Document Scanner</a></li>
4+
<li><a href="{{ site.api }}mobile-web-capture-v3.1.0-mwc.html" class="otherLinkColour">Mobile Web Capture</a></li>
5+
</ul>
6+
</li>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<li><a class="otherLinkColour">Code Gallery</a>
2+
<ul>
3+
<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>
10+
</ul>
11+
</li>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<li><a class="otherLinkColour">Code Gallery</a>
2+
<ul>
3+
<li><a href="{{ site.code-gallery }}frameworks-v3.1.0-mwc.html" class="otherLinkColour">Frameworks</a></li>
4+
</ul>
5+
</li>

_includes/sidelist-code-gallery.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<li><a class="otherLinkColour">Code Gallery</a>
22
<ul>
3-
<li><a href="{{ site.code-gallery }}frameworks.html" class="otherLinkColour">Frameworks</a></li>
43
<li><a href="{{ site.code-gallery }}mobile-web-capture/index.html" class="otherLinkColour">Full Document Management</a>
54
<ul>
65
<li><a href="{{ site.code-gallery }}mobile-web-capture/customization-guide.html" class="otherLinkColour">Customization Guide</a></li>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{%- 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-guide.html" -%}
3+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-code-gallery.html" -%}
4+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-api.html" -%}
5+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-release-notes.html" -%}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-introduction-v3.1.0-mwc.html" -%}
2+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-guides-v3.1.0-mwc.html" -%}
3+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-code-gallery-v3.1.0-mwc.html" -%}
4+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-api-v3.1.0-mwc.html" -%}
5+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-release-notes-v3.1.0-mwc.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>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<li><a href="{{ site.guide }}index-v3.1.0-mwc.html" class="otherLinkColour">Developer Guides</a>
2+
<ul>
3+
<li><a href="{{ site.guide }}document-scanner-v3.1.0-mwc.html" class="otherLinkColour">Scan Single-Page Documents</a></li>
4+
<li><a href="{{ site.guide }}mobile-web-capture-v3.1.0-mwc.html" class="otherLinkColour">Scan Multi-Page Documents</a></li>
5+
<li><a href="{{ site.guide }}mobile-web-capture-customization-v3.1.0-mwc.html" class="otherLinkColour">Customize UI And Workflow</a></li>
6+
</ul>
7+
</li>

0 commit comments

Comments
 (0)