mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
Fix link to plugin page (#80)
This commit is contained in:
parent
0990892553
commit
82edc04b20
@ -2,7 +2,9 @@
|
|||||||
title: Plugins
|
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 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
|
### Highlights
|
||||||
|
|
||||||
|
@ -11,7 +11,8 @@ Private questions (via DM, email, etc.) are generally not answered, use the publ
|
|||||||
## Custom Features
|
## Custom Features
|
||||||
If you require a custom feature you can either:
|
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)
|
- 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
|
- Request a paid customisation
|
||||||
|
|
||||||
## Paid Customisation / Support
|
## Paid Customisation / Support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user