Add explicit nagivation to mkdocs.yml

This commit is contained in:
Joshua Boniface 2023-09-15 11:37:36 -04:00
parent 768647eb00
commit 9822f4f6c7
1 changed files with 12 additions and 0 deletions

View File

@ -6,3 +6,15 @@ markdown_extensions:
- toc: - toc:
permalink: yes permalink: yes
toc_depth: '1-4' toc_depth: '1-4'
nav:
- 'Home': 'index.md'
- 'About PVC': 'about-pvc.md'
- 'Deployment':
- 'Cluster Architecture': 'cluster-architecture.md'
- 'Getting Started': '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'