Skip to content

Commit bb72281

Browse files
Merge pull request #167 from dynamsoft-docs/preview
Preview
2 parents 13c9263 + 7df2aad commit bb72281

40 files changed

Lines changed: 3768 additions & 246 deletions

File tree

_config.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dcvb_python_api: /capture-vision/docs/server/programming/python/api-reference/
1515
dcvb_java_api: /capture-vision/docs/server/programming/java/api-reference/
1616
dcvb_introduction: /capture-vision/docs/core/introduction/
1717
dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/
18-
dcvb_enumerations: /capture-vision/docs/core/enums/
1918
dcvb_architecture: /capture-vision/docs/core/architecture/
2019
dcvb_parameters: /capture-vision/docs/core/parameters/
2120

@@ -24,36 +23,21 @@ dbr_introduction: /barcode-reader/docs/core/introduction/
2423
dbr_parameters: /barcode-reader/docs/core/parameters/
2524
dbr_performance: /barcode-reader/docs/core/performance/
2625

27-
dbr_c: /barcode-reader/docs/v9/server/programming/c/
28-
2926
dbr_cpp: /barcode-reader/docs/server/programming/cplusplus/
3027
dbr_cpp_api: /barcode-reader/docs/server/programming/cplusplus/api-reference/
3128
dbr_cpp_release_notes: /barcode-reader/docs/server/programming/cplusplus/release-notes/
32-
dbr_cpp_release_notes_v9: /barcode-reader/docs/v9/server/programming/cplusplus/release-notes/
33-
dbr_cpp_release_notes_v10: /barcode-reader/docs/v10/server/programming/cplusplus/release-notes/
34-
dbr_cpp_release_notes_v11: /barcode-reader/docs/server/programming/cplusplus/release-notes/
3529

3630
dbr_dotnet: /barcode-reader/docs/server/programming/dotnet/
3731
dbr_dotnet_api: /barcode-reader/docs/server/programming/dotnet/api-reference/
3832
dbr_dotnet_release_notes: /barcode-reader/docs/server/programming/dotnet/release-notes/
39-
dbr_dotnet_release_notes_v9: /barcode-reader/docs/v9/server/programming/dotnet/release-notes/
40-
dbr_dotnet_release_notes_v10: /barcode-reader/docs/v10/server/programming/dotnet/release-notes/
41-
dbr_dotnet_release_notes_v11: /barcode-reader/docs/server/programming/dotnet/release-notes/
4233

4334
dbr_java: /barcode-reader/docs/server/programming/java/
4435
dbr_java_api: /barcode-reader/docs/server/programming/java/api-reference/
45-
dbr_java_methods: /barcode-reader/docs/server/programming/java/api-reference/BarcodeReader/
46-
dbr_java_class: /barcode-reader/docs/server/programming/java/api-reference/class/
4736
dbr_java_release_notes: /barcode-reader/docs/server/programming/java/release-notes/
48-
dbr_java_release_notes_v9: /barcode-reader/docs/v9/server/programming/java/release-notes/
49-
dbr_java_release_notes_v11: /barcode-reader/docs/server/programming/java/release-notes/
5037

5138
dbr_python: /barcode-reader/docs/server/programming/python/
5239
dbr_python_api: /barcode-reader/docs/server/programming/python/api-reference/
5340
dbr_python_release_notes: /barcode-reader/docs/server/programming/python/release-notes/
54-
dbr_python_release_notes_v9: /barcode-reader/docs/v9/server/programming/python/release-notes/
55-
dbr_python_release_notes_v10: /barcode-reader/docs/v10/server/programming/python/release-notes/
56-
dbr_python_release_notes_v11: /barcode-reader/docs/server/programming/python/release-notes/
5741

5842

5943
dbr_js: /barcode-reader/docs/web/programming/javascript/
@@ -86,11 +70,6 @@ plugins:
8670
edition: desktop
8771

8872
defaults:
89-
- scope:
90-
path: "programming/c"
91-
values:
92-
docRootName: "Barcode Reader C Edition"
93-
docHomePage: "/barcode-reader/docs/v9/server/programming/c/"
9473
- scope:
9574
path: "programming/cplusplus"
9675
values:

_includes/sidelist-programming/programming-cpp.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,16 +253,16 @@
253253
<li lang="cplusplus"><a href="{{ site.dbr_cpp_release_notes }}" class="otherLinkColour">Release Notes</a>
254254
<ul>
255255
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-11.html" class="otherLinkColour">Version 11.x</a></li>
256-
<li><a href="{{ site.dbr_cpp_release_notes_v10 }}cpp-10.html" class="otherLinkColour">Version 10.x</a></li>
257-
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-9.html" class="otherLinkColour">Version 9.x</a></li>
258-
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-8.html" class="otherLinkColour">Version 8.x</a></li>
259-
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
256+
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-10.html" class="otherLinkColour">Version 10.x</a></li>
257+
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-9.html" class="otherLinkColour">Version 9.x</a></li>
258+
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-8.html" class="otherLinkColour">Version 8.x</a></li>
259+
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
260260
</ul>
261261
</li>
262262
<li lang="cplusplus"><a class="otherLinkColour">Migration Guides</a>
263263
<ul>
264-
<li><a href="{{ site.dbr_cpp }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
265-
<li><a href="{{ site.dbr_cpp }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
264+
<li><a href="{{ site.dbr_cpp }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
265+
<li><a href="{{ site.dbr_cpp }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
266266
</ul>
267267
</li>
268268
<li lang="cplusplus"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>

_includes/sidelist-programming/programming-dotnet.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,16 +247,16 @@
247247
<li lang="dotnet"><a href="{{ site.dbr_dotnet_release_notes }}" class="otherLinkColour">Release Notes</a>
248248
<ul>
249249
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-11.html" class="otherLinkColour">Version 11.x</a></li>
250-
<li><a href="{{ site.dbr_dotnet_release_notes_v10 }}dotnet-10.html" class="otherLinkColour">Version 10.x</a></li>
251-
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-9.html" class="otherLinkColour">Version 9.x</a></li>
252-
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-8.html" class="otherLinkColour">Version 8.x</a></li>
253-
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
250+
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-10.html" class="otherLinkColour">Version 10.x</a></li>
251+
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-9.html" class="otherLinkColour">Version 9.x</a></li>
252+
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-8.html" class="otherLinkColour">Version 8.x</a></li>
253+
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
254254
</ul>
255255
</li>
256256
<li lang="dotnet"><a class="otherLinkColour">Migration Guides</a>
257257
<ul>
258-
<li><a href="{{ site.dbr_dotnet }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
259-
<li><a href="{{ site.dbr_dotnet }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
258+
<li><a href="{{ site.dbr_dotnet }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
259+
<li><a href="{{ site.dbr_dotnet }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
260260
</ul>
261261
</li>
262262
<li lang="dotnet"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>

_includes/sidelist-programming/programming-java.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,15 +257,15 @@
257257
<li lang="java"><a href="{{ site.dbr_java_release_notes }}" class="otherLinkColour">Release Notes</a>
258258
<ul>
259259
<li><a href="{{ site.dbr_java_release_notes }}java-11.html" class="otherLinkColour">Version 11.x</a></li>
260-
<li><a href="{{ site.dbr_java_release_notes_v9 }}java-9.html" class="otherLinkColour">Version 9.x</a></li>
261-
<li><a href="{{ site.dbr_java_release_notes_v9 }}java-8.html" class="otherLinkColour">Version 8.x</a></li>
262-
<li><a href="{{ site.dbr_java_release_notes_v9 }}java-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
260+
<li><a href="{{ site.dbr_java_release_notes }}java-9.html" class="otherLinkColour">Version 9.x</a></li>
261+
<li><a href="{{ site.dbr_java_release_notes }}java-8.html" class="otherLinkColour">Version 8.x</a></li>
262+
<li><a href="{{ site.dbr_java_release_notes }}java-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
263263
</ul>
264264
</li>
265265
<li lang="java"><a class="otherLinkColour">Migration Guides</a>
266266
<ul>
267-
<li><a href="{{ site.dbr_java }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
268-
<li><a href="{{ site.dbr_java }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
267+
<li><a href="{{ site.dbr_java }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
268+
<li><a href="{{ site.dbr_java }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
269269
</ul>
270270
</li>
271271
<li lang="java"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>

_includes/sidelist-programming/programming-python.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,16 +242,16 @@
242242
<li lang="python"><a href="{{ site.dbr_python_release_notes }}" class="otherLinkColour">Release Notes</a>
243243
<ul>
244244
<li><a href="{{ site.dbr_python_release_notes }}python-11.html" class="otherLinkColour">Version 11.x</a></li>
245-
<li><a href="{{ site.dbr_python_release_notes_v10 }}python-10.html" class="otherLinkColour">Version 10.x</a></li>
246-
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-9.html" class="otherLinkColour">Version 9.x</a></li>
247-
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-8.html" class="otherLinkColour">Version 8.x</a></li>
248-
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
245+
<li><a href="{{ site.dbr_python_release_notes }}python-10.html" class="otherLinkColour">Version 10.x</a></li>
246+
<li><a href="{{ site.dbr_python_release_notes }}python-9.html" class="otherLinkColour">Version 9.x</a></li>
247+
<li><a href="{{ site.dbr_python_release_notes }}python-8.html" class="otherLinkColour">Version 8.x</a></li>
248+
<li><a href="{{ site.dbr_python_release_notes }}python-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
249249
</ul>
250250
</li>
251251
<li lang="python"><a class="otherLinkColour">Migration Guides</a>
252252
<ul>
253-
<li><a href="{{ site.dbr_python }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
254-
<li><a href="{{ site.dbr_python }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
253+
<li><a href="{{ site.dbr_python }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
254+
<li><a href="{{ site.dbr_python }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
255255
</ul>
256256
</li>
257257
<li lang="python"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>

programming/cplusplus/api-reference/aztec-details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default-layout
33
title: CAztecDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
44
description: This page shows CAztecDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
55
keywords: rows, columns, layerNumber, CAztecDetails, api reference
6-
permalink: /programming/cplusplus/api-reference/aztec-details.html
76
---
87
# CAztecDetails
98

programming/cplusplus/api-reference/barcode-details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default-layout
33
title: CBarcodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
44
description: This page shows CBarcodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
55
keywords: CBarcodeDetails, api reference
6-
permalink: /programming/cplusplus/api-reference/barcode-details.html
76
---
87
# CBarcodeDetails
98

programming/cplusplus/api-reference/datamatrix-details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default-layout
33
title: CDataMatrixDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
44
description: This page shows CDataMatrixDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
55
keywords: rows, columns, CDataMatrixDetails, api reference
6-
permalink: /programming/cplusplus/api-reference/datamatrix-details.html
76
---
87
# CDataMatrixDetails
98

programming/cplusplus/api-reference/extended-barcode-result.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default-layout
33
title: CExtendedBarcodeResult Class - Dynamsoft Barcode Reader C++ Edition API Reference
44
description: This page shows CExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK C++ Edition.
55
keywords: GetDeformation, GetClarity, GetSamplingImage, GetExtendedBarcodeResultType, CExtendedBarcodeResult, api reference
6-
permalink: /programming/cplusplus/api-reference/extended-barcode-result.html
76
---
87
# CExtendedBarcodeResult Class
98

programming/cplusplus/api-reference/oned-code-details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: default-layout
33
title: COneDCodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
44
description: This page shows COneDCodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
55
keywords: startchar, stopchars, COneDCodeDetails, api reference
6-
permalink: /programming/cplusplus/api-reference/oned-code-details.html
76
---
87
# COneDCodeDetails
98

0 commit comments

Comments
 (0)