[md] plugin structure TOC

This commit is contained in:
Anna Bulenkova 2015-04-13 13:07:43 +02:00
parent d5c9dc3179
commit 73326a8586
2 changed files with 16 additions and 8 deletions

View File

@ -13,6 +13,14 @@
* [Running and Debugging a Plugin](running_and_debugging_a_plugin.html)
* [Plugin Compatibility with IntelliJ Platform Products](plugin_compatibility.html)
* [Plugin Structure](plugin_structure.html)
* [Plugin Content](TODO)
* [Plugin Class Loaders](TODO)
* [Plugin Components](TODO)
* [Plugin Extensions and Extension](TODO)
* [Plugin Actions](TODO)
* [Plugin Services](TODO)
* [Plugin Configuration File](TODO)
* [Plugin Dependencies](TODO)
* [Architectural Overview](architectural_overview.html)
* [Structure of Project](project_structure.html)
* [Action System](action_system.html)

View File

@ -17,21 +17,21 @@ It doesn't specify any other APIs that may be used by plugins.
The following subjects are covered:
<!--TODO Links from TOC to certain parts of the document-->
* Plugin Content
* [Plugin Content](TODO)
* Plugin Class Loaders
* [Plugin Class Loaders](TODO)
* Plugin Components
* [Plugin Components](TODO)
* Plugin Extensions and Extension
* [Plugin Extensions and Extension](TODO)
* Plugin Actions
* [Plugin Actions](TODO)
* Plugin Services
* [Plugin Services](TODO)
* Plugin Configuration File
* [Plugin Configuration File](TODO)
* Plugin Dependencies
* [Plugin Dependencies](TODO)
## Plugin Content