[site] "getting started" structured

This commit is contained in:
Anna Bulenkova 2015-04-21 09:34:15 +02:00
parent 6bfe4b55fb
commit 197de015aa
8 changed files with 7 additions and 7 deletions

View File

@ -8,13 +8,13 @@
* [Test subpage from subfolder](another-subfolder/page.html)
* [Test another page from subfolder](another-subfolder/another-sub-subfolder/page.html)
* [Basic Topics](basic_topics.html)
* [Getting Started](getting_started.html)
* [Check Out And Build Community Edition](checkout_and_build_community.html)
* [Setting Up Development Environment](setting_up_environment.html)
* [Creating a Plugin Project](creating_plugin_project.html)
* [Build Number Ranges](build_number_ranges.html)
* [Running and Debugging a Plugin](running_and_debugging_a_plugin.html)
* [Plugin Compatibility with IntelliJ Platform Products](plugin_compatibility.html)
* [Getting Started](basic_topics/getting_started.html)
* [Check Out And Build Community Edition](basic_topics/getting_started/checkout_and_build_community.html)
* [Setting Up Development Environment](basic_topics/getting_started/setting_up_environment.html)
* [Creating a Plugin Project](basic_topics/getting_started/creating_plugin_project.html)
* [Build Number Ranges](basic_topics/getting_started/build_number_ranges.html)
* [Running and Debugging a Plugin](basic_topics/getting_started/running_and_debugging_a_plugin.html)
* [Plugin Compatibility with IntelliJ Platform Products](basic_topics/getting_started/plugin_compatibility.html)
* [Plugin Structure](plugin_structure.html)
* [Plugin Content](plugin_content.html)
* [Plugin Class Loaders](plugin_class_loaders.html)