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
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repositoryUrl: https://github.com/Dynamsoft/web-twain-docs/blob/master
firstLevelUrl: /web-twain
firstLevelUrl: /web-twain/docs
docFullPath: https://www.dynamsoft.com/web-twain/docs
productUrl: https://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx
productName: Dynamic Web TWAIN
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-about/about.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.about }}index.html" class="otherLinkColour">About</a>
<li><a href="{{ site.about }}" class="otherLinkColour">About</a>
<ul>
{%- if page.url contains '/about/' -%}
<li><a href="{{ site.about }}features.html" class="otherLinkColour">Features</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-getting-started/getting-started.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.getstarted }}index.html" class="otherLinkColour">Getting Started</a>
<li><a href="{{ site.getstarted }}" class="otherLinkColour">Getting Started</a>
<ul>
{%- if page.url contains '/getstarted/' -%}
<li><a href="{{ site.getstarted }}helloworld.html" class="otherLinkColour">HelloWorld</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-indepth/deployment.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.indepth }}deployment/index.html" class="otherLinkColour">Deployment</a>
<li><a href="{{ site.indepth }}deployment" class="otherLinkColour">Deployment</a>
<ul>
{%- if page.url contains '/indepth/deployment/' -%}
<li><a href="{{ site.indepth }}deployment/server.html" class="otherLinkColour">Server Setup</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-indepth/development.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.indepth }}development/index.html" class="otherLinkColour">Development</a>
<li><a href="{{ site.indepth }}development" class="otherLinkColour">Development</a>
<ul>
{%- if page.url contains '/indepth/development/' -%}
<li><a href="{{site.indepth}}development/angular.html" class="otherLinkColour">Angular Integration</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-indepth/features.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.indepth }}features/index.html" class="otherLinkColour">Features</a>
<li><a href="{{ site.indepth }}features" class="otherLinkColour">Features</a>
<ul>
{%- if page.url contains '/indepth/features/' -%}
<li><a href="{{ site.indepth }}features/initialize.html" class="otherLinkColour">Initialize</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-indepth/troubleshooting.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{ site.indepth }}troubleshooting/index.html" class="otherLinkColour">Troubleshooting</a>
<li><a href="{{ site.indepth }}troubleshooting" class="otherLinkColour">Troubleshooting</a>
<ul>
{%- if page.url contains '/indepth/troubleshooting/' -%}
<li><a href="{{ site.indepth }}troubleshooting/debug.html" class="otherLinkColour">How to Debug</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-info/API-index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{site.info}}api/index.html" class="otherLinkColour">API Reference</a>
<li><a href="{{site.info}}api" class="otherLinkColour">API Reference</a>
<ul>
{%- if page.url contains '/api/' -%}
<li><a href="{{site.info}}api/Dynamsoft_WebTwainEnv.html" class="otherLinkColour">Dynamsoft_WebTwainEnv</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-info/releases.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="{{site.info}}schedule/index.html" class="otherLinkColour">Schedule</a>
<li><a href="{{site.info}}schedule" class="otherLinkColour">Schedule</a>
<ul>
{%- if page.url contains '/schedule/' -%}
<li><a href="{{site.info}}schedule/stable.html" class="otherLinkColour">Stable</a></li>
Expand Down