Reorganize Android Studio ToC structure

This commit is contained in:
Jakub Chrzanowski 2022-03-07 10:50:27 +01:00
parent f91c7e5592
commit 658588f11e
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
3 changed files with 4 additions and 3 deletions

View File

@ -295,7 +295,9 @@
<toc-element id="build_number_ranges.md"/>
<toc-element id="dev_alternate_products.md" toc-title="Developing for Multiple Products"/>
<toc-element id="plugin_compatibility.md" toc-title="Compatibility with Multiple Products"/>
<toc-element id="android_studio.md" toc-title="Android Studio"/>
<toc-element id="android_studio.md" toc-title="Android Studio">
<toc-element id="android_studio_releases_list.md"/>
</toc-element>
<toc-element id="app_code.md" toc-title="AppCode">
<toc-element id="appcode_extension_point_list.md"/>
</toc-element>
@ -349,7 +351,6 @@
<toc-element id="glossary.md"/>
<toc-element id="explore_api.md" toc-title="Explore the API"/>
<toc-element id="extension_point_list.md"/>
<toc-element id="android_studio_releases_list.md"/>
<toc-element id="useful_links.md" accepts-web-file-names="resources.html"/>
<toc-element id="marketing.md"/>
<toc-element id="consulting.md"/>

View File

@ -39,7 +39,7 @@ Below you may find a list of Android Studio releases mapped to the relevant Inte
<include src="android_studio_releases.md" include-id="releases_table_short"></include>
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.