1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-08 19:32:30 +01:00
Go to file
developomp 6bec013a80 added newline at the end of file
Makes it look better when printed in command line
2021-10-14 19:46:34 +09:00
.github 🐛 fix build workflow 2021-10-09 12:07:38 +02:00
docs Fix the markdown formatting in the CoC 2021-10-09 18:13:46 +03:00
.gitignore added newline at the end of file 2021-10-14 19:46:34 +09:00
LICENSE Update LICENSE 2021-05-14 15:01:32 +02:00
mkdocs.yml 🎨 restructure 2021-10-09 00:48:23 +02:00
README.md Removed badge from headers and replaced inline code to code blocks 2021-10-14 19:45:24 +09:00

Fosscord Docs

Build to GitHub Pages

How to get started:

  1. Clone the docs repository
git clone https://github.com/fosscord/fosscord-docs
  1. Install
python3 -m pip install mkdocs-material mkdocs-section-index
  1. Test locally
  • development:

    python3 -m mkdocs serve
    
  • production:

    python3 -m mkdocs build