Skip to content

Commit 7f6be02

Browse files
committed
update: restructure home page
1 parent fb98792 commit 7f6be02

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

docs/topics/home.xml

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,21 @@
2323
<a href="command-line.md" description="Download and install the Kotlin compiler">Command-line compiler</a>
2424
</main-group>
2525
<highlighted-group>
26-
<title>Featured topics</title>
27-
<a href="https://kotlinlang.org/api/latest/jvm/stdlib/" description="Living essentials for everyday work with Kotlin: IO, files, threading, collections, and much more">Standard library API reference</a>
28-
<a href="gradle.md" description="A build system to automate and manage your building process">Gradle</a>
29-
<a href="basic-types.md" description="Kotlin type system: numbers, strings, arrays, and other built-in types">Basic types</a>
30-
<a href="collections-overview.md" description="Collections: lists, sets, and maps">Collections</a>
31-
<a href="scope-functions.md" description="Scope functions: let, with, run, apply, and also">Scope functions</a>
32-
<a href="coroutines-overview.md" description="Concurrency: coroutines, flows, channels">Coroutines</a>
26+
<title>Kotlin Multiplatform</title>
27+
<a href="https://www.jetbrains.com/kotlin-multiplatform/" description="Learn how Kotlin Multiplatform helps you share code between your applications">Why Kotlin Multiplatform</a>
28+
<a href="https://kmp.jetbrains.com/" description="Quickly create and download a multiplatform project template">Kotlin Multiplatform Wizard</a>
29+
<a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-getting-started.html" description="Create a mobile app that works on both Android and iOS">Get started with Kotlin Multiplatform</a>
30+
<a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html" description="Use Compose Multiplatform to implement one user interface across mobile, desktop, and web">Get started with Compose Multiplatform</a>
3331
</highlighted-group>
3432
<custom-groups>
3533
<group type="cards" display="wide">
36-
<title>What's new</title>
34+
<title>Featured topics</title>
3735
<a href="whatsnew20.md" description="Latest features: the new Kotlin K2 compiler, better interoperability with JavaScript, improved Gradle build tool, and lots more">What's New in Kotlin 2.0.0</a>
38-
<a href="roadmap.md" description="Future plans on Kotlin development">Kotlin public roadmap</a>
39-
</group>
40-
<group type="cards" display="wide">
41-
<title>Kotlin Multiplatform</title>
42-
<a href="https://www.jetbrains.com/kotlin-multiplatform/" description="Learn how Kotlin Multiplatform helps you share code between your applications">Why Kotlin Multiplatform</a>
43-
<a href="https://kmp.jetbrains.com/" description="Quickly create and download a multiplatform project template">Kotlin Multiplatform Wizard</a>
44-
<a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-getting-started.html" description="Create a mobile app that works on both Android and iOS">Get started with Kotlin Multiplatform</a>
45-
<a href="https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html" description="Use Compose Multiplatform to implement one user interface across all platforms">Get started with Compose Multiplatform</a>
36+
<a href="releases.md" description="The latest Kotlin releases and instructions on how to update to them">Kotlin releases</a>
37+
<a href="https://kotlinlang.org/api/latest/jvm/stdlib/" description="Living essentials for everyday work with Kotlin: IO, files, threading, collections, and much more">Standard library API reference</a>
38+
<a href="basic-types.md" description="Kotlin type system: numbers, strings, arrays, and other built-in types">Basic types</a>
39+
<a href="collections-overview.md" description="Collections: lists, sets, and maps">Collections</a>
40+
<a href="coroutines-overview.md" description="Concurrency: coroutines, flows, channels">Coroutines</a>
4641
</group>
4742
</custom-groups>
4843
</section-starting-page>

0 commit comments

Comments
 (0)