1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00
Go to file
Stylix58 65e598aa64
[enh] remove mkdocs dep
he is a dep of mkdocs-material
2021-06-23 18:15:42 +02:00
.github 🐛 fix cname build dir 2021-05-14 16:54:47 +02:00
docs renamed dirs to create a standard 2021-06-23 17:45:41 +02:00
.gitignore 🐛 fix build deploy action script 2021-05-14 16:47:38 +02:00
LICENSE Update LICENSE 2021-05-14 15:01:32 +02:00
mkdocs.yml renamed dirs to create a standard 2021-06-23 17:45:41 +02:00
README.md [enh] remove mkdocs dep 2021-06-23 18:15:42 +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 && 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