Documentation for the CSC cloud.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Max Erenberg 5399f39659 clarify the file on which to run `chmod 600` 9 months ago
docs clarify the file on which to run `chmod 600` 9 months ago
.gitignore add docs for CloudStack and vhosts 2 years ago
README.md add docs for CloudStack and vhosts 2 years ago
mkdocs.yml add instructions for custom csclub.cloud domain 1 year ago

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