Skip to content

Commit 8c98180

Browse files
authored
chore: wrap docs tree in chunk to include in Kotlin docs (#2861)
1 parent 3f62cb8 commit 8c98180

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

docs/kc.tree

+15-14
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@
77
name="Kotlin coroutines"
88
start-page="coroutines-guide.md">
99

10-
<toc-element id="coroutines-guide.md"/>
11-
<toc-element id="coroutines-basics.md" accepts-web-file-names="basics.html,coroutines-basic-jvm.html"/>
12-
<toc-element toc-title="Intro to coroutines and channels – hands-on tutorial" href="https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/"/>
13-
<toc-element id="cancellation-and-timeouts.md"/>
14-
<toc-element id="composing-suspending-functions.md"/>
15-
<toc-element id="coroutine-context-and-dispatchers.md"/>
16-
<toc-element id="flow.md"/>
17-
<toc-element id="channels.md"/>
18-
<toc-element id="exception-handling.md"/>
19-
<toc-element id="shared-mutable-state-and-concurrency.md"/>
20-
<toc-element id="select-expression.md"/>
21-
<toc-element id="debug-coroutines-with-idea.md"/>
22-
<toc-element id="debug-flow-with-idea.md"/>
23-
10+
<chunk include-id="coroutines">
11+
<toc-element id="coroutines-guide.md"/>
12+
<toc-element id="coroutines-basics.md" accepts-web-file-names="basics.html,coroutines-basic-jvm.html"/>
13+
<toc-element toc-title="Intro to coroutines and channels – hands-on tutorial" href="https://play.kotlinlang.org/hands-on/Introduction%20to%20Coroutines%20and%20Channels/"/>
14+
<toc-element id="cancellation-and-timeouts.md"/>
15+
<toc-element id="composing-suspending-functions.md"/>
16+
<toc-element id="coroutine-context-and-dispatchers.md"/>
17+
<toc-element id="flow.md"/>
18+
<toc-element id="channels.md"/>
19+
<toc-element id="exception-handling.md"/>
20+
<toc-element id="shared-mutable-state-and-concurrency.md"/>
21+
<toc-element id="select-expression.md"/>
22+
<toc-element id="debug-coroutines-with-idea.md"/>
23+
<toc-element id="debug-flow-with-idea.md"/>
24+
</chunk>
2425
</product-profile>

0 commit comments

Comments
 (0)