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
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ sad_icon: /faq/assets/img-icon/icon-sad.png
plugins:
- jekyll-sitemap

# Archived, version-pinned FAQ content. Kept in the repo for reference,
# but not built/hosted on the live site and not listed in sitemap.xml.
exclude:
- barcode-reader/mobile/archive
- barcode-reader/server/archive
- barcode-reader/web/archive

defaults:
- scope:
path: ""
Expand Down
17 changes: 0 additions & 17 deletions barcode-reader/server/archive/unable-to-scan-aztec-code.md

This file was deleted.

1 change: 0 additions & 1 deletion barcode-reader/server/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ noTitleIndex: true
- [How to create custom settings template?](custom-settings-template.html)
- [How to enable DPM?](how-to-enable-dpm.html)
- [How can I sort the barcodes of my image in reading order?](sort-barcodes-image.html)
- [Unable to scan Aztec code](../archive/unable-to-scan-aztec-code.html)
- [How to handle non-English characters?](non-english-characters.html)
- [The error message "-10022 The PDF DLL is missing" on Linux?](error-10022-the-PDF-DLL-is-missing.html)
- [How to resolve error failed to read or write license buffer?](error-license-buffer.html)
1 change: 0 additions & 1 deletion barcode-reader/web/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ noTitleIndex: true
- [Read from existing files](read-from-existing-files.html)
- [Scan US driver's license](scan-US-drivers-license.html)
- [Upgrade old to new version](upgrade-old-to-new.html)
- [Use of onFrameRead and onUnduplicateRead](../archive/use-of-onFrameRead-and-onUnduplicateRead.html)
- [Ways to copy DBR-JS deployable files](ways-to-copy-dbr-js-deployable-files.html)