mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 02:55:34 +00:00
add more content templates
This commit is contained in:
6
extend/api.md
Normal file
6
extend/api.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: API
|
||||
---
|
||||
|
||||
# TODO
|
13
extend/index.md
Normal file
13
extend/index.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
layout: content
|
||||
title: Ecosystem
|
||||
---
|
||||
|
||||
InvenTree is designeds to be part of a larger system of tools to support both hobbyists and SMEs with their mangment needs.
|
||||
|
||||
- [Plugins](plugin)
|
||||
- [API](api)
|
||||
- [Integrate](integrate) into other tools
|
||||
- Tools for [migrating to InvenTreen](migrate)
|
||||
|
||||
# TODO
|
9
extend/integrate/index.md
Normal file
9
extend/integrate/index.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: content
|
||||
title: Integrate
|
||||
---
|
||||
|
||||
Tools and plugins that integrate into InvenTree via APIs or plugins.
|
||||
- [Ki-n-Tree](kntree) KiCad integration
|
||||
|
||||
# TODO
|
6
extend/integrate/kntree.md
Normal file
6
extend/integrate/kntree.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Ki-n-Tree
|
||||
---
|
||||
|
||||
# TODO
|
6
extend/migrate/index.md
Normal file
6
extend/migrate/index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Migration tools
|
||||
---
|
||||
|
||||
# TODO
|
6
extend/plugin/digikey.md
Normal file
6
extend/plugin/digikey.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: plugin_highlight
|
||||
title: Integrate Digikey
|
||||
---
|
||||
|
||||
# TODO
|
20
extend/plugin/index.md
Normal file
20
extend/plugin/index.md
Normal 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
|
6
extend/plugin/octopart.md
Normal file
6
extend/plugin/octopart.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: plugin_highlight
|
||||
title: Integrate Octopart
|
||||
---
|
||||
|
||||
# TODO
|
7
extend/plugin/printers.md
Normal file
7
extend/plugin/printers.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: plugin_highlight
|
||||
title: Integrate Printers
|
||||
plugin: inventree_brother_plugin
|
||||
---
|
||||
|
||||
# TODO
|
7
extend/plugin/shopify.md
Normal file
7
extend/plugin/shopify.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
layout: plugin_highlight
|
||||
title: Shopify
|
||||
plugin: shopify
|
||||
---
|
||||
|
||||
# TODO
|
Reference in New Issue
Block a user