2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 05:06:43 +00:00
inventree-docs/README.md
Oliver Walters 3483c85380 Initial commit
- Copied from inventree.github.io
2020-09-21 22:19:42 +10:00

940 B

InvenTree.github.io

This repository hosts the user documentation for InvenTree, an open source inventory management system.

To serve this documentation locally (e.g. for development), you will need to have Python 3 installed on your system.

Setup

Run the following commands from the top-level project directory:

$ git clone https://github.com/inventree/inventree-docs
$ cd inventree-docs
$ python3 -m venv env-inv-doc
$ source env-inv-doc/bin/activate
$ pip install -r requirements.txt

Serve Locally

To serve the pages locally, run the command (from the top-level project directory)

$ mkdocs serve

Edit Documentation Files

Once the server is running, it will monitor the documentation files for any changes, and update the served pages.

Credits

This documentation makes use of the mkdocs-material template