remove "Plugin" from headings under "Plugin Structure", overview page

This commit is contained in:
Yann Cébron 2021-09-23 09:56:31 +02:00
parent 597c661eca
commit c861ea20c7

View File

@ -1,17 +1,17 @@
[//]: # (title: Plugin Structure)
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
Click the following topics to learn more about the plugin system structure and plugin lifecycles:
* [Plugin Content](plugin_content.md)
* [Plugin Class Loaders](plugin_class_loaders.md)
* [Plugin Actions](plugin_actions.md)
* [Plugin Extensions](plugin_extensions.md)
* [Plugin Services](plugin_services.md)
* [Plugin Listeners](plugin_listeners.md)
* [Plugin Extension Points](plugin_extension_points.md)
* [Plugin Components](plugin_components.md)
* [Plugin Configuration File](plugin_configuration_file.md)
* [Plugin Logo (Icon)](plugin_icon_file.md)
* [Plugin Dependencies](plugin_dependencies.md)
* [](plugin_content.md)
* [](plugin_class_loaders.md)
* [](plugin_actions.md)
* [](plugin_extensions.md)
* [](plugin_services.md)
* [](plugin_listeners.md)
* [](plugin_extension_points.md)
* [](plugin_components.md)
* [](plugin_configuration_file.md)
* [](plugin_icon_file.md)
* [](plugin_dependencies.md)