Documentation for the CSC cloud.
Go to file
Max Erenberg 5399f39659 clarify the file on which to run `chmod 600` 2022-08-31 23:59:10 -04:00
docs clarify the file on which to run `chmod 600` 2022-08-31 23:59:10 -04:00
.gitignore add docs for CloudStack and vhosts 2021-11-29 09:17:07 -05:00
README.md add docs for CloudStack and vhosts 2021-11-29 09:17:07 -05:00
mkdocs.yml add instructions for custom csclub.cloud domain 2022-03-25 21:54:08 -04:00

README.md

docs

This is the repository for https://docs.cloud.csclub.uwaterloo.ca.

Contributing

This is a MkDocs site, so all pages are writen in Markdown.

Install the prerequisites:

pip install mkdocs mkdocs-material pymdown-extensions

Start a local web server (http://localhost:8000):

mkdocs serve

Building the site:

mkdocs build