Skip to content

Commit 7e54fc3

Browse files
committed
Merge branch 'preview' of https://github.com/dynamsoft-docs/faq
2 parents 2965d78 + 6dccc5a commit 7e54fc3

File tree

180 files changed

+1153
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+1153
-261
lines changed

.DS_Store

-12 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ logs/
55
*.tmp
66
temp/*
77
!temp/keep.txt
8+
.idea

_config.yml

Lines changed: 74 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
repository: dynamsoft-docs/faq
22
repositoryUrl: https://github.com/dynamsoft-docs/faq/blob/main
3-
docFullPath: https://www.dynamsoft.com/faq
3+
docFullPath: https://www.dynamsoft.com/faq/barcode-reader
44
firstLevelUrl: /faq
55
docHomePage: /faq/
66
product-page-url: https://www.dynamsoft.com/faq
77

88
product-name: /faq/
99
product-title: Dynamsoft FAQ
1010

11-
mobile-faq: /faq/dynamsoft-mobile/
12-
server-faq: /faq/dynamsoft-server/
13-
web-faq: /faq/dynamsoft-web/
11+
dbr-faq: /faq/barcode-reader
12+
mrz-faq: /faq/mrz-scanner
13+
mobile-faq: /faq/barcode-reader/mobile
14+
server-faq: /faq/barcode-reader/server
15+
web-faq: /faq/barcode-reader/web
1416

1517
useVersionTree: true
1618

@@ -34,6 +36,74 @@ defaults:
3436
path: "Hide_Tree_Page.html"
3537
values:
3638
sitemap: false
39+
- scope:
40+
path: "mrz-scanner"
41+
values:
42+
highlightMenu: "/faq/mrz-scanner/index.html"
43+
- scope:
44+
path: "barcode-reader"
45+
values:
46+
highlightMenu: "/faq/barcode-reader/index.html"
47+
- scope:
48+
path: "barcode-reader/general"
49+
values:
50+
highlightMenu: "/faq/barcode-reader/general/index.html"
51+
- scope:
52+
path: "barcode-reader/license"
53+
values:
54+
highlightMenu: "/faq/barcode-reader/license/index.html"
55+
- scope:
56+
path: "barcode-reader/mobile/capabilities"
57+
values:
58+
highlightMenu: "/faq/barcode-reader/mobile/index.html#capabilities"
59+
- scope:
60+
path: "barcode-reader/mobile/configuration"
61+
values:
62+
highlightMenu: "/faq/barcode-reader/mobile/index.html#configuration"
63+
- scope:
64+
path: "barcode-reader/mobile/cross-platform"
65+
values:
66+
highlightMenu: "/faq/barcode-reader/mobile/index.html#cross-platform"
67+
- scope:
68+
path: "barcode-reader/mobile/debug"
69+
values:
70+
highlightMenu: "/faq/barcode-reader/mobile/index.html#debug"
71+
- scope:
72+
path: "barcode-reader/mobile/scan-setting"
73+
values:
74+
highlightMenu: "/faq/barcode-reader/mobile/index.html#scan-setting"
75+
- scope:
76+
path: "barcode-reader/mobile/simulator"
77+
values:
78+
highlightMenu: "/faq/barcode-reader/mobile/index.html#simulator"
79+
- scope:
80+
path: "barcode-reader/server/configuration"
81+
values:
82+
highlightMenu: "/faq/barcode-reader/server/index.html#configuration"
83+
- scope:
84+
path: "barcode-reader/web/scan-setting"
85+
values:
86+
highlightMenu: "/faq/barcode-reader/web/index.html#scan-setting"
87+
- scope:
88+
path: "barcode-reader/web/camera"
89+
values:
90+
highlightMenu: "/faq/barcode-reader/web/index.html#camera"
91+
- scope:
92+
path: "barcode-reader/web/capabilities"
93+
values:
94+
highlightMenu: "/faq/barcode-reader/web/index.html#capabilities"
95+
- scope:
96+
path: "barcode-reader/web/configuration"
97+
values:
98+
highlightMenu: "/faq/barcode-reader/web/index.html#configuration"
99+
- scope:
100+
path: "barcode-reader/web/ui-customization"
101+
values:
102+
highlightMenu: "/faq/barcode-reader/web/index.html#ui-customization"
103+
- scope:
104+
path: "barcode-reader/web/debug"
105+
values:
106+
highlightMenu: "/faq/barcode-reader/web/index.html#debug"
37107

38108
url: https://www.dynamsoft.com # sitemap root
39109
baseurl: /faq

_data/full_tree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
tree_file_list:
2+
- sidelist-general.html
3+
- sidelist-license.html
24
- sidelist-server.html
35
- sidelist-mobile.html
46
- sidelist-web.html

_includes/sidelist-full-tree.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-general.html" -%}
2+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-license.html" -%}
13
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-server.html" -%}
24
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-mobile.html" -%}
3-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-web.html" -%}
5+
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-web.html" -%}

_includes/sidelist-general.html

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

_includes/sidelist-license.html

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

_includes/sidelist-mobile.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
<li><a href="{{ site.mobile-faq }}/android/index.html" class="otherLinkColour">Android</a>
1+
2+
<li>
3+
<a style="cursor: pointer; color: #3c3c3c">Mobile</a>
4+
<ul>
5+
<li><a href="{{ site.mobile-faq }}/index.html#capabilities" class="otherLinkColour">Capabilities</a>
6+
</li>
7+
<li><a href="{{ site.mobile-faq }}/index.html#scan-setting" class="otherLinkColour">Scan Setting</a>
8+
</li>
9+
<li><a href="{{ site.mobile-faq }}/index.html#configuration" class="otherLinkColour">Configuration</a>
10+
</li>
11+
<li><a href="{{ site.mobile-faq }}/index.html#debug" class="otherLinkColour">Debug</a>
12+
</li>
13+
<li><a href="{{ site.mobile-faq }}/index.html#cross-platform" class="otherLinkColour">Cross-Platform</a>
14+
</li>
15+
<li><a href="{{ site.mobile-faq }}/index.html#simulator" class="otherLinkColour">Simulator</a>
16+
</li>
17+
</ul>
218
</li>
3-
<li><a href="{{ site.mobile-faq }}/ios/index.html" class="otherLinkColour">iOS</a>
4-
</li>
5-
<li><a href="{{ site.mobile-faq }}/maui/index.html" class="otherLinkColour">Maui</a>
6-
</li>

_includes/sidelist-server.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
<li><a href="{{ site.server-faq }}index.html" class="otherLinkColour">Server</a>
1+
<li>
2+
<a style="cursor: pointer; color: #3c3c3c">Server</a>
3+
<ul>
4+
<li><a href="{{ site.server-faq }}/index.html#configuration" class="otherLinkColour">Configuration</a>
5+
</li>
6+
</ul>
27
</li>

_includes/sidelist-web.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
1-
<li><a href="{{ site.web-faq }}index.html" class="otherLinkColour">Web</a>
1+
<!-- <li><a href="{{ site.web-faq }}index.html" class="otherLinkColour">Web</a>
2+
</li> -->
3+
<li>
4+
<a style="cursor: pointer; color: #3c3c3c">Web</a>
5+
<ul>
6+
<li>
7+
<a href="{{ site.web-faq }}/index.html#camera" class="otherLinkColour">Camera</a>
8+
</li>
9+
<li>
10+
<a href="{{ site.web-faq }}/index.html#capabilities" class="otherLinkColour">Capabilities</a>
11+
</li>
12+
<li>
13+
<a href="{{ site.web-faq }}/index.html#scan-setting" class="otherLinkColour">Scan Setting</a>
14+
</li>
15+
<li>
16+
<a href="{{ site.web-faq }}/index.html#configuration"
17+
class="otherLinkColour">Configuration</a>
18+
</li>
19+
<li>
20+
<a href="{{ site.web-faq }}/index.html#ui-customization" class="otherLinkColour">UI
21+
Customization</a>
22+
</li>
23+
</ul>
224
</li>

0 commit comments

Comments
 (0)