Skip to content

Commit ae7acb8

Browse files
simplified v9 docs
1 parent ac00506 commit ae7acb8

103 files changed

Lines changed: 10 additions & 13256 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.

.github/workflows/main.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,13 @@ name: CI
55
# Controls when the workflow will run
66
on:
77
# Triggers the workflow on push events but only for the main branch
8-
push:
9-
branches:
10-
- main
11-
#- preview
128

139
# Allows you to run this workflow manually from the Actions tab
1410
workflow_dispatch:
1511

1612
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1713
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: barcode-reader-docs
24-
doc-url: barcode-reader/docs/core
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: barcode-reader-docs
32-
doc-url: barcode-reader/docs/core
33-
secrets: inherit
14+
# This workflow contains jobs called "Build-v9"
3415

3516
Build-v9:
3617
if: ${{ github.ref == 'refs/heads/v9' }}

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ searchIndexName: Crawler-DBR-Docs-New
77
searchNeedFilter: true
88

99
useVersionTree: true
10+
useJSVersionV3: true
1011

1112
introduction: /barcode-reader/docs/v9/core/introduction/
1213
comparison_tools: /barcode-reader/docs/v9/core/introduction/comparison-tools/

_data/product_version.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,4 @@
11
useGroupedVersion: true
22

33
version_info_list_algorithm:
4-
- value: 9.x
5-
child:
6-
- 9.6.60
7-
- 9.6.42
8-
- 9.6.40
9-
- 9.6.33
10-
- 9.6.32
11-
- 9.6.31
12-
- 9.6.30
13-
- 9.6.20
14-
- 9.6.10
15-
- 9.6.0
16-
- 9.4.0
17-
- 9.2.0
18-
- 9.0.0
19-
- value: 8.x
20-
child:
21-
- 8.8.0
22-
- 8.6.0
23-
- 8.4.0
24-
- 8.2.0
25-
- 8.1.2
26-
- 8.1.0
27-
- 8.0.0
28-
- value: 7.x
29-
child:
30-
- 7.6.0
31-
- 7.5.0
4+
- value: 9.x
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<li><a href="{{ site.license_activation }}" class="otherLinkColour">License</a>
22
<ul>
33
<li><a href="{{ site.license_activation }}set-trial-license.html" class="otherLinkColour">Set Trial License</a></li>
4-
<li><a href="{{ site.license_activation }}set-full-license.html" class="otherLinkColour">Set Full License in version 9</a></li>
5-
<li><a href="{{ site.license_activation }}set-full-license-8.html" class="otherLinkColour">Set Full License in version 8</a></li>
6-
<li><a href="{{ site.license_activation }}set-full-license-7.html" class="otherLinkColour">Set Full License in version 7</a></li>
4+
<li><a href="{{ site.license_activation }}set-full-license.html" class="otherLinkColour">Set Full License</a></li>
75
</ul>
86
</li>

faq/general/avoid-incorrect-results-v9.6.42.md

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

faq/general/custom-settings-template-v9.6.42.md

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

faq/general/ensure-no-overuse-v9.6.42.md

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

faq/general/error-license-buffer-v9.6.42.md

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

faq/general/how-to-enable-dpm-v9.6.42.md

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

faq/general/non-english-characters-v9.6.42.md

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

0 commit comments

Comments
 (0)