1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-22 18:22:31 +01:00
docs/README.md
2021-06-23 18:16:35 +02:00

534 B

Fosscord Docs Build to GitHub Pages

The official docs for Fosscord.

Install

Just put in a terminal the following command: git clone https://github.com/fosscord/fosscord-docs && python3 -m pip install mkdocs-material mkdocs-section-index

Launch

Dynamic build (for development):

python3 -m mkdocs serve

Standard build (for production):

python3 -m mkdocs build