[site] "basic topics -> architectural overview" structured

This commit is contained in:
Anna Bulenkova 2015-04-21 09:51:32 +02:00
parent 55966488e2
commit a692528df8
8 changed files with 13 additions and 13 deletions

View File

@ -24,13 +24,13 @@
* [Plugin Services](basic_topics/plugin_structure/plugin_services.html)
* [Plugin Configuration File](basic_topics/plugin_structure/plugin_configuration_file.html)
* [Plugin Dependencies](basic_topics/plugin_structure/plugin_dependencies.html)
* [Architectural Overview](architectural_overview.html)
* [General Threading Rules](general_threading_rules.html)
* [Virtual Files](virtual_file.html)
* [Documents](documents.html)
* [PSI Files](psi_files.html)
* [File View Providers](file_view_providers.html)
* [Psi Elements](psi_elements.html)
* [Architectural Overview](basic_topics/architectural_overview.html)
* [General Threading Rules](basic_topics/architectural_overview/general_threading_rules.html)
* [Virtual Files](basic_topics/architectural_overview/virtual_file.html)
* [Documents](basic_topics/architectural_overview/documents.html)
* [PSI Files](basic_topics/architectural_overview/psi_files.html)
* [File View Providers](basic_topics/architectural_overview/file_view_providers.html)
* [Psi Elements](basic_topics/architectural_overview/psi_elements.html)
* [Structure of Project](project_structure.html)
* [Action System](action_system.html)
* [Persisting State of Components](persisting_state.html)

View File

@ -13,14 +13,14 @@ and then return to this document.
This topic covers the following subjects:
* [General Threading Rules](general_threading_rules.html)
* [General Threading Rules](basic_topics/architectural_overview/general_threading_rules.html)
* [Virtual Files](virtual_file.html)
* [Virtual Files](basic_topics/architectural_overview/virtual_file.html)
* [Documents](documents.html)
* [Documents](basic_topics/architectural_overview/documents.html)
* [PSI Files](psi_files.html)
* [PSI Files](basic_topics/architectural_overview/psi_files.html)
* [File View Providers](file_view_providers.html)
* [File View Providers](basic_topics/architectural_overview/file_view_providers.html)
* [Psi Elements](psi_elements.html)
* [Psi Elements](basic_topics/architectural_overview/psi_elements.html)