From 105ec18c55605c16789363189c15fb2d1b002087 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Nov 2021 16:26:05 +0100 Subject: [PATCH] fix footer --- home/_config.yml | 2 +- home/_data/footer.yml | 36 ++++++++++++++++++++---------------- home/_includes/footer.html | 2 +- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/home/_config.yml b/home/_config.yml index 1dfea435..0019c3b7 100644 --- a/home/_config.yml +++ b/home/_config.yml @@ -1,7 +1,7 @@ title: InvenTree tagline: Intuitive Inventory Management -demo-link: http://demo.inventreedb.com/ +demo-link: https://demo.inventreedb.com/ doc-link: https://inventree.readthedocs.io/en/latest/ plugin-link: https://repo.invenhost.com/ diff --git a/home/_data/footer.yml b/home/_data/footer.yml index 036f6dbe..760a7f21 100644 --- a/home/_data/footer.yml +++ b/home/_data/footer.yml @@ -1,41 +1,43 @@ - title: Websites cats: - name: Documentation - link: aa.bb + site: doc-link - name: Demo - link: aa.cc + site: demo-link - name: Plugins - link: plugin-repo + site: plugin-link - title: Contribute cats: - name: Translate - link: crowdin + link: https://crowdin.com/project/inventree - name: Code - link: github + link: https://github.com/inventree/InvenTree/blob/master/CONTRIBUTING.md - name: Report - link: github - - name: Document - link: inventree-docs + link: https://github.com/inventree/InvenTree/issues/new/choose - name: Discuss - link: invetre/dicuss + link: https://github.com/inventree/InvenTree/issues + - name: Document + link: https://github.com/inventree/inventree-docs - name: Fund - link: sponsoring + link: https://inventree.readthedocs.io/en/latest/contribute/#donate - title: Extend cats: + - name: API + link: https://inventree.readthedocs.io/en/latest/extend/python/ - name: Plugins - link: plugin-repo + site: plugin-link - name: KiCad - link: ki-n-tree + link: https://github.com/sparkmicro/Ki-nTree/ - name: Fusion360 - link: F360-Inventree + link: https://github.com/matmair/F360-InvenTree/ - name: Python - link: inventree-python + link: https://inventree.readthedocs.io/en/latest/extend/python/ - name: More - link: github-tag-inventree + link: https://github.com/topics/inventree -- title: Subsites +- title: Sitemap cats: - name: Home link: / @@ -45,3 +47,5 @@ link: /business - name: For Education link: /education + - name: About + link: /about diff --git a/home/_includes/footer.html b/home/_includes/footer.html index 27eedac3..64dfd8a2 100644 --- a/home/_includes/footer.html +++ b/home/_includes/footer.html @@ -16,7 +16,7 @@