Skip to content

Commit e1e4b27

Browse files
simplified v9 docs
1 parent c1af733 commit e1e4b27

502 files changed

Lines changed: 3 additions & 94524 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 master 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-server
24-
doc-url: barcode-reader/docs/server
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-server
32-
doc-url: barcode-reader/docs/server
33-
secrets: inherit
14+
# This workflow contains jobs called "Build-Main" and "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

1213
dbr_introduction: /barcode-reader/docs/v9/core/introduction/

_data/full_tree.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,8 @@
11
tree_file_list:
22
- sidelist-full-tree.html
3-
- sidelist-programming/programming-c-v8.4.0.html
4-
- sidelist-programming/programming-c-v8.9.3.html
5-
- sidelist-programming/programming-c-v9.6.20.html
63
- sidelist-programming/programming-c.html
7-
- sidelist-programming/programming-cpp-v8.4.0.html
8-
- sidelist-programming/programming-cpp-v8.9.3.html
9-
- sidelist-programming/programming-cpp-v9.6.20.html
104
- sidelist-programming/programming-cpp.html
11-
- sidelist-programming/programming-dotnet-v8.4.0.html
12-
- sidelist-programming/programming-dotnet-v8.9.3.html
13-
- sidelist-programming/programming-dotnet-v9.6.20.html
145
- sidelist-programming/programming-dotnet.html
15-
- sidelist-programming/programming-java-v8.4.0.html
16-
- sidelist-programming/programming-java-v8.9.3.html
17-
- sidelist-programming/programming-java-v9.6.20.html
186
- sidelist-programming/programming-java.html
19-
- sidelist-programming/programming-python-v8.4.0.html
20-
- sidelist-programming/programming-python-v8.9.3.html
21-
- sidelist-programming/programming-python-v9.4.0.html
22-
- sidelist-programming/programming-python-v9.6.20.html
237
- sidelist-programming/programming-python.html
248

_data/product_version.yml

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

33
version_info_list_desktop:
4-
- value: 9.x
5-
child:
6-
- 9.6.60
7-
- 9.6.40
8-
- 9.6.30
9-
- 9.6.20
10-
- 9.6.10
11-
- 9.6.0
12-
- 9.4.0
13-
- 9.2.0
14-
- 9.0.0
15-
- value: 8.x
16-
child:
17-
- 8.8.0
18-
- 8.6.0
19-
- 8.4.0
20-
- 8.2.0
21-
- 8.1.2
22-
- 8.1.0
23-
- 8.0.0
24-
- value: 7.x
25-
child:
26-
- 7.6.0
27-
- 7.5.0
4+
- value: 9.x

_includes/sidelist-programming/programming-c-v8.4.0.html

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

0 commit comments

Comments
 (0)