From 748cd74c36639e497815e862db1119416e864cfc Mon Sep 17 00:00:00 2001 From: mechanarchy <1166756+mechanarchy@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:56:21 +1100 Subject: [PATCH] Update index.md --- extend/plugin/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/)