Documentation for the CSC cloud.
Go to file
Justin Chung 7d0ee8171c
Add Minecraft page to nav
2023-05-27 13:01:48 -04:00
docs Add minecraft documentation 2023-05-27 11:47:32 -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 Minecraft page to nav 2023-05-27 13:01:48 -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