@@ -26,16 +26,17 @@ Note that source files for the [server-side landing page](https://kotlinlang.org
2626
2727#### Sources in different repositories
2828
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
3030are stored in separate repositories
3131
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 ) |
3940
4041#### Auto-generated content
4142
0 commit comments