Documentation for the CSC cloud.
Go to file
Max Erenberg c1cf1a55de add warning about membership expiration 2022-06-02 12:12:39 -04:00
docs add warning about membership expiration 2022-06-02 12:12:39 -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