2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 19:15:28 +00:00

move to root dir

This commit is contained in:
2021-11-08 23:24:52 +01:00
parent b29f813e56
commit 865c868df1
37 changed files with 0 additions and 3 deletions

View File

@ -0,0 +1,4 @@
text: Ready for a glimpse into the future? <br>Together we make InvenTree better, faster and more helpfull each day.
btn:
- text: open the roadmap
link: https://inventree.readthedocs.io/en/latest/upcoming/

51
_data/general/footer.yml Normal file
View File

@ -0,0 +1,51 @@
- title: Websites
cats:
- name: Documentation
site: doc-link
- name: Demo
site: demo-link
- name: Plugins
site: plugin-link
- title: Contribute
cats:
- name: Translate
link: https://crowdin.com/project/inventree
- name: Code
link: https://github.com/inventree/InvenTree/blob/master/CONTRIBUTING.md
- name: Report
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
- title: Extend
cats:
- name: API
link: https://inventree.readthedocs.io/en/latest/extend/python/
- name: Plugins
site: plugin-link
- 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
- title: Sitemap
cats:
- name: Home
link: /
- name: For Maker
link: /maker
- name: For Business
link: /business
- name: For Education
link: /education
- name: About
link: /about

View File

@ -0,0 +1,17 @@
title: InvenTree builds it vast functions on top of a few core workflows
text:
functions:
- title: Organize Parts
text: Parts are the fundamental element of any inventory. InvenTree groups parts into structured categories which allow you to arrange parts to meet your particular needs.
link: https://inventree.readthedocs.io/en/latest/part/part/
- title: Manage Suppliers
text: InvenTree allows you to easily create, modify or delete suppliers and supplier items linked to any part in your inventory.
link: https://inventree.readthedocs.io/en/latest/companies/supplier/
- title: Instant Stock Knowledge
text: Instantly view current stock for a certain part, in a particular location, or required for an individual build.
extend: Stock items are organized in cascading locations and sub-locations, allowing flexible inspection of stock under any location. Stock items can be serialized for tracking of individual items, and test results can be stored against a serialized stock item for the purpose of acceptance testing and commissioning.
link: https://inventree.readthedocs.io/en/latest/stock/stock/
- title: BOM Management
text: Intelligent <strong>B</strong>ill <strong>o</strong>f <strong>M</strong>aterial management provides a clear understanding of the sub-parts required to make a new part.
extend: InvenTree allows you to upload simple BOM files in multiple formats, and download a detailed BOM with all the information stored in its database.
link: https://inventree.readthedocs.io/en/latest/build/bom/

View File

@ -0,0 +1,4 @@
text: InvenTree provides functions for all kinds of users and parts
btn:
- text: Learn More
link: /

9
_data/general/stats.yml Normal file
View File

@ -0,0 +1,9 @@
stats:
- name: Docker pulls
number: 500K+
- name: GitHub Stars
number: 425
- name: Contributors
number: 29
- name: Lines of Code
number: 72K+