Update navigation for new pages

This commit is contained in:
Joshua Boniface 2023-09-15 13:06:16 -04:00
parent 99a52d0216
commit 4474569b31
1 changed files with 4 additions and 2 deletions

View File

@ -11,8 +11,10 @@ nav:
- 'Home': 'index.md' - 'Home': 'index.md'
- 'About PVC': 'about-pvc.md' - 'About PVC': 'about-pvc.md'
- 'Deployment': - 'Deployment':
- 'Cluster Architecture': 'cluster-architecture.md' - 'Cluster Architecture': 'deployment/cluster-architecture.md'
- 'Getting Started': 'getting-started.md' - 'Hardware Requirements': 'deployment/hardware-requirements.md'
- 'Fencing & Georedundancy': 'deployment/fencing-and-georedundancy.md'
- 'Getting Started Guide': 'deployment/getting-started.md'
- 'Manuals': - 'Manuals':
- 'PVC CLI': 'manuals/cli.md' - 'PVC CLI': 'manuals/cli.md'
- 'PVC HTTP API': 'manuals/api.md' - 'PVC HTTP API': 'manuals/api.md'