2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-13 02:25:31 +00:00

add more content templates

This commit is contained in:
Matthias Mair
2022-04-16 21:06:47 +02:00
parent c749fd1b0b
commit fecc9a2080
31 changed files with 274 additions and 0 deletions

6
extend/plugin/digikey.md Normal file
View File

@ -0,0 +1,6 @@
---
layout: plugin_highlight
title: Integrate Digikey
---
# TODO

20
extend/plugin/index.md Normal file
View File

@ -0,0 +1,20 @@
---
layout: content
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)
### Highlights
Use APIs supplied by your vendors or part libraries.
- [Digikey](digikey)
- [Octopart](octopart)
Add [printing capabilities](printers) for your network connected printers to the webinterface and apps.
Integrate your Shopping or warehousing solution:
- [Shopify](shopify)
### Plugin repo
# TODO

View File

@ -0,0 +1,6 @@
---
layout: plugin_highlight
title: Integrate Octopart
---
# TODO

View File

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

7
extend/plugin/shopify.md Normal file
View File

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