mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
reduce 'dead' code
This commit is contained in:
parent
34f77c57a8
commit
77c340a531
@ -2,7 +2,6 @@
|
||||
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 }}
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Credits
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Imprint
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: About
|
||||
---
|
||||
InvenTree is an open-source inventory management system which provides intuitive parts management and stock control.
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Privacy
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Credits
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: How to get the source
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: The core team
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Offical Social Media channels
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Alternatives
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: System Architecture
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Contribute Code
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Help in the community
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Contribute
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Sponsoring
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Translations
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Deploying to Bare Metal
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Deploying to Cloud
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Deploying to Docker
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Deploying InvenTree
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: API
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Ecosystem
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Integrate
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Ki-n-Tree
|
||||
---
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
layout: content
|
||||
title: Migration tools
|
||||
---
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
---
|
||||
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
|
||||
###
|
||||
|
||||
Highlights
|
||||
Use APIs supplied by your vendors or part libraries.
|
||||
- [Digikey](digikey)
|
||||
- [Octopart](octopart)
|
||||
|
Loading…
x
Reference in New Issue
Block a user