docs/mkdocs.yml

37 lines
971 B
YAML
Raw Normal View History

2021-11-29 09:17:07 -05:00
site_name: CSC Cloud Docs
site_url: https://docs.cloud.csclub.uwaterloo.ca/
nav:
- Home: index.md
- CloudStack: cloudstack.md
- Virtual Hosting: vhosts.md
2021-12-18 20:34:02 -05:00
- Kubernetes: kubernetes.md
2021-11-29 09:17:07 -05:00
- SSH Tricks: ssh-tricks.md
2022-01-01 01:03:31 -05:00
- Registry: registry.md
2021-11-29 09:17:07 -05:00
# pip install pymdown-extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
# pip install mkdocs-material
theme:
name: material
favicon: https://git.csclub.uwaterloo.ca/public/csc-propaganda/raw/branch/master/csc-logos/csc-logo.svg
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
repo_url: https://git.csclub.uwaterloo.ca/cloud/docs
repo_name: cloud/docs
copyright: Copyright © 2021 Computer Science Club of the University of Waterloo