2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-07 17:58:52 +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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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