From a4ee7f8f8d0b02f482586efb7ba7a76ee3e2e7ee Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Wed, 1 Jan 2025 12:53:15 +0800 Subject: [PATCH] fix nav.adoc android section and add javascript --- docs/modules/ROOT/nav.adoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc index 5193c0cf72a..3892ffab420 100644 --- a/docs/modules/ROOT/nav.adoc +++ b/docs/modules/ROOT/nav.adoc @@ -29,14 +29,19 @@ // ** xref:kotlinlib/build-examples.adoc[] ** xref:kotlinlib/web-examples.adoc[] * Experimental Platform Support -** xref:android/java.adoc[] -** xref:android/android-linting.adoc[] -** xref:android/kotlin.adoc[] +** Building Android Apps +*** xref:android/java.adoc[] +*** xref:android/kotlin.adoc[] +*** xref:android/android-linting.adoc[] ** xref:pythonlib/intro.adoc[] *** xref:pythonlib/module-config.adoc[] *** xref:pythonlib/dependencies.adoc[] *** xref:pythonlib/publishing.adoc[] *** xref:pythonlib/web-examples.adoc[] +** xref:javascriptlib/intro.adoc[] +*** xref:javascriptlib/dependencies.adoc[] +*** xref:javascriptlib/module-config.adoc[] +*** xref:javascriptlib/testing.adoc[] * xref:comparisons/why-mill.adoc[] ** xref:comparisons/maven.adoc[] ** xref:comparisons/gradle.adoc[]