Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dcvb_python_api: /capture-vision/docs/server/programming/python/api-reference/
dcvb_java_api: /capture-vision/docs/server/programming/java/api-reference/
dcvb_introduction: /capture-vision/docs/core/introduction/
dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/
dcvb_enumerations: /capture-vision/docs/core/enums/
dcvb_architecture: /capture-vision/docs/core/architecture/
dcvb_parameters: /capture-vision/docs/core/parameters/

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

dbr_c: /barcode-reader/docs/v9/server/programming/c/

dbr_cpp: /barcode-reader/docs/server/programming/cplusplus/
dbr_cpp_api: /barcode-reader/docs/server/programming/cplusplus/api-reference/
dbr_cpp_release_notes: /barcode-reader/docs/server/programming/cplusplus/release-notes/
dbr_cpp_release_notes_v9: /barcode-reader/docs/v9/server/programming/cplusplus/release-notes/
dbr_cpp_release_notes_v10: /barcode-reader/docs/v10/server/programming/cplusplus/release-notes/
dbr_cpp_release_notes_v11: /barcode-reader/docs/server/programming/cplusplus/release-notes/

dbr_dotnet: /barcode-reader/docs/server/programming/dotnet/
dbr_dotnet_api: /barcode-reader/docs/server/programming/dotnet/api-reference/
dbr_dotnet_release_notes: /barcode-reader/docs/server/programming/dotnet/release-notes/
dbr_dotnet_release_notes_v9: /barcode-reader/docs/v9/server/programming/dotnet/release-notes/
dbr_dotnet_release_notes_v10: /barcode-reader/docs/v10/server/programming/dotnet/release-notes/
dbr_dotnet_release_notes_v11: /barcode-reader/docs/server/programming/dotnet/release-notes/

dbr_java: /barcode-reader/docs/server/programming/java/
dbr_java_api: /barcode-reader/docs/server/programming/java/api-reference/
dbr_java_methods: /barcode-reader/docs/server/programming/java/api-reference/BarcodeReader/
dbr_java_class: /barcode-reader/docs/server/programming/java/api-reference/class/
dbr_java_release_notes: /barcode-reader/docs/server/programming/java/release-notes/
dbr_java_release_notes_v9: /barcode-reader/docs/v9/server/programming/java/release-notes/
dbr_java_release_notes_v11: /barcode-reader/docs/server/programming/java/release-notes/

dbr_python: /barcode-reader/docs/server/programming/python/
dbr_python_api: /barcode-reader/docs/server/programming/python/api-reference/
dbr_python_release_notes: /barcode-reader/docs/server/programming/python/release-notes/
dbr_python_release_notes_v9: /barcode-reader/docs/v9/server/programming/python/release-notes/
dbr_python_release_notes_v10: /barcode-reader/docs/v10/server/programming/python/release-notes/
dbr_python_release_notes_v11: /barcode-reader/docs/server/programming/python/release-notes/


dbr_js: /barcode-reader/docs/web/programming/javascript/
Expand Down Expand Up @@ -86,11 +70,6 @@ plugins:
edition: desktop

defaults:
- scope:
path: "programming/c"
values:
docRootName: "Barcode Reader C Edition"
docHomePage: "/barcode-reader/docs/v9/server/programming/c/"
- scope:
path: "programming/cplusplus"
values:
Expand Down
12 changes: 6 additions & 6 deletions _includes/sidelist-programming/programming-cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,16 @@
<li lang="cplusplus"><a href="{{ site.dbr_cpp_release_notes }}" class="otherLinkColour">Release Notes</a>
<ul>
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-11.html" class="otherLinkColour">Version 11.x</a></li>
<li><a href="{{ site.dbr_cpp_release_notes_v10 }}cpp-10.html" class="otherLinkColour">Version 10.x</a></li>
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-9.html" class="otherLinkColour">Version 9.x</a></li>
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-8.html" class="otherLinkColour">Version 8.x</a></li>
<li><a href="{{ site.dbr_cpp_release_notes_v9 }}cpp-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-10.html" class="otherLinkColour">Version 10.x</a></li>
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-9.html" class="otherLinkColour">Version 9.x</a></li>
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-8.html" class="otherLinkColour">Version 8.x</a></li>
<li><a href="{{ site.dbr_cpp_release_notes }}cpp-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
</ul>
</li>
<li lang="cplusplus"><a class="otherLinkColour">Migration Guides</a>
<ul>
<li><a href="{{ site.dbr_cpp }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
<li><a href="{{ site.dbr_cpp }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
<li><a href="{{ site.dbr_cpp }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
<li><a href="{{ site.dbr_cpp }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
</ul>
</li>
<li lang="cplusplus"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
Expand Down
12 changes: 6 additions & 6 deletions _includes/sidelist-programming/programming-dotnet.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,16 +247,16 @@
<li lang="dotnet"><a href="{{ site.dbr_dotnet_release_notes }}" class="otherLinkColour">Release Notes</a>
<ul>
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-11.html" class="otherLinkColour">Version 11.x</a></li>
<li><a href="{{ site.dbr_dotnet_release_notes_v10 }}dotnet-10.html" class="otherLinkColour">Version 10.x</a></li>
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-9.html" class="otherLinkColour">Version 9.x</a></li>
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-8.html" class="otherLinkColour">Version 8.x</a></li>
<li><a href="{{ site.dbr_dotnet_release_notes_v9 }}dotnet-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-10.html" class="otherLinkColour">Version 10.x</a></li>
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-9.html" class="otherLinkColour">Version 9.x</a></li>
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-8.html" class="otherLinkColour">Version 8.x</a></li>
<li><a href="{{ site.dbr_dotnet_release_notes }}dotnet-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
</ul>
</li>
<li lang="dotnet"><a class="otherLinkColour">Migration Guides</a>
<ul>
<li><a href="{{ site.dbr_dotnet }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
<li><a href="{{ site.dbr_dotnet }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
<li><a href="{{ site.dbr_dotnet }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
<li><a href="{{ site.dbr_dotnet }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
</ul>
</li>
<li lang="dotnet"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
Expand Down
10 changes: 5 additions & 5 deletions _includes/sidelist-programming/programming-java.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,15 @@
<li lang="java"><a href="{{ site.dbr_java_release_notes }}" class="otherLinkColour">Release Notes</a>
<ul>
<li><a href="{{ site.dbr_java_release_notes }}java-11.html" class="otherLinkColour">Version 11.x</a></li>
<li><a href="{{ site.dbr_java_release_notes_v9 }}java-9.html" class="otherLinkColour">Version 9.x</a></li>
<li><a href="{{ site.dbr_java_release_notes_v9 }}java-8.html" class="otherLinkColour">Version 8.x</a></li>
<li><a href="{{ site.dbr_java_release_notes_v9 }}java-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
<li><a href="{{ site.dbr_java_release_notes }}java-9.html" class="otherLinkColour">Version 9.x</a></li>
<li><a href="{{ site.dbr_java_release_notes }}java-8.html" class="otherLinkColour">Version 8.x</a></li>
<li><a href="{{ site.dbr_java_release_notes }}java-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
</ul>
</li>
<li lang="java"><a class="otherLinkColour">Migration Guides</a>
<ul>
<li><a href="{{ site.dbr_java }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
<li><a href="{{ site.dbr_java }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
<li><a href="{{ site.dbr_java }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
<li><a href="{{ site.dbr_java }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
</ul>
</li>
<li lang="java"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
Expand Down
12 changes: 6 additions & 6 deletions _includes/sidelist-programming/programming-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,16 @@
<li lang="python"><a href="{{ site.dbr_python_release_notes }}" class="otherLinkColour">Release Notes</a>
<ul>
<li><a href="{{ site.dbr_python_release_notes }}python-11.html" class="otherLinkColour">Version 11.x</a></li>
<li><a href="{{ site.dbr_python_release_notes_v10 }}python-10.html" class="otherLinkColour">Version 10.x</a></li>
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-9.html" class="otherLinkColour">Version 9.x</a></li>
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-8.html" class="otherLinkColour">Version 8.x</a></li>
<li><a href="{{ site.dbr_python_release_notes_v9 }}python-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
<li><a href="{{ site.dbr_python_release_notes }}python-10.html" class="otherLinkColour">Version 10.x</a></li>
<li><a href="{{ site.dbr_python_release_notes }}python-9.html" class="otherLinkColour">Version 9.x</a></li>
<li><a href="{{ site.dbr_python_release_notes }}python-8.html" class="otherLinkColour">Version 8.x</a></li>
<li><a href="{{ site.dbr_python_release_notes }}python-7.html" class="otherLinkColour">Version 7.6.0 and below</a></li>
</ul>
</li>
<li lang="python"><a class="otherLinkColour">Migration Guides</a>
<ul>
<li><a href="{{ site.dbr_python }}migrate-10-to-11.html" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
<li><a href="{{ site.dbr_python }}migrate-9-to-11.html" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
<li><a href="{{ site.dbr_python }}migrate-from-v10/" class="otherLinkColour">Migrate from 10.x to 11.x</a></li>
<li><a href="{{ site.dbr_python }}migrate-from-v9/" class="otherLinkColour">Migrate from 9.x to 11.x</a></li>
</ul>
</li>
<li lang="python"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
Expand Down
1 change: 0 additions & 1 deletion programming/cplusplus/api-reference/aztec-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default-layout
title: CAztecDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
description: This page shows CAztecDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
keywords: rows, columns, layerNumber, CAztecDetails, api reference
permalink: /programming/cplusplus/api-reference/aztec-details.html
---
# CAztecDetails

Expand Down
1 change: 0 additions & 1 deletion programming/cplusplus/api-reference/barcode-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default-layout
title: CBarcodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
description: This page shows CBarcodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
keywords: CBarcodeDetails, api reference
permalink: /programming/cplusplus/api-reference/barcode-details.html
---
# CBarcodeDetails

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default-layout
title: CDataMatrixDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
description: This page shows CDataMatrixDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
keywords: rows, columns, CDataMatrixDetails, api reference
permalink: /programming/cplusplus/api-reference/datamatrix-details.html
---
# CDataMatrixDetails

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default-layout
title: CExtendedBarcodeResult Class - Dynamsoft Barcode Reader C++ Edition API Reference
description: This page shows CExtendedBarcodeResult class definition of Dynamsoft Barcode Reader SDK C++ Edition.
keywords: GetDeformation, GetClarity, GetSamplingImage, GetExtendedBarcodeResultType, CExtendedBarcodeResult, api reference
permalink: /programming/cplusplus/api-reference/extended-barcode-result.html
---
# CExtendedBarcodeResult Class

Expand Down
1 change: 0 additions & 1 deletion programming/cplusplus/api-reference/oned-code-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ layout: default-layout
title: COneDCodeDetails Class - Dynamsoft Barcode Reader C++ Edition API Reference
description: This page shows COneDCodeDetails class definition of Dynamsoft Barcode Reader SDK C++ Edition.
keywords: startchar, stopchars, COneDCodeDetails, api reference
permalink: /programming/cplusplus/api-reference/oned-code-details.html
---
# COneDCodeDetails

Expand Down
Loading