Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Documentation for the Torrust Torrent Index and Torrust Tracker.

Notifications You must be signed in to change notification settings

torrust/torrust-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torrust Documentation

This is the documentation site for the Torrust Tracker and Index.

Live: https://torrust.com/

Installation

Prerequisites:

You can install mkdocs and mkdocs-material with:

pip3 install mkdocs
pip3 install mkdocs-material

Install:

git clone https://github.com/torrust/torrust-documentation.git

Usage

Run for development:

Navigate to the project folder (docs) and run the following command:

mkdocs serve

Visit http://localhost:8000 to see live changes.

Run for production:

Navigate to the project folder (docs) and build the static site:

mkdocs build

Publish the newly built docs/site folder using NGINX or Apache.

Contributing

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.