2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-12-18 01:58:06 +00:00

Docs cleanup (#347)

* remove 'contribute.md'

- Will be moved to the website

* Add reddit link

* Remove demo page

- Now documented on the main website

* Update index page

* Add link back to main website on index pgae

* Update wording on index page

* Replace demo page with a redirect link

* Updated links
This commit is contained in:
Oliver
2022-11-09 15:24:14 +11:00
committed by GitHub
parent 58353c4ac6
commit 8111117695
7 changed files with 19 additions and 168 deletions

View File

@@ -3,15 +3,16 @@ title: InvenTree
template: home.html
hide:
- toc
- navigation
---
## Intuitive Inventory Management
--------------
{% with directory="indexgallery", per_page=1 %}
{% include "carousel.html" %}
{% endwith %}
InvenTree is an open-source inventory management system which provides intuitive parts management and stock control.
--------------
It is designed to be lightweight and easy to use for SME or hobbyist applications. Powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information. InvenTree is designed to allow for a flexible installation.
InvenTree is a [Python](https://www.python.org/) and [Django](https://www.djangoproject.com/) application which stores data in a relational database, and serves this data to the user(s) via a web browser, and (optionally) can be integrated into custom applications via an API.
----------------------