Skip to content

Commit 739cf6c

Browse files
Updating configs
1 parent 35ef154 commit 739cf6c

File tree

2 files changed

+12
-30
lines changed

2 files changed

+12
-30
lines changed

_config.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
repositoryUrl: https://github.com/dynamsoft-docs/code-parser-docs-mobile/blob/main
2-
repository: Dynamsoft-Docs/code-parser-docs-mobile
2+
repository: dynamsoft-docs/code-parser-docs-mobile
33
docFullPath: https://www.dynamsoft.com/code-parser/docs/mobile/
44
firstLevelUrl: /code-parser/docs/mobile/
5-
docHomePage: /code-parser/docs/mobile/introduction/
5+
docHomePage: /code-parser/docs/core/introduction/
66

77
enumerations: /code-parser/docs/core/parameters/enum/
88
parameters-reference: /code-parser/docs/core/parameters/reference/
@@ -20,13 +20,13 @@ dcv_ios_api: /capture-vision/docs/mobile/programming/ios/api-reference/
2020
dcv_enumerations: /capture-vision/docs/core/enums/
2121
dcv_parameter_reference: /capture-vision/docs/core/parameters/reference/
2222

23-
assets: /code-parser/docs/mobile/assets/
24-
edit_icon: /code-parser/docs/mobile/assets/img-icon/edit-icon.png
25-
smile_icon: /code-parser/docs/mobile/assets/img-icon/icon-smile.png
26-
sad_icon: /code-parser/docs/mobile/assets/img-icon/icon-sad.png
27-
dbr_icon: /code-parser/docs/mobile/assets/img-icon/icon-dbr.svg
28-
dwt_icon: /code-parser/docs/mobile/assets/img-icon/icon-dwt.svg
29-
dnt_icon: /code-parser/docs/mobile/assets/img-icon/icon-dnt.svg
23+
# assets: /code-parser/docs/mobile/assets/
24+
# edit_icon: /code-parser/docs/mobile/assets/img-icon/edit-icon.png
25+
# smile_icon: /code-parser/docs/mobile/assets/img-icon/icon-smile.png
26+
# sad_icon: /code-parser/docs/mobile/assets/img-icon/icon-sad.png
27+
# dbr_icon: /code-parser/docs/mobile/assets/img-icon/icon-dbr.svg
28+
# dwt_icon: /code-parser/docs/mobile/assets/img-icon/icon-dwt.svg
29+
# dnt_icon: /code-parser/docs/mobile/assets/img-icon/icon-dnt.svg
3030

3131
useVersionTree: true
3232

@@ -41,6 +41,8 @@ plugins:
4141
- jekyll-readme-index
4242
- jekyll-seo-tag
4343

44+
edition: mobile
45+
4446
defaults:
4547
- scope:
4648
path: ""

_includes/sidelist-full-tree.html

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,4 @@
1-
<!--
2-
<li lang="python">
3-
<a href="{{ site.python }}" class="otherLinkColour">Python Edition Introduction</a>
4-
</li>
5-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-python.html" -%}
6-
<li lang="java">
7-
<a href="{{ site.java }}" class="otherLinkColour">Java Edition Introduction</a>
8-
</li>
9-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-java.html" -%}
10-
<li lang="dotnet">
11-
<a href="{{ site.dotnet }}" class="otherLinkColour">.NET Edition Introduction</a>
12-
</li>
13-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-dotnet.html" -%}
14-
-->
1+
152
<li lang="android">
163
<a href="{{ site.dcp_android }}" class="otherLinkColour">DCP-Android Introduction</a>
174
</li>
@@ -20,10 +7,3 @@
207
<a href="{{ site.dcp_ios }}" class="otherLinkColour">DCP-iOS Introduction</a>
218
</li>
229
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-ios.html" -%}
23-
24-
<!--
25-
<li lang="c">
26-
<a href="{{ site.c }}" class="otherLinkColour">C Edition Introduction</a>
27-
</li>
28-
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-programming/programming-c.html" -%}
29-
-->

0 commit comments

Comments
 (0)