Skip to content

Commit 3f62cb8

Browse files
authored
docs: fix ToC and add module name (#2815)
* docs: remove file stored in kotlin-web-site from coroutines TOC * docs: add unique webhelp module name
1 parent 8b60fe8 commit 3f62cb8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/kc.tree

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
start-page="coroutines-guide.md">
99

1010
<toc-element id="coroutines-guide.md"/>
11-
<toc-element id="async-programming.md"/>
1211
<toc-element id="coroutines-basics.md" accepts-web-file-names="basics.html,coroutines-basic-jvm.html"/>
1312
<toc-element toc-title="Intro to coroutines and channels – hands-on tutorial" href="https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/"/>
1413
<toc-element id="cancellation-and-timeouts.md"/>

docs/project.ihp

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<ihp version="2.0">
55
<categories src="c.list"/>
6+
<module name="coroutines"/>
67
<topics dir="topics"/>
78
<images dir="images" web-path="/img/kotlin-coroutines/"/>
89
<vars src="v.list"/>

0 commit comments

Comments
 (0)