Documentation for the CSC cloud.
Go to file
Max Erenberg ce3c13dbe9 remove mention of CloudStack k8s plugin 2024-02-02 02:34:31 -05:00
docs remove mention of CloudStack k8s plugin 2024-02-02 02:34:31 -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 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