Skip to content

Commit

Permalink
update small issues 003
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Dynamsoft committed Dec 12, 2023
1 parent df57dd7 commit a07eb25
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 532 deletions.
14 changes: 8 additions & 6 deletions _config.yml
Expand Up @@ -4,14 +4,16 @@ docFullPath: https://www.dynamsoft.com/code-parser/docs/web
firstLevelUrl: /code-parser/docs/web/
docHomePage: /code-parser/docs/core/introduction/

javascript: /code-parser/docs/web/programming/javascript/
javascript-api: /code-parser/docs/web/programming/javascript/api-reference/
javascript-api-enum: /code-parser/docs/web/programming/javascript/api-reference/enum/
javascript-api-interface: /code-parser/docs/web/programming/javascript/api-reference/interface/
javascript-release-notes: /code-parser/docs/web/programming/javascript/release-notes/
js: /code-parser/docs/web/programming/javascript/
dcp_js_api: /code-parser/docs/web/programming/javascript/api-reference/
dcp_enum: /code-parser/docs/web/programming/javascript/api-reference/enum/
js_release_notes: /code-parser/docs/web/programming/javascript/release-notes/

dcv_enumerations: /capture-vision/docs/core/enums/

dcv_js_api: /capture-vision/docs/web/programming/javascript/api-reference/
dcv_introduction: /capture-vision/docs/core/introduction/

assets: /code-parser/docs/web/assets/
edit_icon: /code-parser/docs/web/assets/img-icon/edit-icon.png
smile_icon: /code-parser/docs/web/assets/img-icon/icon-smile.png
Expand All @@ -20,7 +22,7 @@ dbr_icon: /code-parser/docs/web/assets/img-icon/icon-dbr.svg
dwt_icon: /code-parser/docs/web/assets/img-icon/icon-dwt.svg
dnt_icon: /code-parser/docs/web/assets/img-icon/icon-dnt.svg

release-notes: /code-parser/docs/core/release-notes/
release_notes: /code-parser/docs/core/release-notes/
code_types: /code-parser/docs/core/code-types/

useVersionTree: true
Expand Down
4 changes: 2 additions & 2 deletions _includes/dcpNav.html
Expand Up @@ -22,7 +22,7 @@
<li class="title"><a class="orangeLink" href="{{site.docHomePage}}">Dynamsoft Code Parser</a></li>
<li class="item overview">
<!---->
<a class="textUpperCase" href="{{site.release-notes}}">Release Notes</a>
<a class="textUpperCase" href="{{site.release_notes}}">Release Notes</a>
</li>
<li class="item overview">
<!---->
Expand All @@ -45,7 +45,7 @@
<div class="row">
<div class="col-xs-12">
<ul class="menuList">
<li class="item"><a href="{{site.release-notes}}">Release Notes</a></li>
<li class="item"><a href="{{site.release_notes}}">Release Notes</a></li>
<li class="item"><a href="{{site.firstLevelUrl}}">Documentation</a></li>
</ul>
</div>
Expand Down
32 changes: 16 additions & 16 deletions _includes/sidelist-programming-javascript-v1.1.0.html
@@ -1,94 +1,94 @@
<li>
<a href="{{ site.javascript }}" class="otherLinkColour">Introduction</a>
<a href="{{ site.js }}" class="otherLinkColour">Introduction</a>
</li>
<li class="category">DEVELOPMENT</li>
<li>
<a
style="cursor: pointer; color: #3c3c3c"
href="{{ site.javascript }}user-guide/index.html"
href="{{ site.js }}user-guide/index.html"
class="otherLinkColour"
>User Guide</a
>
</li>
<li>
<a
style="cursor: pointer; color: #3c3c3c"
href="{{ site.javascript-api }}"
href="{{ site.dcp_js_api }}"
class="otherLinkColour"
>API Reference</a
>
<ul>
<li>
<a href="{{ site.javascript-api }}CodeParser.html" class="otherLinkColour"
<a href="{{ site.dcp_js_api }}CodeParser.html" class="otherLinkColour"
>CodeParser for code parsing</a
>
</li>
<li>
<a
href="{{ site.javascript-api }}LicenseControl.html"
href="{{ site.dcp_js_api }}LicenseControl.html"
class="otherLinkColour"
>License Control</a
>
</li>
<li>
<a
href="{{ site.javascript-api }}InitializeEngine.html"
href="{{ site.dcp_js_api }}InitializeEngine.html"
class="otherLinkColour"
>Initialization Control</a
>
</li>
<li>
<a
href="{{ site.javascript-api-interface }}index.html"
href="{{ site.dcp_js_api-interface }}index.html"
class="otherLinkColour"
>Interfaces</a
>
<ul>
<li>
<a
href="{{ site.javascript-api-interface }}BasicPersonalInfo.html"
href="{{ site.dcp_js_api-interface }}BasicPersonalInfo.html"
class="otherLinkColour"
>BasicPersonalInfo</a
>
</li>
<li>
<a
href="{{ site.javascript-api-interface }}CodeParserException.html"
href="{{ site.dcp_js_api-interface }}CodeParserException.html"
class="otherLinkColour"
>CodeParserException</a
>
</li>
<li>
<a
href="{{ site.javascript-api-interface }}ParseResult.html"
href="{{ site.dcp_js_api-interface }}ParseResult.html"
class="otherLinkColour"
>ParseResult</a
>
</li>
</ul>
</li>
<li>
<a href="{{ site.javascript-api-enum }}index.html" class="otherLinkColour"
<a href="{{ site.dcp_enum }}index.html" class="otherLinkColour"
>Enums</a
>
<ul>
<li>
<a
href="{{ site.javascript-api-enum }}EnumCodeFormat.html"
href="{{ site.dcp_enum }}EnumCodeFormat.html"
class="otherLinkColour"
>EnumCodeFormat</a
>
</li>
<li>
<a
href="{{ site.javascript-api-enum }}EnumErrorCode.html"
href="{{ site.dcp_enum }}EnumErrorCode.html"
class="otherLinkColour"
>EnumErrorCode</a
>
</li>
<li>
<a
href="{{ site.javascript-api-enum }}EnumResultInfoType.html"
href="{{ site.dcp_enum }}EnumResultInfoType.html"
class="otherLinkColour"
>EnumResultInfoType</a
>
Expand All @@ -98,13 +98,13 @@
</ul>
</li>
<li>
<a href="{{ site.javascript-release-notes }}" class="otherLinkColour"
<a href="{{ site.js_release_notes }}" class="otherLinkColour"
>Release Notes</a
>
<ul>
<li>
<a
href="{{ site.javascript-release-notes }}js-2.html"
href="{{ site.js_release_notes }}js-2.html"
class="otherLinkColour"
>Version 1.x</a
>
Expand Down

0 comments on commit a07eb25

Please sign in to comment.