diff --git a/docs/01_android_jvm.mdx b/docs/android_jvm.mdx similarity index 100% rename from docs/01_android_jvm.mdx rename to docs/android_jvm.mdx diff --git a/docs/02_android_native.mdx b/docs/android_native.mdx similarity index 97% rename from docs/02_android_native.mdx rename to docs/android_native.mdx index a3e89a1..1997ac5 100644 --- a/docs/02_android_native.mdx +++ b/docs/android_native.mdx @@ -6,7 +6,7 @@ title: Android (native) targets ## Requirements -All the requirements for running [Android JVM targets](./01_android_jvm) apply. +All the requirements for running [Android JVM targets](./android_jvm) apply. In addition, it is highly recommended to use a X64 host machine, especially to be able to test all four architectures (x86, x86_64, armeabi-v7a, arm64-v8a). The plugin *might* work on ARM hosts but this has not been tested, diff --git a/docs/index.mdx b/docs/index.mdx index ec79cb5..41cb3b5 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,5 +1,9 @@ --- title: Intro +docs: + - install + - android_jvm + - android_native --- # Intro diff --git a/docs/00_install.mdx b/docs/install.mdx similarity index 100% rename from docs/00_install.mdx rename to docs/install.mdx