1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-09-19 23:21:40 +02:00
Go to file
2021-08-07 13:55:55 +02:00
.github 🐛 fix cname build dir 2021-05-14 16:54:47 +02:00
docs Update contributing.md 2021-08-07 13:55:55 +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 Update mkdocs.yml 2021-07-15 10:22:28 +02:00
README.md Update README.md 2021-07-09 23:36:37 +02:00

Fosscord Docs Build to GitHub Pages

How to get started:

git clone https://github.com/fosscord/fosscord-docs && python3 -m pip install mkdocs-material mkdocs-section-index

  • development:

    python3 -m mkdocs serve

  • production:

    python3 -m mkdocs build