2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 05:26:44 +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 layout: default
--- ---
<article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen"> <article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto min-h-screen">
<h2>{{ page.title }}</h2> <h2>{{ page.title }}</h2>
{{ content }} {{ content }}

View File

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

View File

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

View File

@ -1,5 +1,4 @@
--- ---
layout: content
title: About title: About
--- ---
InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. 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 title: Privacy
--- ---

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,11 +1,12 @@
--- ---
layout: content
title: Plugins 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 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) 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. Use APIs supplied by your vendors or part libraries.
- [Digikey](digikey) - [Digikey](digikey)
- [Octopart](octopart) - [Octopart](octopart)