2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 01:55:37 +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
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