docs/mkdocs.yml

28 lines
881 B
YAML
Raw Normal View History

2023-09-15 11:50:10 -04:00
---
site_name: Parallel Virtual Cluster documentation
2023-09-12 16:51:53 -04:00
theme:
2023-09-15 11:28:37 -04:00
name: readthedocs
2023-09-12 16:51:53 -04:00
titles_only: yes
2023-09-15 13:15:47 -04:00
logo: "images/pvc_logo_black_transparent.png"
2023-09-16 23:52:09 -04:00
width: "100%"
markdown_extensions:
- toc:
permalink: yes
toc_depth: '1-4'
2023-09-15 12:16:38 -04:00
nav:
- 'Home': 'index.md'
- 'About PVC': 'about-pvc.md'
2023-09-16 23:59:55 -04:00
- 'Architecture':
- 'Cluster Architecture': 'architecture/cluster-architecture.md'
- 'Hardware Requirements': 'architecture/hardware-requirements.md'
- 'Fencing': 'architecture/fencing.md'
- 'Georedundancy': 'architecture/georedundancy.md'
2023-09-15 12:16:38 -04:00
- 'Deployment':
2023-09-15 13:06:16 -04:00
- 'Getting Started Guide': 'deployment/getting-started.md'
2023-09-15 12:16:38 -04:00
- 'Manuals':
- 'PVC CLI': 'manuals/cli.md'
- 'PVC HTTP API': 'manuals/api.md'
- 'PVC Node Daemon': 'manuals/daemon.md'
- 'PVC Provisioner': 'manuals/provisioner.md'
- 'PVC Node Health Plugins': 'manuals/health-plugins.md'