intro paragraph dropped accordingly to a review

a4f2e6f098 (commitcomment-11236595)
This commit is contained in:
Anna Bulenkova 2015-05-19 10:12:58 +02:00
parent cba780ddc1
commit c0518f73df

View File

@ -4,11 +4,7 @@ title: Plugin Structure
---
Plugins are the only supported way to extend IDEA functionality.
A plugin uses API exposed by IDEA or other plugins to implement its functionality.
This document is focused on the plugin system structure and plugin lifecycle.
It doesn't specify any other APIs that may be used by plugins.
The following subjects are covered:
* [Plugin Content](general_topics/plugin_structure/plugin_content.html)