Skip to content

Commit 224a5bd

Browse files
committed
fix sth
1 parent 254fb90 commit 224a5bd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repositoryUrl: https://github.com/Dynamsoft/web-twain-docs/blob/master
2-
firstLevelUrl: /web-twain
2+
firstLevelUrl: /web-twain/docs
33
docFullPath: https://www.dynamsoft.com/web-twain/docs
44
productUrl: https://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx
55
productName: Dynamic Web TWAIN

_includes/sidelist-about/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.about }}index.html" class="otherLinkColour">About</a>
1+
<li><a href="{{ site.about }}" class="otherLinkColour">About</a>
22
<ul>
33
{%- if page.url contains '/about/' -%}
44
<li><a href="{{ site.about }}features.html" class="otherLinkColour">Features</a></li>

_includes/sidelist-getting-started/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.getstarted }}index.html" class="otherLinkColour">Getting Started</a>
1+
<li><a href="{{ site.getstarted }}" class="otherLinkColour">Getting Started</a>
22
<ul>
33
{%- if page.url contains '/getstarted/' -%}
44
<li><a href="{{ site.getstarted }}helloworld.html" class="otherLinkColour">HelloWorld</a></li>

_includes/sidelist-indepth/deployment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.indepth }}deployment/index.html" class="otherLinkColour">Deployment</a>
1+
<li><a href="{{ site.indepth }}deployment" class="otherLinkColour">Deployment</a>
22
<ul>
33
{%- if page.url contains '/indepth/deployment/' -%}
44
<li><a href="{{ site.indepth }}deployment/server.html" class="otherLinkColour">Server Setup</a></li>

_includes/sidelist-indepth/development.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.indepth }}development/index.html" class="otherLinkColour">Development</a>
1+
<li><a href="{{ site.indepth }}development" class="otherLinkColour">Development</a>
22
<ul>
33
{%- if page.url contains '/indepth/development/' -%}
44
<li><a href="{{site.indepth}}development/angular.html" class="otherLinkColour">Angular Integration</a></li>

_includes/sidelist-indepth/features.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.indepth }}features/index.html" class="otherLinkColour">Features</a>
1+
<li><a href="{{ site.indepth }}features" class="otherLinkColour">Features</a>
22
<ul>
33
{%- if page.url contains '/indepth/features/' -%}
44
<li><a href="{{ site.indepth }}features/initialize.html" class="otherLinkColour">Initialize</a></li>

_includes/sidelist-indepth/troubleshooting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{ site.indepth }}troubleshooting/index.html" class="otherLinkColour">Troubleshooting</a>
1+
<li><a href="{{ site.indepth }}troubleshooting" class="otherLinkColour">Troubleshooting</a>
22
<ul>
33
{%- if page.url contains '/indepth/troubleshooting/' -%}
44
<li><a href="{{ site.indepth }}troubleshooting/debug.html" class="otherLinkColour">How to Debug</a></li>

_includes/sidelist-info/API-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{site.info}}api/index.html" class="otherLinkColour">API Reference</a>
1+
<li><a href="{{site.info}}api" class="otherLinkColour">API Reference</a>
22
<ul>
33
{%- if page.url contains '/api/' -%}
44
<li><a href="{{site.info}}api/Dynamsoft_WebTwainEnv.html" class="otherLinkColour">Dynamsoft_WebTwainEnv</a></li>

_includes/sidelist-info/releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<li><a href="{{site.info}}schedule/index.html" class="otherLinkColour">Schedule</a>
1+
<li><a href="{{site.info}}schedule" class="otherLinkColour">Schedule</a>
22
<ul>
33
{%- if page.url contains '/schedule/' -%}
44
<li><a href="{{site.info}}schedule/stable.html" class="otherLinkColour">Stable</a></li>

0 commit comments

Comments
 (0)