1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-22 10:12:31 +01:00
Go to file
2021-05-14 16:47:38 +02:00
.github/workflows 🐛 fix build deploy action script 2021-05-14 16:47:38 +02:00
docs Finalize the work! 2021-05-14 12:43:04 +02:00
.gitignore 🐛 fix build deploy action script 2021-05-14 16:47:38 +02:00
LICENSE Initial commit 2021-05-14 10:49:21 +02:00
mkdocs.yml Update mkdocs.yml 2021-05-14 14:57:59 +02:00
README.md Update README.md 2021-05-14 14:59:32 +02:00

Fosscord Docs

The official docs for Fosscord.

Install

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

Launch

Dynamic build (for development):

mkdocs serve

Standard build (for production):

mkdocs build