@@ -26,16 +26,17 @@ Note that source files for the [server-side landing page](https://kotlinlang.org
26
26
27
27
#### Sources in different repositories
28
28
29
- Source files for the language specification and the docs for coroutines, lincheck, Dokka, and Library creators' guidelines
29
+ Source files for the language specification and the docs for coroutines, serialization, lincheck, Dokka, and Library creators' guidelines
30
30
are stored in separate repositories
31
31
32
- | Website page | GitHub repository |
33
- | --------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------|
34
- | [ Coroutines docs] ( https://kotlinlang.org/docs/coroutines-guide.html ) | [ kotlinx.coroutines] ( https://github.com/Kotlin/kotlinx.coroutines/ ) |
35
- | [ Lincheck docs] ( https://kotlinlang.org/docs/lincheck-guide.html ) | [ kotlinx.lincheck] ( https://github.com/Kotlin/kotlinx-lincheck/ ) |
36
- | [ Dokka docs] ( https://kotlinlang.org/docs/dokka-introduction.html ) | [ Dokka] ( https://github.com/Kotlin/dokka/ ) |
37
- | [ Library creators' guidelines] ( https://kotlinlang.org/docs/jvm-api-guidelines-introduction.html ) | [ api-guidelines] ( https://github.com/Kotlin/api-guidelines ) |
38
- | [ Language specification] ( https://kotlinlang.org/spec/introduction.html ) | [ kotlin-spec] ( https://github.com/Kotlin/kotlin-spec ) |
32
+ | Website page | GitHub repository |
33
+ | --------------------------------------------------------------------------------------------------| ---------------------------------------------------------------------------|
34
+ | [ Coroutines docs] ( https://kotlinlang.org/docs/coroutines-guide.html ) | [ kotlinx.coroutines] ( https://github.com/Kotlin/kotlinx.coroutines/ ) |
35
+ | [ Lincheck docs] ( https://kotlinlang.org/docs/lincheck-guide.html ) | [ kotlinx.lincheck] ( https://github.com/Kotlin/kotlinx-lincheck/ ) |
36
+ | [ Dokka docs] ( https://kotlinlang.org/docs/dokka-introduction.html ) | [ Dokka] ( https://github.com/Kotlin/dokka/ ) |
37
+ | [ Serialization docs] ( https://kotlinlang.org/docs/serialization.html ) | [ kotlinx.serialization] ( https://github.com/Kotlin/kotlinx.serialization ) |
38
+ | [ Library creators' guidelines] ( https://kotlinlang.org/docs/jvm-api-guidelines-introduction.html ) | [ api-guidelines] ( https://github.com/Kotlin/api-guidelines ) |
39
+ | [ Language specification] ( https://kotlinlang.org/spec/introduction.html ) | [ kotlin-spec] ( https://github.com/Kotlin/kotlin-spec ) |
39
40
40
41
#### Auto-generated content
41
42
0 commit comments