mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[site] "basic topics -> architectural overview" structured
This commit is contained in:
parent
55966488e2
commit
a692528df8
14
_SUMMARY.md
14
_SUMMARY.md
@ -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)
|
||||
|
@ -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)
|
Loading…
x
Reference in New Issue
Block a user