mirror of
https://github.com/spacebarchat/docs.git
synced 2024-11-08 19:32:30 +01:00
Mirror of https://github.com/spacebarchat/docs
.github | ||
docs | ||
.gitignore | ||
LICENSE | ||
mkdocs.yml | ||
README.md |
Fosscord Docs
The official docs for Fosscord.
Install
Just put in a terminal the following command:
git clone https://github.com/fosscord/fosscord-docs && pip3 install material-mkdocs mkdocs-section-index
Launch
Dynamic build (for development):
python3 -m mkdocs serve
Standard build (for production):
python3 -m mkdocs build