25 lines
818 B
YAML
25 lines
818 B
YAML
---
|
|
site_name: Parallel Virtual Cluster documentation
|
|
theme:
|
|
name: readthedocs
|
|
titles_only: yes
|
|
logo: "images/pvc_logo_black_transparent.png"
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: yes
|
|
toc_depth: '1-4'
|
|
nav:
|
|
- 'Home': 'index.md'
|
|
- 'About PVC': 'about-pvc.md'
|
|
- 'Deployment':
|
|
- 'Cluster Architecture': 'deployment/cluster-architecture.md'
|
|
- 'Hardware Requirements': 'deployment/hardware-requirements.md'
|
|
- 'Fencing & Georedundancy': 'deployment/fencing-and-georedundancy.md'
|
|
- 'Getting Started Guide': 'deployment/getting-started.md'
|
|
- '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'
|