From 82edc04b20db5cced93fa6a10c55fef49ab7a1ff Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 26 Nov 2022 11:04:27 +1100 Subject: [PATCH] Fix link to plugin page (#80) --- extend/plugin/index.md | 4 +++- support.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/extend/plugin/index.md b/extend/plugin/index.md index 7e3e29a8..431496c7 100644 --- a/extend/plugin/index.md +++ b/extend/plugin/index.md @@ -2,7 +2,9 @@ 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. [Learn more](https://docs.inventree.org/en/latest/extend/plugins/) +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/) ### Highlights diff --git a/support.md b/support.md index 6184a658..9dbf7147 100644 --- a/support.md +++ b/support.md @@ -11,7 +11,8 @@ Private questions (via DM, email, etc.) are generally not answered, use the publ ## Custom Features If you require a custom feature you can either: - Suggest the feature on the issue tracker as a [Feature Request](https://github.com/inventree/InvenTree/issues/new?template=feature_request.yaml) -- Create a [plugin](extend/plugin/index.md) +- Implement the feature yourself, and contribute back to the project. InvenTree developers will happily help you work through any issues. +- Create a [plugin](/extend/plugin/index.md) - Request a paid customisation ## Paid Customisation / Support