strapi/docs/v3.x/concepts/plugins.md
Alexandre BODIN 61c0c9d9b4
Add v3.x and remove alpha docs (#6344)
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-05-25 18:11:45 +02:00

8 lines
339 B
Markdown

# Plugins
A plugin is like a small independent sub-application. It has its own business logic with dedicated models, controllers, services, middlewares or hooks. It can also have its own UI integrated in the admin panel.
::: tip
Please refer to the [plugins documentation](../plugin-development/quick-start.md) for more information.
:::