2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-18 04:55:32 +00:00

refactor to reduce double data

This commit is contained in:
2021-11-07 23:43:14 +01:00
parent 2b1a0ce567
commit b6684705d0
12 changed files with 36 additions and 33 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://a.bb/

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 Hobby
link: /hobby
- name: For Business
link: /business
- name: For Education
link: /education
- name: About
link: /about

View File

@ -0,0 +1,15 @@
title: We start with simple core functions
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. 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 BOM (Bill of Material) management provides a clear understanding of the sub-parts required to make a new part. 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: /

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+