2
0
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:
Matthias Mair 2022-04-18 21:27:49 +02:00
parent 34f77c57a8
commit 77c340a531
26 changed files with 3 additions and 27 deletions

View File

@ -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 }}

View File

@ -1,5 +1,4 @@
---
layout: content
title: Credits
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Imprint
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: About
---
InvenTree is an open-source inventory management system which provides intuitive parts management and stock control.

View File

@ -1,5 +1,4 @@
---
layout: content
title: Privacy
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Credits
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: How to get the source
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: The core team
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Offical Social Media channels
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Alternatives
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: System Architecture
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Contribute Code
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Help in the community
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Contribute
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Sponsoring
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Translations
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Deploying to Bare Metal
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Deploying to Cloud
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Deploying to Docker
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Deploying InvenTree
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: API
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Ecosystem
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Integrate
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Ki-n-Tree
---

View File

@ -1,5 +1,4 @@
---
layout: content
title: Migration tools
---

View File

@ -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)