This is the documentation site for the Torrust Tracker and Index.
Live: https://torrust.com/
Prerequisites:
You can install mkdocs and mkdocs-material with:
pip3 install mkdocs
pip3 install mkdocs-materialInstall:
git clone https://github.com/torrust/torrust-documentation.gitRun for development:
Navigate to the project folder (docs) and run the following command:
mkdocs serveVisit http://localhost:8000 to see live changes.
Run for production:
Navigate to the project folder (docs) and build the static site:
mkdocs buildPublish the newly built docs/site folder using NGINX or Apache.
Please report any bugs you find to our issue tracker. Ideas and feature requests are welcome as well! Any pull request targeting existing issues would be very much appreciated.