Skip to content

Commit

Permalink
first creat
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaaaw committed Dec 4, 2020
1 parent 4e00595 commit f63adea
Show file tree
Hide file tree
Showing 89 changed files with 66,508 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.ignoreWords": [
"fedwire"
]
}
59 changes: 59 additions & 0 deletions _config.yml
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 added _includes/saws.scc
Binary file not shown.
Binary file added _includes/sidelist-customer-portal-faq/saws.scc
Binary file not shown.
12 changes: 12 additions & 0 deletions _includes/sidelist-customer-portal-faq/sidelist-faqhtml
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>
6 changes: 6 additions & 0 deletions _includes/version-list.html
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>
Loading

0 comments on commit f63adea

Please sign in to comment.