Skip to content

Commit 3ed7af3

Browse files
Merge pull request #792 from yqz5625/main
FAQ Update
2 parents 5cec842 + f2abba2 commit 3ed7af3

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

_includes/sidelist-faq.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
<li>
2-
<a href="{{ site.faq_general }}index.html" class="otherLinkColour">FAQ</a>
2+
<a class="otherLinkColour">FAQ</a>
33
<ul>
44

55
<li>
66
<a href="{{ site.faq_general }}general.html">General</a>
77
</li>
88
<li>
9-
<a href="{{ site.faq_general }}license-usage.html">Licensing & Usage</a>
9+
<a href="{{ site.faq_general }}license-usage.html">Dynamsoft Licensing & Usage</a>
1010
</li>
1111
<li>
12-
<a href="{{ site.faq_general }}configuration.html">Configuration</a>
12+
<a href="{{ site.faq_general }}configuration.html">Dynamsoft Barcode Reader Configuration</a>
1313

1414
</li>
1515
<li>
16-
<a href="{{ site.faq_general }}multi-platform.html">Multi Platform</a>
16+
<a href="https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/faq/">Dynamsoft Barcode Reader for JS</a>
1717
</li>
1818

1919
<li>
20-
<a href="{{ site.faq_general }}error-debug.html">Error & Debug</a>
20+
<a href="https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/objectivec-swift/faq/">Dynamsoft Barcode Reader for iOS</a>
21+
</li>
22+
<li>
23+
<a href="https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/android/faq/">Dynamsoft Barcode Reader for Android</a>
24+
</li>
25+
<li>
26+
<a href="https://www.dynamsoft.com/barcode-reader/docs/mobile/programming/maui/faq/">Dynamsoft Barcode Reader for MAUI</a>
2127
</li>
2228
</ul>
2329
</li>

faq/general/configuration.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ permalink: /faq/general/configuration.html
1717

1818
3. [How to filter incorrect results with the barcode result length?](avoid-incorrect-results.html)
1919

20-
4. [What will happen if licenses are not renewed in time?](what-happens-if-license-expires.html)
20+
4. [How to Handle Non-printable Characters Like "\u{1D}" or "{GS}" from the Barcode Text?](unprintable-character.html)
2121

22-
5. [How to Handle Non-printable Characters Like "\u{1D}" or "{GS}" from the Barcode Text?](unprintable-character.html)
22+
5. [How to create custom settings template?](custom-settings-template.html)
2323

24-
6. [How to create custom settings template?](custom-settings-template.html)
24+
6. [How can I sort the barcodes of my image in reading order?](sort-barcodes-image.html)
2525

26-
7. [How can I sort the barcodes of my image in reading order?](sort-barcodes-image.html)
27-
28-
8. [How to Scan EAN/UPC with Addon Codes?](how-to-scan-ean-upc-with-addon.md)
26+
7. [How to Scan EAN/UPC with Addon Codes?](how-to-scan-ean-upc-with-addon.md)

faq/general/general.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ permalink: /faq/general/general.html
2222
5. [How to scan specific pages of a pdf file?](scan-specific-page.html)
2323

2424
6. [How to scan barcodes on US Driver's Licenses and extract the information?](scan-us-drivers-license.html)
25-
26-
7. [How does your SDK compare to other commercial SDKs?](competitors-comparison.html)

faq/general/license-usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ permalink: /faq/general/license-usage.html
2828
8. [How does license tracking work with the three standard licensing options - Per Scan, Per Device, Per Concurrent Device?](how-license-tracking-works.html)
2929

3030
9. [When is a new license spot taken when using a per-device licensing model?](new-license-required-per-device-licensing.html)
31+
32+
10. [What will happen if licenses are not renewed in time?](what-happens-if-license-expires.html)

0 commit comments

Comments
 (0)