2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00

Fix link to plugin page (#80)

This commit is contained in:
Oliver 2022-11-26 11:04:27 +11:00 committed by GitHub
parent 0990892553
commit 82edc04b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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