Restore nav menu

This commit is contained in:
Joshua Boniface 2023-09-15 12:16:38 -04:00
parent 91b5edb35a
commit 4d26d856d2
1 changed files with 12 additions and 12 deletions

View File

@ -7,15 +7,15 @@ markdown_extensions:
- toc: - toc:
permalink: yes permalink: yes
toc_depth: '1-4' toc_depth: '1-4'
#nav: 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': 'cluster-architecture.md'
# - 'Getting Started': 'getting-started.md' - 'Getting Started': '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'
# - 'PVC Node Daemon': 'manuals/daemon.md' - 'PVC Node Daemon': 'manuals/daemon.md'
# - 'PVC Provisioner': 'manuals/provisioner.md' - 'PVC Provisioner': 'manuals/provisioner.md'
# - 'PVC Node Health Plugins': 'manuals/health-plugins.md' - 'PVC Node Health Plugins': 'manuals/health-plugins.md'