File tree Expand file tree Collapse file tree 6 files changed +17
-1
lines changed
_includes/sidelist-programming Expand file tree Collapse file tree 6 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ dnt_icon: /barcode-reader/docs/server/assets/img-icon/icon-dnt.svg
7070features : /barcode-reader/docs/core/programming/features/
7171usecases : /barcode-reader/docs/core/programming/usecases/
7272license_activation : /barcode-reader/docs/core/license-activation/
73+ faq_general : /barcode-reader/docs/core/faq/general/
7374
7475baseurl : " /barcode-reader/docs/server"
7576plugins :
Original file line number Diff line number Diff line change @@ -34,4 +34,5 @@ tree_file_list:
3434 - sidelist-programming/sidelist-parameters-organization.html
3535 - sidelist-programming/sidelist-performance.html
3636 - sidelist-programming/sidelist-understanding.html
37+ - sidelist-programming/sidelist-faq.html
3738
Original file line number Diff line number Diff line change 243243 </ ul >
244244</ li >
245245< li lang ="cplusplus "> < a href ="{{ site.dbr_cpp }}upgrade-instruction.html " class ="otherLinkColour "> Upgrade Instructions</ a > </ li >
246-
246+ < li lang ="cplusplus "> < a href ="{{ site.license_activation }}index.html " class ="otherLinkColour "> License Initialization</ a > </ li >
247+ {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath lang=include.lang targetRelativePath="sidelist-faq.html" -%}
247248< li lang ="cplusplus " class ="category "> OTHER EDITIONS</ li >
248249< li lang ="cplusplus "> < a class ="otherLinkColour "> Choose a Language</ a >
249250 < ul >
Original file line number Diff line number Diff line change 138138 < li > < a href ="{{ site.dbr_dotnet_release_notes }}dotnet-7.html " class ="otherLinkColour "> Version 7.6.0 and below</ a > </ li >
139139 </ ul >
140140</ li >
141+ < li lang ="dotnet "> < a href ="{{ site.license_activation }}index.html " class ="otherLinkColour "> License Initialization</ a > </ li >
142+ {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath lang=include.lang targetRelativePath="sidelist-faq.html" -%}
141143
142144< li lang ="dotnet " class ="category "> OTHER EDITIONS</ li >
143145< li lang ="dotnet "> < a class ="otherLinkColour "> Choose a Language</ a >
Original file line number Diff line number Diff line change 132132 < li > < a href ="{{ site.dbr_python_release_notes }}python-7.html " class ="otherLinkColour "> Version 7.6.0 and below</ a > </ li >
133133 </ ul >
134134</ li >
135+ < li lang ="python "> < a href ="{{ site.license_activation }}index.html " class ="otherLinkColour "> License Initialization</ a > </ li >
136+ {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath lang=include.lang targetRelativePath="sidelist-faq.html" -%}
135137
136138< li lang ="python " class ="category "> OTHER EDITIONS</ li >
137139< li lang ="python "> < a class ="otherLinkColour "> Choose a Language</ a >
Original file line number Diff line number Diff line change 1+ < li lang ="{{include.lang}} "> < a href ="{{ site.faq_general }}index.html " class ="otherLinkColour "> FAQ</ a >
2+ < ul >
3+ < li > < a href ="{{ site.faq_general }}general.html "> General</ a > </ li >
4+ < li > < a href ="{{ site.faq_general }}license-usage.html "> Licensing & Usage</ a > </ li >
5+ < li > < a href ="{{ site.faq_general }}configuration.html "> Configuration</ a > </ li >
6+ < li > < a href ="{{ site.faq_general }}multi-platform.html "> Multi Platform</ a > </ li >
7+ < li > < a href ="{{ site.faq_general }}error-debug.html "> Error & Debug</ a > </ li >
8+ </ ul >
9+ </ li >
You can’t perform that action at this time.
0 commit comments