diff --git a/_config.yml b/_config.yml index 4e3f2505..0574c345 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ description: >- InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools. -baseurl: "/home.invenhost.com" +baseurl: "/inventree-website" url: "" collections: diff --git a/_data/for_edu.yml b/_data/for_edu.yml index a4a33c16..ce611ee4 100644 --- a/_data/for_edu.yml +++ b/_data/for_edu.yml @@ -10,8 +10,3 @@ features: subtitle: Stay independed of big vendors text: Free software of big vendors helps the budget. But how about your students? extend: Don’t teach tools – teach process and competence. InvenTree is MIT licensed and free forever.
Also, we are open to contribution from all ages! - - - title: lorem ipsum title - subtitle: lorem ipsum subtitle - text: lorem ipsum description - link: https://example.com/ diff --git a/_data/functions/general.yml b/_data/functions/general.yml index c1422b50..f159720b 100644 --- a/_data/functions/general.yml +++ b/_data/functions/general.yml @@ -1,6 +1,6 @@ title: InvenTree builds it vast functions on top of a few core workflows link: - internal: functions/index.md + internal: functions.md text: functions: - title: Organize Parts diff --git a/_data/general/footer.yml b/_data/general/footer.yml index fd6f548f..eb05fcee 100644 --- a/_data/general/footer.yml +++ b/_data/general/footer.yml @@ -1,6 +1,6 @@ -- title: Websites +- title: Quick cats: - - name: Documentation + - name: Docs site: doc-link - name: Demo site: demo-link @@ -8,46 +8,39 @@ internal: plugins.html - title: Contribute + link: + internal: contribute/index.md cats: - name: Translate - link: https://crowdin.com/project/inventree + internal: contribute/translate.md - name: Code - link: https://github.com/inventree/InvenTree/blob/master/CONTRIBUTING.md - - name: Report + internal: contribute/code/index.md + - name: Community link: https://github.com/inventree/InvenTree/issues/new/choose - - name: Discuss - link: https://github.com/inventree/InvenTree/issues - - name: Document - link: https://github.com/inventree/inventree-docs - - name: Fund - link: https://inventree.readthedocs.io/en/latest/contribute/#donate + internal: contribute/community.md + - name: Sponsor + internal: contribute/sponsor.md -- title: Extend +- title: Ecosystem + link: + internal: extend/index.md cats: - name: API - link: https://inventree.readthedocs.io/en/latest/extend/python/ + internal: extend/api.md - name: Plugins - internal: plugins.html + internal: extend/plugin/index.md - name: KiCad - link: https://github.com/sparkmicro/Ki-nTree/ - - name: Fusion360 - link: https://github.com/matmair/F360-InvenTree/ - - name: Python - link: https://inventree.readthedocs.io/en/latest/extend/python/ - - name: More - link: https://github.com/topics/inventree + internal: extend/integrate/kntree.md + - name: Integrate + internal: extend/integrate/index.md - title: Sitemap cats: - - name: Home - home: true - - name: For Maker - internal: use/maker.md - - name: For Business - internal: use/business.md - - name: For Education - internal: use/education.md - name: About internal: about/index.md + - name: Compare + internal: alternatives/index.md - name: Blog internal: blog.html + - name: Deploy + internal: deploy/index.md diff --git a/_includes/base/footer.html b/_includes/base/footer.html index 8e7a8c83..5db44b07 100644 --- a/_includes/base/footer.html +++ b/_includes/base/footer.html @@ -1,42 +1,40 @@ \ No newline at end of file + + \ No newline at end of file diff --git a/_includes/base/header.html b/_includes/base/header.html index a9041ddb..7b2220f0 100644 --- a/_includes/base/header.html +++ b/_includes/base/header.html @@ -1,11 +1,13 @@
-
- +
+ logo {{ site.title }} -
\ No newline at end of file diff --git a/_includes/block/features.html b/_includes/block/features.html index d5b0ba3d..554a528a 100644 --- a/_includes/block/features.html +++ b/_includes/block/features.html @@ -7,7 +7,7 @@

{{ include.data.title }}

{% if include.link %} {% assign link=include.data.link|default:include.link %} - {% include fnc/learn_more.html %} + {% endif %}
@@ -25,7 +25,7 @@ {% if include.extend and item.extend %}

{{ item.extend }}{% endif %}

{% if item.link %} - Learn More {% include fnc/learn_more.html %} + Learn More {% endif %} diff --git a/_includes/block/functions.html b/_includes/block/functions.html index d6772322..4cc26d2d 100644 --- a/_includes/block/functions.html +++ b/_includes/block/functions.html @@ -11,7 +11,7 @@ {% if include.data.title %}

{{ include.data.title }}

{% endif %} {% if include.data.text %}

{{ include.data.text }}

{% endif %} {% if include.data.link and include.no_link != true %} - Learn More {% include fnc/learn_more.html %} + Learn More {% endif %} {% endif %} @@ -25,7 +25,7 @@ {% if include.extend and item.extend %}

{{ item.extend }}{% endif %}

{% if item.link %} - Learn More {% include fnc/learn_more.html %} + Learn More {% endif %} {% endfor %} diff --git a/_includes/fnc/learn_more.html b/_includes/fnc/learn_more.html deleted file mode 100644 index 7196b2b0..00000000 --- a/_includes/fnc/learn_more.html +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/_includes/partial/alert.html b/_includes/partial/alert.html index bcb50576..1040d9bc 100644 --- a/_includes/partial/alert.html +++ b/_includes/partial/alert.html @@ -1,7 +1,7 @@