Skip to content

Commit 804d223

Browse files
moved faq to a new site
1 parent 57621c6 commit 804d223

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ release_notes: /barcode-reader/docs/core/release-notes/
2424
release_notes_v9: /barcode-reader/docs/v9/core/release-notes/
2525
release_notes_v10: /barcode-reader/docs/v10/core/release-notes/
2626
performance: /barcode-reader/docs/core/performance/
27-
faq: /barcode-reader/docs/core/faq/
28-
faq_general: /barcode-reader/docs/core/faq/general/
27+
faq: /faq/barcode-reader/
2928

3029
structs: /barcode-reader/docs/server/programming/c-cplusplus/struct/
3130

_includes/sidelist-faq.html

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
11
<li>
2-
<a href="{{ site.faq_general }}index.html" class="otherLinkColour">FAQ</a>
3-
<ul>
4-
5-
<li>
6-
<a href="{{ site.faq_general }}general.html">General</a>
7-
</li>
8-
<li>
9-
<a href="{{ site.faq_general }}license-usage.html">Licensing & Usage</a>
10-
</li>
11-
<li>
12-
<a href="{{ site.faq_general }}configuration.html">Configuration</a>
13-
14-
</li>
15-
<li>
16-
<a href="{{ site.faq_general }}multi-platform.html">Multi Platform</a>
17-
</li>
18-
19-
<li>
20-
<a href="{{ site.faq_general }}error-debug.html">Error & Debug</a>
21-
</li>
22-
</ul>
2+
<a target="_blank" href="{{ site.faq }}index.html" class="otherLinkColour">FAQ</a>
233
</li>

license-activation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ else:
129129
# add code for further process
130130
```
131131

132-
If you are using a `concurrent instance license`, see [How to properly use concurrent instance license]({{ site.faq_general }}ensure-no-overuse.html) for more information.
132+
If you are using a `concurrent instance license`, see [How to properly use concurrent instance license]({{ site.faq }}license/ensure-no-overuse.html){:target="_blank"} for more information.
133133

0 commit comments

Comments
 (0)