docs/mkdocs.yml

37 lines
971 B
YAML

site_name: CSC Cloud Docs
site_url: https://docs.cloud.csclub.uwaterloo.ca/
nav:
- Home: index.md
- CloudStack: cloudstack.md
- Virtual Hosting: vhosts.md
- Kubernetes: kubernetes.md
- SSH Tricks: ssh-tricks.md
- Registry: registry.md
# 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 © 2022 Computer Science Club of the University of Waterloo