Documentation for the CSC cloud.
Go to file
Max Erenberg bfa78ef0be add docs for CloudStack and vhosts 2021-11-29 09:17:07 -05:00
docs add docs for CloudStack and vhosts 2021-11-29 09:17:07 -05: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 docs for CloudStack and vhosts 2021-11-29 09:17:07 -05: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