From fdf0b0edf0cb2f634e1f1b3e8e20b7ed57377baf Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 24 Oct 2022 23:00:29 +0200 Subject: [PATCH] shrink plugin section together --- extend/plugin/index.md | 9 ++++----- extend/plugin/printers.md | 7 ------- extend/plugin/shopify.md | 7 ------- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 extend/plugin/printers.md delete mode 100644 extend/plugin/shopify.md diff --git a/extend/plugin/index.md b/extend/plugin/index.md index 7057452c..80c70606 100644 --- a/extend/plugin/index.md +++ b/extend/plugin/index.md @@ -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 diff --git a/extend/plugin/printers.md b/extend/plugin/printers.md deleted file mode 100644 index 6f718b54..00000000 --- a/extend/plugin/printers.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: plugin_highlight -title: Integrate Printers -plugin: inventree_brother_plugin ---- - -# TODO diff --git a/extend/plugin/shopify.md b/extend/plugin/shopify.md deleted file mode 100644 index e810a5b8..00000000 --- a/extend/plugin/shopify.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: plugin_highlight -title: Shopify -plugin: shopify ---- - -# TODO