2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-16 05:53:09 +00:00

shrink plugin section together

This commit is contained in:
Matthias Mair 2022-10-24 23:00:29 +02:00
parent cd4b7d689b
commit fdf0b0edf0
3 changed files with 4 additions and 19 deletions

View File

@ -2,14 +2,13 @@
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](# TODO plugins)
We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. [Learn more](https://inventree.readthedocs.io/en/latest/extend/plugins/)
### Highlights
Add [printing capabilities](printers) for your network connected printers to the webinterface and apps.
Integrate your Shopping or warehousing solution:
- [Shopify](shopify)
Add *native printing capabilities* for your network connected printers to the webinterface and apps. There are plugins for:
- [Brother QL](https://pypi.org/project/inventree-brother-plugin/)
- [Zebra](https://github.com/SergeoLacruz/inventree-zebra-plugin)
### Plugin repo

View File

@ -1,7 +0,0 @@
---
layout: plugin_highlight
title: Integrate Printers
plugin: inventree_brother_plugin
---
# TODO

View File

@ -1,7 +0,0 @@
---
layout: plugin_highlight
title: Shopify
plugin: shopify
---
# TODO