Skip to content

Commit d9c60c1

Browse files
update to internal commit f9f5628b
1 parent 7b5df87 commit d9c60c1

File tree

5 files changed

+26
-0
lines changed

5 files changed

+26
-0
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ dcvb_introduction: /capture-vision/docs/core/introduction/
9090
dcvb_architecture: /capture-vision/docs/core/architecture/
9191
dcvb_parameters: /capture-vision/docs/core/parameters/
9292

93+
dbr_js: /barcode-reader/docs/web/programming/javascript/
94+
dbr_python: /barcode-reader/docs/server/programming/python/
95+
dbr_java: /barcode-reader/docs/server/programming/java/
96+
dbr_dotnet: /barcode-reader/docs/server/programming/dotnet/
97+
dbr_cpp: /barcode-reader/docs/server/programming/cplusplus/
98+
9399
mobile_enum: /barcode-reader/docs/mobile/programming/enumeration/
94100

95101
parameters_reference: /barcode-reader/docs/core/parameters/reference/

_includes/sidelist-programming/programming-android.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,3 +695,8 @@
695695
<li lang="android"><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
696696
<li lang="android" ><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples" class="otherLinkColour refreshLink">Develop for React Native</a></li>
697697
<li lang="android" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
698+
<li lang="android" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
699+
<li lang="android" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Python</a></li>
700+
<li lang="android" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
701+
<li lang="android" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
702+
<li lang="android" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>

_includes/sidelist-programming/programming-flutter.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,8 @@
415415
<li lang="flutter" ><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">Develop for iOS (Objective-C & Swift)</a></li>
416416
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
417417
<li lang="flutter" ><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples" class="otherLinkColour refreshLink">Develop for React Native</a></li>
418+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
419+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Python</a></li>
420+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
421+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
422+
<li lang="flutter" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>

_includes/sidelist-programming/programming-maui.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,3 +550,8 @@
550550
<li lang="maui" ><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">Develop for iOS (Objective-C & Swift)</a></li>
551551
<li lang="maui" ><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples" class="otherLinkColour refreshLink">Develop for React Native</a></li>
552552
<li lang="maui" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
553+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
554+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Python</a></li>
555+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
556+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
557+
<li lang="maui" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>

_includes/sidelist-programming/programming-oc.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,3 +694,8 @@
694694
<li lang="objectivec-swift"><a target="_blank" href="{{ site.dbr_maui }}" class="otherLinkColour refreshLink">Develop for MAUI</a></li>
695695
<li lang="objectivec-swift" ><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples" class="otherLinkColour refreshLink">Develop for React Native</a></li>
696696
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_flutter }}" class="otherLinkColour refreshLink">Develop for Flutter</a></li>
697+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_cpp }}" class="otherLinkColour refreshLink">C++</a></li>
698+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_python }}" class="otherLinkColour refreshLink">Python</a></li>
699+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_java }}" class="otherLinkColour refreshLink">Java</a></li>
700+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
701+
<li lang="objectivec-swift" ><a target="_blank" href="{{ site.dbr_js }}" class="otherLinkColour refreshLink">JS</a></li>

0 commit comments

Comments
 (0)