Skip to content

Commit eb2d5a4

Browse files
update to internal commit 4efd59ac
1 parent 2c51b28 commit eb2d5a4

96 files changed

Lines changed: 3115 additions & 0 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
.DS_Store
3+
/.vs

README.md

Lines changed: 20 additions & 0 deletions

_config.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
repositoryUrl: https://github.com/dynamsoft-docs/batch-barcode-scanner-docs/blob/main
2+
repository: dynamsoft-docs/batch-barcode-scanner-docs
3+
docFullPath: https://www.dynamsoft.com/batch-barcode-scanner/docs/
4+
firstLevelUrl: /batch-barcode-scanner/docs/
5+
docHomePage: /batch-barcode-scanner/docs/
6+
searchIndexName: Crawler-BBS-Docs
7+
searchNeedFilter: true
8+
9+
bbs_core: /batch-barcode-scanner/docs/
10+
bbs_parameters: /batch-barcode-scanner/docs/parameters/
11+
bbs_release_notes: /batch-barcode-scanner/
12+
bbs_license_activation: /batch-barcode-scanner/docs/
13+
bbs_cpp: /batch-barcode-scanner/docs/cplusplus/
14+
bbs_ios: /batch-barcode-scanner/docs/ios/
15+
bbs_js: /batch-barcode-scanner/docs/javascript/
16+
17+
assets: /batch-barcode-scanner/docs/assets/
18+
edit_icon: /batch-barcode-scanner/docs/assets/img-icon/edit-icon.png
19+
smile_icon: /batch-barcode-scanner/docs/assets/img-icon/icon-smile.png
20+
sad_icon: /batch-barcode-scanner/docs/assets/img-icon/icon-sad.png
21+
# dbr_icon: /batch-barcode-scanner/docs/assets/img-icon/icon-dbr.svg
22+
# dwt_icon: /batch-barcode-scanner/docs/assets/img-icon/icon-dwt.svg
23+
# dnt_icon: /batch-barcode-scanner/docs/assets/img-icon/icon-dnt.svg
24+
25+
useVersionTree: true
26+
isDCV: false
27+
28+
baseurl: "/batch-barcode-scanner/docs/"
29+
plugins:
30+
- jemoji
31+
- jekyll-webp
32+
- jekyll-relative-links
33+
- jekyll-redirect-from
34+
- jekyll-readme-index
35+
- jekyll-seo-tag
36+
37+
url: "https://www.dynamsoft.com" # sitemap root

_data/full_tree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tree_file_list:
2+
- sidelist-full-tree.html

_data/product_version.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
useGroupedVersion: true
2+
3+
version_info_list:
4+
- value: latest version
5+
6+
version_info_list_mobile:
7+
- value: latest version
8+
- value: 2.x
9+
child:
10+
- 2.0.0

_includes/sidelist-full-tree.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<li><a href="{{ site.bbs_core }}introduction.html" class="otherLinkColour">Introduction</a></li>
2+
3+
<li class="category">DEVELOPMENT</li>
4+
<li><a style="cursor:pointer;color:#3c3c3c">Mobile</a>
5+
<ul>
6+
<li><a style="cursor:pointer;color:#3c3c3c">iOS</a>
7+
<ul>
8+
<li lang="objectivec-swift" ><a style="cursor:pointer;color:#3c3c3c">User Guide</a>
9+
<ul lang="objectivec-swift" >
10+
<li lang="objectivec-swift" ><a href="{{ site.bbs_ios }}guide/first-scan.html" class="otherLinkColour">Start Your First Scan</a> </li>
11+
<li lang="objectivec-swift" ><a href="{{ site.bbs_ios }}guide/customization.html" class="otherLinkColour">Get Your Scanner Customized</a></li>
12+
<li lang="objectivec-swift" ><a href="{{ site.bbs_ios }}guide/manual.html" class="otherLinkColour">Operation Manual</a></li>
13+
<li lang="objectivec-swift" ><a href="{{ site.bbs_ios }}guide/trouble-shooting.html" class="otherLinkColour">Trouble Shooting</a></li>
14+
</ul>
15+
</li>
16+
</ul>
17+
</li>
18+
</ul>
19+
</li>
20+
<li class="category">Understanding BBS</li>
21+
<li><a href="{{ site.bbs_parameters }}" class="otherLinkColour">Parameters</a>
22+
<ul>
23+
<li><a href="{{ site.bbs_parameters }}camera-and-ui-settings.html" class="otherLinkColour">Camera and UI Template</a></li>
24+
<li><a href="{{ site.bbs_parameters }}batch-scan-settings.html" class="otherLinkColour">Batch Scan Template</a></li>
25+
<li><a target="_blank" href="https://www.dynamsoft.com/barcode-reader/docs/core/parameters/structure-and-interfaces-of-parameters.html" class="otherLinkColour">Capture Vision Template</a></li>
26+
</ul>
27+
</li>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<li lang="objectivec-swift" class="category">DEVELOPMENT</li>
2+
3+
4+
<li lang="objectivec-swift" ><a style="cursor:pointer;color:#3c3c3c">User Guide</a>
5+
<ul lang="objectivec-swift" >
6+
<li lang="objectivec-swift" ><a href="{{ site.bbs_ios }}guide/build-your-app.html" class="otherLinkColour">Build your first APP</a> </li>
7+
<li lang="objectivec-swift" ><a style="cursor:pointer;color:#3c3c3c">Operation Manual</a>
8+
<ul lang="objectivec-swift" >
9+
<li lang="objectivec-swift" ><a href="{{ site.bbs_core }}how-to-use.html" class="otherLinkColour">Get Start to use APP</a> </li>
10+
<li lang="objectivec-swift" ><a href="{{ site.bbs_ios }}guide/manual.html" class="otherLinkColour">Detailed Operation Instructions</a></li>
11+
<li lang="objectivec-swift" ><a href="{{ site.bbs_ios }}guide/possible-errors.html" class="otherLinkColour">Possible Errors</a></li>
12+
</ul>
13+
</li>
14+
<li lang="objectivec-swift" ><a class="otherLinkColour">Configure Batch Barcode Scanner</a></li>
15+
</ul>
16+
</li>
17+
18+
19+
<li lang="objectivec-swift"><a class="otherLinkColour">Demo &amp; Samples</a></li>
20+
21+
22+
<li lang="objectivec-swift"><a href="{{ site.bbs_ios_api }}index.html" class="otherLinkColour">API Reference</a>
23+
<ul lang="objectivec-swift">
24+
<li lang="objectivec-swift"><a>Classes</a>
25+
<ul lang="objectivec-swift">
26+
<li lang="objectivec-swift"><a href="{{ site.bbs_ios_api }}batch-barcode-scanner-view-controller.html" class="otherLinkColour">BatchBarcodeScannerViewController</a></li>
27+
<li lang="objectivec-swift"><a href="{{ site.bbs_ios_api }}batch-barcode-scanner-config.html" class="otherLinkColour">BatchBarcodeScannerConfig</a></li>
28+
</ul>
29+
</li>
30+
</ul>
31+
</li>
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<li lang="javascript" class="category">DEVELOPMENT</li>
2+
3+
4+
<li lang="javascript" ><a style="cursor:pointer;color:#3c3c3c">User Guide</a>
5+
<ul lang="javascript" >
6+
<li lang="javascript" ><a href="{{ site.bbs_js }}guide/build-your-app.html" class="otherLinkColour">Build your first APP</a> </li>
7+
<li lang="javascript" ><a style="cursor:pointer;color:#3c3c3c">Operation Manual</a>
8+
<ul lang="javascript" >
9+
<li lang="javascript" ><a href="{{ site.bbs_js }}guide/manual.html" class="otherLinkColour">Get Start to use APP</a> </li>
10+
<li lang="javascript" ><a href="{{ site.bbs_js }}guide/manual.html" class="otherLinkColour">Detailed Operation Instructions</a></li>
11+
</ul>
12+
</li>
13+
<li lang="javascript" ><a class="otherLinkColour">Configure Batch Barcode Scanner</a></li>
14+
</ul>
15+
</li>
16+
17+
<li lang="javascript"><a class="otherLinkColour">Demo &amp; Samples</a></li>
18+
19+
20+
<li lang="javascript"><a href="{{ site.bbs_js_api }}index.html" class="otherLinkColour">API Reference</a>
21+
<ul lang="javascript">
22+
<li lang="javascript"><a>Classes</a>
23+
<ul lang="javascript">
24+
<li lang="javascript"><a href="{{ site.bbs_js_api }}batch-barcode-scanner-view-controller.html" class="otherLinkColour">BatchBarcodeScannerViewController</a></li>
25+
<li lang="javascript"><a href="{{ site.bbs_js_api }}batch-barcode-scanner-config.html" class="otherLinkColour">BatchBarcodeScannerConfig</a></li>
26+
</ul>
27+
</li>
28+
</ul>
29+
</li>

assets/BarcodeColorMode.png

60.4 KB

assets/abstract.png

612 KB

0 commit comments

Comments
 (0)