Skip to content

Commit 69d5755

Browse files
committed
Add serialization as git submodule
1 parent acb0a23 commit 69d5755

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "kotlinx.serialization"]
2+
path = kotlinx-serialization
3+
url = https://github.com/Kotlin/kotlinx.serialization
4+
branch = doc-restructuring

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3030
are 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

docs/kr.tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@
300300
<toc-element toc-title="Coroutines (kotlinx.coroutines)">
301301
<include from="kc.tree" origin="coroutines" element-id="coroutines"/>
302302
</toc-element>
303-
<toc-element toc-title="Serialization (kotlinx.serialization)" topic="serialization.md"/>
303+
<toc-element toc-title="Serialization (kotlinx.serialization)">
304+
<include from="serialization.tree" origin="serialization" element-id="serialization"/>
305+
</toc-element>
304306
<toc-element toc-title="Lincheck (kotlinx.lincheck)">
305307
<include from="kl.tree" origin="lincheck" element-id="lincheck"/>
306308
</toc-element>

0 commit comments

Comments
 (0)