mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
add more content templates
This commit is contained in:
parent
c749fd1b0b
commit
fecc9a2080
11
_layouts/alternatives.html
Normal file
11
_layouts/alternatives.html
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: content
|
||||
---
|
||||
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
|
||||
<h2>{{ page.title }}</h2>
|
||||
<p>Please keep in mind that this is the view of one or more devs of InvenTree. So there is an elemenet of bias involved.</p>
|
||||
{{ content }}
|
||||
{% if page.oss %}
|
||||
<p>This alternative is (F)OSS - let's celebrate this by heading over, giving it a good look and staring the project! Motiviation keeps projects and maintainers healthy.</p>
|
||||
{% endif %}
|
||||
</article>
|
9
_layouts/content.html
Normal file
9
_layouts/content.html
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
|
||||
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
|
||||
<h2>{{ page.title }}</h2>
|
||||
{{ content }}
|
||||
</article>
|
12
_layouts/plugin_highlight.html
Normal file
12
_layouts/plugin_highlight.html
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: content
|
||||
---
|
||||
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
|
||||
<h2>{{ page.title }}</h2>
|
||||
{{ content }}
|
||||
{% if page.plugin %}
|
||||
<hr>
|
||||
<p>Find out more about this plugin on the plugin site</p>
|
||||
{% include plugin_card.html plugin=page.plugin %}
|
||||
{% endif %}
|
||||
</article>
|
8
alternatives/bomist.md
Normal file
8
alternatives/bomist.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: alternatives
|
||||
title: Partkeepr
|
||||
oss: true
|
||||
link: # TODO
|
||||
---
|
||||
|
||||
# TODO
|
8
alternatives/excel.md
Normal file
8
alternatives/excel.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: alternatives
|
||||
title: Partkeepr
|
||||
oss: true
|
||||
link: # TODO
|
||||
---
|
||||
|
||||
# TODO
|
20
alternatives/index.md
Normal file
20
alternatives/index.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
layout: default
|
||||
title: Alternatives
|
||||
---
|
||||
|
||||
InvenTree is by far not the only software for managing 'things'<tm>, there are even a few in the (F)OSS space that adress all your possible needs. We have compiled a list with (more or less) competitors and why they might be a better fit.
|
||||
We are biased of course.
|
||||
|
||||
PLMs:
|
||||
- [Partkeepr](partkeepr)
|
||||
- [Partsbox](partsbox) - for profit
|
||||
- [Bomist](bomist) - for profit
|
||||
- [Teamcenter](teamcenter) - for profit
|
||||
|
||||
Asset Managemnt:
|
||||
- [SnipeIt](snipeit)
|
||||
- [Odoo](odoo)
|
||||
|
||||
Other:
|
||||
- [Excel](excel) - for profit
|
8
alternatives/odoo.md
Normal file
8
alternatives/odoo.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: alternatives
|
||||
title: Odoo
|
||||
oss: true
|
||||
link: # TODO
|
||||
---
|
||||
|
||||
# TODO
|
8
alternatives/partkeepr.md
Normal file
8
alternatives/partkeepr.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: alternatives
|
||||
title: Partkeepr
|
||||
oss: true
|
||||
link: # TODO
|
||||
---
|
||||
|
||||
# TODO
|
8
alternatives/partsbox.md
Normal file
8
alternatives/partsbox.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: alternatives
|
||||
title: Bomist
|
||||
oss: false
|
||||
link: # TODO
|
||||
---
|
||||
|
||||
# TODO
|
8
alternatives/snipeit.md
Normal file
8
alternatives/snipeit.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: alternatives
|
||||
title: SnipeIT
|
||||
oss: true
|
||||
link: # TODO
|
||||
---
|
||||
|
||||
# TODO
|
8
alternatives/teamcenter.md
Normal file
8
alternatives/teamcenter.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: alternatives
|
||||
title: Teamcenter
|
||||
oss: false
|
||||
link: # TODO
|
||||
---
|
||||
|
||||
# TODO
|
6
contribute/code/architecture.md
Normal file
6
contribute/code/architecture.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: System Architecture
|
||||
---
|
||||
|
||||
# TODO
|
6
contribute/code/index.md
Normal file
6
contribute/code/index.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Contribute Code
|
||||
---
|
||||
|
||||
# TODO
|
6
contribute/community.md
Normal file
6
contribute/community.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Help in the community
|
||||
---
|
||||
|
||||
# TODO
|
16
contribute/index.md
Normal file
16
contribute/index.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: content
|
||||
title: Contribute
|
||||
---
|
||||
|
||||
We welcome everyone to help with InvenTree however they can!
|
||||
While there are a few suggestion how you could do your part we are very much open for new ideas.
|
||||
|
||||
Ways to help:
|
||||
- [Help with translations](translation)
|
||||
- [Answer quesions](community)
|
||||
- [Suggest features](community)
|
||||
- [Submit PRs / help with testing](code)
|
||||
- [Fund maintenance or new features](sponsor)
|
||||
|
||||
# TODO
|
6
contribute/sponsor.md
Normal file
6
contribute/sponsor.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Sponsoring
|
||||
---
|
||||
|
||||
# TODO
|
6
contribute/translation.md
Normal file
6
contribute/translation.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Translations
|
||||
---
|
||||
|
||||
# TODO
|
6
deploy/bare-metal.md
Normal file
6
deploy/bare-metal.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Deploying to Bare Metal
|
||||
---
|
||||
|
||||
# TODO
|
6
deploy/cloud.md
Normal file
6
deploy/cloud.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Deploying to Cloud
|
||||
---
|
||||
|
||||
# TODO
|
6
deploy/docker.md
Normal file
6
deploy/docker.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: content
|
||||
title: Deploying to Docker
|
||||
---
|
||||
|
||||
# TODO
|
16
deploy/index.md
Normal file
16
deploy/index.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: content
|
||||
title: Deploying InvenTree
|
||||
---
|
||||
|
||||
### Popular Deployment Methods for InvenTree
|
||||
|
||||
There are multiple methods to deploy InvenTree. The most popular (and by the development team supported) methods are:
|
||||
|
||||
- [Bare Metal](bare-metal)
|
||||
- [Docker](docker)
|
||||
- [Cloud](cloud)
|
||||
|
||||
### Other Options
|
||||
|
||||
The core InvenTree server is built using the widely used python-based framework [Django](https://django.org/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture).
|
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
|
Loading…
x
Reference in New Issue
Block a user