2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-12 10:05:36 +00:00
This commit is contained in:
SchrodingersGat
2023-11-27 02:09:58 +00:00
parent 2479f57f09
commit 65e1fa4335
27 changed files with 70 additions and 67 deletions

View File

@ -62,8 +62,9 @@
<h2>Plugins</h2>
<p>We supply core-dev and community built plugins to get you started with extending InvenTrees 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.</p>
<p>We supply core-dev and community built plugins to get you started with extending InvenTrees functionality. Plugins can hook into many parts of the UI, buisness logic and webserver.</p>
<p>We expose some internal Python APIs to speed up your development and keep the instance running while you discover the possibilities.</p>
<p>You can read more about the plugin architecture, including information on developing new plugins, on our <a href="https://docs.inventree.org/en/latest/extend/plugins/">documentation</a></p>