From 9822f4f6c78407a576a3699b68ee605bec5fc024 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 15 Sep 2023 11:37:36 -0400 Subject: [PATCH] Add explicit nagivation to mkdocs.yml --- mkdocs.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 4b225d5..0f3af38 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,3 +6,15 @@ markdown_extensions: - toc: permalink: yes 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'