Skip to content

Commit a57d0c3

Browse files
jonnyzzzelizarov
authored andcommitted
list all documentation files to include to kotlinlang.org website.
1 parent 5c44afb commit a57d0c3

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/_nav.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- md: basics.md
2+
url: basics.html
3+
title: Basics
4+
- md: coroutines-guide.md
5+
url: coroutines-guide.html
6+
title: Coroutines Guide
7+
- md: cancellation-and-timeouts.md
8+
url: cancellation-and-timeouts.html
9+
title: Cancellation and Timeouts
10+
- md: channels.md
11+
url: channels.html
12+
title: Channels
13+
- md: composing-suspending-functions.md
14+
url: composing-suspending-functions.html
15+
title: Composing Suspending Functions
16+
- md: coroutine-context-and-dispatchers.md
17+
url: coroutine-context-and-dispatchers.html
18+
title: Coroutine Context and Dispatchers
19+
- md: exception-handling.md
20+
url: exception-handling.html
21+
title: Exception Handling
22+
- md: select-expression.md
23+
url: select-expression.html
24+
title: Select Expression
25+
- md: shared-mutable-state-and-concurrency.md
26+
url: shared-mutable-state-and-concurrency.html
27+
title: Shared Mutable State and Concurrency

0 commit comments

Comments
 (0)