docs/README.md

426 B

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