Skip to content

Commit bc5ade6

Browse files
committed
20201120
1 parent b724470 commit bc5ade6

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

_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 }}index.html" 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 }}index.html" 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/index.html" 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/index.html" 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">TECHNIQUES</a>
1+
<li><a href="{{ site.indepth }}features/index.html" 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/index.html" 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/index.html" 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">RELEASE</a>
1+
<li><a href="{{site.info}}schedule/index.html" 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>

_layouts/default-layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="subHeader container">
1212
<div class="row">
1313
<ul class="subHeaderMenuUl col-xs-12 clearfix">
14-
<li class="title"><a class="f18 fontOswald" href="https://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx">Dynamic Web Twain</a> <span class="fc9">|</span> Developer's Center</li>
14+
<li class="title"><a class="f18 fontOswald" href="https://www.dynamsoft.com/Products/WebTWAIN_Overview.aspx">Dynamic Web TWAIN</a> <span class="fc9">|</span> Developer's Center</li>
1515
<li class="on"><a class="orangelink" href = "{{ site.docHomePage }}">Documentation</a></li>
1616
<li><a class="whitelink hide-xs" href="https://www.dynamsoft.com/Downloads/WebTWAIN-Sample-Download.aspx">Code Gallery</a></li>
1717
<li><a class="whitelink hide-xs" href="https://developer.dynamsoft.com/dwt">Resources</a></li>

index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ description: Dynamic Web TWAIN SDK Documentation Homepage
88

99
# Dynamic Web TWAIN Documentation
1010

11-
* [ABOUT]({{site.about}}index.html)
11+
* [About]({{site.about}}index.html)
1212

1313
- [Features]({{site.about}}features.html)
1414
- [Resources]({{site.about}}resources.html)
1515
- [License]({{site.about}}license.html)
1616
- [FAQs]({{site.about}}faqs.html)
1717
- [Support]({{site.about}}getsupport.html)
1818

19-
* [GETTING STARTED]({{site.getstarted}}index.html)
19+
* [Getting Started]({{site.getstarted}}index.html)
2020

2121
- [HelloWorld]({{site.getstarted}}helloworld.html)
2222
- [Hardware]({{site.getstarted}}hardware.html)
2323
- [Platform]({{site.getstarted}}platform.html)
2424
- [FileTypes]({{site.getstarted}}filetype.html)
2525

26-
* [TECHNIQUES]({{site.indepth}}features/index.html)
26+
* [Features]({{site.indepth}}features/index.html)
2727

2828
- [Initialize]({{site.indepth}}features/initialize.html)
2929
- [Input]({{site.indepth}}features/input.html)
@@ -36,7 +36,7 @@ description: Dynamic Web TWAIN SDK Documentation Homepage
3636
- [OCR]({{site.indepth}}features/ocr.html)
3737
- [Handle PDF]({{site.indepth}}features/pdf.html)
3838

39-
* [DEVELOPMENT]({{site.indepth}}development/index.html)
39+
* [Development]({{site.indepth}}development/index.html)
4040

4141
- [Angular Integration]({{site.indepth}}development/angular.html)
4242
- [React Integration]({{site.indepth}}development/react.html)
@@ -48,20 +48,20 @@ description: Dynamic Web TWAIN SDK Documentation Homepage
4848
- [About ActiveX]({{site.indepth}}development/activeX.html)
4949
- [Other Topics]({{site.indepth}}development/topics.html)
5050

51-
* [DEPLOYMENT]({{site.indepth}}deployment/index.html)
51+
* [Deployment]({{site.indepth}}deployment/index.html)
5252

5353
- [Server Setup]({{site.indepth}}deployment/server.html)
5454
- [Service Setup]({{site.indepth}}deployment/service.html)
5555
<!-- - [Scenarios]({{site.indepth}}deployment/scenarios.html)-->
5656

57-
* [TROUBLESHOOTING]({{site.indepth}}troubleshooting/index.html)
57+
* [Troubleshooting]({{site.indepth}}troubleshooting/index.html)
5858

5959
- [How to Debug]({{site.indepth}}troubleshooting/debug.html)
6060
- [Handle Errors]({{site.indepth}}troubleshooting/handle-errors.html)
6161

6262
<!--* [GOVERNANCE]({{site.info}}governance.html)-->
6363

64-
* [SCHEDULE]({{site.info}}schedule/index.html)
64+
* [Schedule]({{site.info}}schedule/index.html)
6565

6666
- [Stable]({{site.info}}schedule/stable.html)
6767
- [Beta]({{site.info}}schedule/beta.html)
@@ -72,7 +72,7 @@ description: Dynamic Web TWAIN SDK Documentation Homepage
7272
- [Addon]({{site.info}}schedule/addon.html)
7373
<!--- [Known bugs]({{site.info}}schedule/bugs.html)-->
7474

75-
* [API REFERENCE]({{site.info}}api/index.html)
75+
* [API Reference]({{site.info}}api/index.html)
7676

7777
- [Dynamsoft_WebTwainEnv]({{site.info}}api/Dynamsoft_WebTwainEnv.html)
7878
- [Dynamsoft_Enum]({{site.info}}api/Dynamsoft_Enum.html)

0 commit comments

Comments
 (0)