Skip to content

Commit 105442d

Browse files
committed
Update Writerside configuration and restructure GML modules TOC
Updated Writerside configuration and `.github/workflows/build-docs.yml` to version 1.0.8. Refactored GML modules table of contents by reorganizing elements for clarity and consistency.
1 parent 44c258c commit 105442d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
ALGOLIA_INDEX_NAME: "prod_WIKI"
2121
ALGOLIA_KEY: "${{ secrets.ALGOLIA_KEY }}"
2222
CONFIG_JSON_PRODUCT: "RW"
23-
CONFIG_JSON_VERSION: "1.0.6"
23+
CONFIG_JSON_VERSION: "1.0.8"
2424

2525
jobs:
2626
build:

Writerside/rw.tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@
7272
</toc-element>
7373
</toc-element>
7474
</toc-element>
75+
<toc-element topic="gml-modules.topic">
76+
<toc-element topic="gml-module-guide.md">
77+
<toc-element topic="gml-module-guide-backend.md"/>
78+
</toc-element>
79+
</toc-element>
7580
<toc-element topic="gml-security.md">
7681
<toc-element topic="gml-security-easy.md"/>
7782
</toc-element>
7883
<toc-element topic="gml-faq.md">
7984
<toc-element topic="faq-details.md"/>
8085
</toc-element>
8186
</toc-element>
82-
<toc-element topic="gml-modules.topic">
83-
<toc-element topic="gml-module-guide.md">
84-
<toc-element topic="gml-module-guide-backend.md"/>
85-
</toc-element>
86-
</toc-element>
8787
<toc-element topic="Section-Starting-Page.topic">
8888
<toc-element topic="TBank-SDK.md">
8989
</toc-element>

Writerside/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<ihp version="2.0">
55
<topics dir="topics" web-path="topics"/>
66
<images dir="images" web-path="images"/>
7-
<instance src="rw.tree" version="1.0.6"/>
7+
<instance src="rw.tree" version="1.0.8"/>
88
</ihp>

0 commit comments

Comments
 (0)