diff --git a/extend/plugin/index.md b/extend/plugin/index.md index e8d5f0b8..d9e0c5b0 100644 --- a/extend/plugin/index.md +++ b/extend/plugin/index.md @@ -2,7 +2,8 @@ title: Plugins --- We supply core-dev and community built plugins to get you started with extending InvenTree's functionality. Plugins can hook into many parts of the UI, buisness logic and webserver. -We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. + +We expose some internal Python APIs to speed up your development and keep the instance running while you discover the possibilities. You can read more about the plugin architecture, including information on developing new plugins, on our [documentation](https://docs.inventree.org/en/latest/extend/plugins/)