forked from dynamsoft-docs/company-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
89 changed files
with
66,508 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"cSpell.ignoreWords": [ | ||
"fedwire" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# replace the <full url of the public repository> with your repository url. | ||
# replace the <branch name> with the branch name used for publishing site, usually master branch. | ||
|
||
# repositoryUrl: <full url of the public repository>/blob/<branch name> | ||
repositoryUrl: https://github.com/Dynamsoft/company-docs/blob/main | ||
|
||
|
||
# Full url of the publicshed site without last '/'. | ||
# For example: the full url of dbr doc sit is https://www.dynamsoft.com/barcode-reader/ | ||
# then set docFullPath with https://www.dynamsoft.com/barcode-reader | ||
|
||
# docFullPath: <full url of the published site> (eg - https://www.dynamsoft.com/barcode-reader) | ||
docFullPat: https://www.dynamsoft.com/company/docs | ||
|
||
# Relative path to first-level domain name without last '/'. | ||
# For example: the full url of dbr doc sit is https://www.dynamsoft.com/barcode-reader/ | ||
# then set firstLevelUrl with /barcode-reader | ||
|
||
# firstLevelUrl: #<relative path to first-level domain> (eg - /barcode-reader) | ||
firstLevelUrl: /company/docs | ||
|
||
# docHomePage: #<relative path of homepage to first-level domain> | ||
# if index.md in the repo is the homepage, set the value same as firstLevelUrl. | ||
docHomePage: /company/docs | ||
|
||
# Notice the root of the path is the first-level domain, so the relative path shall be started | ||
# with the first-level path rather than the root path of the repository. | ||
|
||
# Example variable: | ||
|
||
# sampleFolder: <firstLevelUrl>/sample-folder/ | ||
customer-portal-faq: /company/docs/customer-portal-faq/ | ||
|
||
|
||
# public resources. | ||
|
||
# assets: <firstLevelUrl>/assets/ | ||
assets: /company/docs/assets/ | ||
# edit_icon: <firstLevelUrl>/assets/img-icon/edit-icon.png | ||
edit_icon: /company/docs/assets/img-icon/edit-icon.png | ||
# smile_icon: <firstLevelUrl>/assets/img-icon/icon-smile.png | ||
smile_icon: /company/docs/assets/img-icon/icon-smile.png | ||
# sad_icon: <firstLevelUrl>/assets/img-icon/icon-sad.png | ||
sad_icon: /company/docs/assets/img-icon/icon-sad.png | ||
# dbr_icon: <firstLevelUrl>/assets/img-icon/icon-dbr.svg | ||
dbr_icon: /company/docs/assets/img-icon/icon-dbr.svg | ||
# dwt_icon: <firstLevelUrl>/assets/img-icon/icon-dwt.svg | ||
dwt_icon: /company/docs/assets/img-icon/icon-dwt.svg | ||
# dnt_icon: <firstLevelUrl>/assets/img-icon/icon-dnt.svg | ||
dnt_icon: /company/docs/assets/img-icon/icon-dnt.svg | ||
|
||
|
||
# Replace the <firstLevelUrl> with the value of firstLevelUrl defined above. | ||
|
||
# baseurl: "<firstLevelUrl>" | ||
baseurl: "/company/docs" | ||
|
||
plugins: | ||
- jemoji |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<li><a href="{{ site.customer-portal-faq }}index.html" class="otherLinkColour">Customer Portal FAQ</a> | ||
<ul> | ||
{%- if page.url contains '/customer-portal-faq/' -%} | ||
<li><a href="{{ site.customer-portal-faq }}faq.html" class="otherLinkColour">FAQ</a></li> | ||
<!-- if there are more than one pages in this folder, you can define more <li>s here like: --> | ||
<!-- | ||
<li>Test1</li> | ||
<li>Test2</li> | ||
<li>Test3</li> | ||
--> | ||
</ul> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<span class="fullVersionHistory"> | ||
<ul class="fullVersionInfo"> | ||
<li onclick="changeVersion(this)">Latest Version</li> | ||
</ul> | ||
<!-- <a class="fvChange fontOswald" href="javascript:;">Change +</a> --> | ||
</span> |
Oops, something went wrong.