This repository has been archived by the owner on May 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
/
kmd.tree
46 lines (40 loc) · 1.84 KB
/
kmd.tree
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE product-profile
SYSTEM "https://resources.jetbrains.com/stardust/product-profile.dtd">
<product-profile id="kmd"
name="Kotlin Multiplatform Mobile Docs"
start-page="home.md"
status="release">
<toc-element id="home.md"/>
<toc-element toc-title="Getting started with KMM">
<toc-element id="getting-started.md"/>
<toc-element id="setup.md"/>
<toc-element id="create-first-app.md"/>
<toc-element id="integrate-in-existing-app.md"/>
<toc-element id="discover-kmm-project.md"/>
<toc-element id="introduce-your-team-to-kmm.md"/>
</toc-element>
<toc-element toc-title="Development">
<toc-element id="organize-process-around-kmm.md"/>
<toc-element id="architect-kmm-app.md"/>
<toc-element id="connect-to-platform-specific-apis.md"/>
<toc-element id="add-dependencies.md"/>
<toc-element id="configure-sqldelight-for-data-storage.md"/>
<toc-element id="use-ktor-for-networking.md"/>
<toc-element id="complete-networking-data-storage-hands-on.md"/>
<toc-element id="publish-kmm-apps.md"/>
<toc-element toc-title="Work with concurrency">
<toc-element id="concurrency-overview.md"/>
<toc-element id="concurrent-mutability.md"/>
<toc-element id="concurrency-and-coroutines.md"/>
</toc-element>
</toc-element>
<toc-element id="samples.md"/>
<toc-element id="supported-platforms.md"/>
<toc-element id="kmm-evolution.md"/>
<toc-element id="kmm-plugin-releases.md"/>
<toc-element id="whats-new-in-kotlin-for-kmm.md"/>
<toc-element id="faq.md"/>
<toc-element id="security.md"/>
<toc-element toc-title="KMM main page" href="https://kotlinlang.org/lp/mobile/"/>
</product-profile>