From 658588f11ee73d9e597bff97129ef0857c2960bf Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Mon, 7 Mar 2022 10:50:27 +0100 Subject: [PATCH] Reorganize Android Studio ToC structure --- ijs.tree | 5 +++-- topics/products/{ => androidstudio}/android_studio.md | 2 +- .../androidstudio}/android_studio_releases_list.md | 0 3 files changed, 4 insertions(+), 3 deletions(-) rename topics/products/{ => androidstudio}/android_studio.md (99%) rename topics/{appendix/resources => products/androidstudio}/android_studio_releases_list.md (100%) diff --git a/ijs.tree b/ijs.tree index d0063522e..e6f312f74 100644 --- a/ijs.tree +++ b/ijs.tree @@ -295,7 +295,9 @@ - + + + @@ -349,7 +351,6 @@ - diff --git a/topics/products/android_studio.md b/topics/products/androidstudio/android_studio.md similarity index 99% rename from topics/products/android_studio.md rename to topics/products/androidstudio/android_studio.md index 1c4515746..614902118 100644 --- a/topics/products/android_studio.md +++ b/topics/products/androidstudio/android_studio.md @@ -39,7 +39,7 @@ Below you may find a list of Android Studio releases mapped to the relevant Inte -For the full list of Android Studio releases with more details, visit the [Android Studio Releases List](android_studio_releases_list.md) page available in *Appendix I – Resources* section. +For the full list of Android Studio releases with more details, visit the [Android Studio Releases List](android_studio_releases_list.md) page. ### Configuring the Plugin build.gradle File The use-case of developing for a non-IntelliJ IDEA IDE is reviewed in the [Plugins Targeting Alternate IntelliJ Platform-Based IDEs](gradle_guide.md#plugins-targeting-alternate-intellij-platform-based-ides) section of the [Configuring Gradle for IntelliJ Platform Plugins](gradle_guide.md) page. diff --git a/topics/appendix/resources/android_studio_releases_list.md b/topics/products/androidstudio/android_studio_releases_list.md similarity index 100% rename from topics/appendix/resources/android_studio_releases_list.md rename to topics/products/androidstudio/android_studio_releases_list.md