Skip to content

Commit bc6ad52

Browse files
Merge pull request #1 from dynamsoft-docs/preview
Preview
2 parents 2c51b28 + 55e8d83 commit bc6ad52

63 files changed

Lines changed: 1407 additions & 0 deletions

Some content is hidden

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

.github/workflows/main.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: CI BBS
4+
5+
# Controls when the workflow will run
6+
on:
7+
# Triggers the workflow on push events but only for the master branch
8+
# push:
9+
# branches:
10+
# - main
11+
#- preview
12+
13+
# Allows you to run this workflow manually from the Actions tab
14+
workflow_dispatch:
15+
16+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
17+
jobs:
18+
# This workflow contains jobs called "Build-Main" and "Build-Preview"
19+
Build-Main:
20+
if: ${{ github.ref == 'refs/heads/main' }}
21+
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@main
22+
with:
23+
doc-repo: batch-barcode-scanner-docs
24+
doc-url: batch-barcode-scanner/docs
25+
secrets: inherit
26+
27+
# Build-Preview:
28+
# if: ${{ github.ref == 'refs/heads/preview' }}
29+
# uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@preview
30+
# with:
31+
# doc-repo: batch-barcode-scanner-docs
32+
# doc-url: batch-barcode-scanner/docs
33+
# secrets: inherit

.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

_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">Troubleshooting</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>

assets/BarcodeColorMode.png

60.4 KB

assets/abstract.png

612 KB

assets/batch-scan-sample-image.jpg

3.45 MB

assets/batch-scan-typical.png

849 KB

0 commit comments

Comments
 (0)