mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[md] plugin structure TOC
This commit is contained in:
parent
d5c9dc3179
commit
73326a8586
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user