From 77c340a531e2815b1c84a5ab67ffe62e2d80331b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 18 Apr 2022 21:27:49 +0200 Subject: [PATCH] reduce 'dead' code --- _layouts/content.html | 1 - about/credits.md | 1 - about/imprint.md | 1 - about/index.md | 1 - about/privacy.md | 1 - about/social.md | 1 - about/source.md | 1 - about/team.md | 1 - about/thanks.md | 1 - alternatives/index.md | 1 - contribute/code/architecture.md | 1 - contribute/code/index.md | 1 - contribute/community.md | 1 - contribute/index.md | 1 - contribute/sponsor.md | 1 - contribute/translate.md | 1 - deploy/bare-metal.md | 1 - deploy/cloud.md | 1 - deploy/docker.md | 1 - deploy/index.md | 1 - extend/api.md | 1 - extend/index.md | 1 - extend/integrate/index.md | 1 - extend/integrate/kntree.md | 1 - extend/migrate/index.md | 1 - extend/plugin/index.md | 5 +++-- 26 files changed, 3 insertions(+), 27 deletions(-) diff --git a/_layouts/content.html b/_layouts/content.html index 17e2f65c..e1ae436e 100644 --- a/_layouts/content.html +++ b/_layouts/content.html @@ -2,7 +2,6 @@ layout: default --- -

{{ page.title }}

{{ content }} diff --git a/about/credits.md b/about/credits.md index cb824b75..09b2f43f 100644 --- a/about/credits.md +++ b/about/credits.md @@ -1,5 +1,4 @@ --- -layout: content title: Credits --- diff --git a/about/imprint.md b/about/imprint.md index 9642bccf..668941d2 100644 --- a/about/imprint.md +++ b/about/imprint.md @@ -1,5 +1,4 @@ --- -layout: content title: Imprint --- diff --git a/about/index.md b/about/index.md index 2f6deb69..8f5a4a82 100644 --- a/about/index.md +++ b/about/index.md @@ -1,5 +1,4 @@ --- -layout: content title: About --- InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. diff --git a/about/privacy.md b/about/privacy.md index 1f16c22f..7acb7a67 100644 --- a/about/privacy.md +++ b/about/privacy.md @@ -1,5 +1,4 @@ --- -layout: content title: Privacy --- diff --git a/about/social.md b/about/social.md index cb824b75..09b2f43f 100644 --- a/about/social.md +++ b/about/social.md @@ -1,5 +1,4 @@ --- -layout: content title: Credits --- diff --git a/about/source.md b/about/source.md index 772aa977..e5c7970d 100644 --- a/about/source.md +++ b/about/source.md @@ -1,5 +1,4 @@ --- -layout: content title: How to get the source --- diff --git a/about/team.md b/about/team.md index 20fd33a0..5181d259 100644 --- a/about/team.md +++ b/about/team.md @@ -1,5 +1,4 @@ --- -layout: content title: The core team --- diff --git a/about/thanks.md b/about/thanks.md index 2fd7aae4..7912874b 100644 --- a/about/thanks.md +++ b/about/thanks.md @@ -1,5 +1,4 @@ --- -layout: content title: Offical Social Media channels --- diff --git a/alternatives/index.md b/alternatives/index.md index cc8d410d..8b278e76 100644 --- a/alternatives/index.md +++ b/alternatives/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Alternatives --- diff --git a/contribute/code/architecture.md b/contribute/code/architecture.md index 894e8568..bbc48ab2 100644 --- a/contribute/code/architecture.md +++ b/contribute/code/architecture.md @@ -1,5 +1,4 @@ --- -layout: content title: System Architecture --- diff --git a/contribute/code/index.md b/contribute/code/index.md index 0a32fa55..42e4182d 100644 --- a/contribute/code/index.md +++ b/contribute/code/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Contribute Code --- diff --git a/contribute/community.md b/contribute/community.md index 6ba775f9..95b917da 100644 --- a/contribute/community.md +++ b/contribute/community.md @@ -1,5 +1,4 @@ --- -layout: content title: Help in the community --- diff --git a/contribute/index.md b/contribute/index.md index 880172e6..d740aed0 100644 --- a/contribute/index.md +++ b/contribute/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Contribute --- diff --git a/contribute/sponsor.md b/contribute/sponsor.md index 6da21df5..9745a331 100644 --- a/contribute/sponsor.md +++ b/contribute/sponsor.md @@ -1,5 +1,4 @@ --- -layout: content title: Sponsoring --- diff --git a/contribute/translate.md b/contribute/translate.md index 1551de38..7219711c 100644 --- a/contribute/translate.md +++ b/contribute/translate.md @@ -1,5 +1,4 @@ --- -layout: content title: Translations --- diff --git a/deploy/bare-metal.md b/deploy/bare-metal.md index a9869db8..772a0b10 100644 --- a/deploy/bare-metal.md +++ b/deploy/bare-metal.md @@ -1,5 +1,4 @@ --- -layout: content title: Deploying to Bare Metal --- diff --git a/deploy/cloud.md b/deploy/cloud.md index d7a535ee..4ed1e148 100644 --- a/deploy/cloud.md +++ b/deploy/cloud.md @@ -1,5 +1,4 @@ --- -layout: content title: Deploying to Cloud --- diff --git a/deploy/docker.md b/deploy/docker.md index 0b4491fc..469254ff 100644 --- a/deploy/docker.md +++ b/deploy/docker.md @@ -1,5 +1,4 @@ --- -layout: content title: Deploying to Docker --- diff --git a/deploy/index.md b/deploy/index.md index ec0f55f8..3d66270c 100644 --- a/deploy/index.md +++ b/deploy/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Deploying InvenTree --- diff --git a/extend/api.md b/extend/api.md index 7a1c87f5..835c3a06 100644 --- a/extend/api.md +++ b/extend/api.md @@ -1,5 +1,4 @@ --- -layout: content title: API --- diff --git a/extend/index.md b/extend/index.md index 258a9bb2..a021b839 100644 --- a/extend/index.md +++ b/extend/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Ecosystem --- diff --git a/extend/integrate/index.md b/extend/integrate/index.md index 18f8cdcb..40f54b4f 100644 --- a/extend/integrate/index.md +++ b/extend/integrate/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Integrate --- diff --git a/extend/integrate/kntree.md b/extend/integrate/kntree.md index 4e6cee34..02fac842 100644 --- a/extend/integrate/kntree.md +++ b/extend/integrate/kntree.md @@ -1,5 +1,4 @@ --- -layout: content title: Ki-n-Tree --- diff --git a/extend/migrate/index.md b/extend/migrate/index.md index 59251448..36f3a34d 100644 --- a/extend/migrate/index.md +++ b/extend/migrate/index.md @@ -1,5 +1,4 @@ --- -layout: content title: Migration tools --- diff --git a/extend/plugin/index.md b/extend/plugin/index.md index 3f051447..5f915805 100644 --- a/extend/plugin/index.md +++ b/extend/plugin/index.md @@ -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)