From ac7b25dac154c1919dfc9ed07bffe74bd643937c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 16 Sep 2023 23:46:55 -0400 Subject: [PATCH] Update navigation pages --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2122827..006cc60 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,7 +14,8 @@ nav: - 'Deployment': - 'Cluster Architecture': 'deployment/cluster-architecture.md' - 'Hardware Requirements': 'deployment/hardware-requirements.md' - - 'Fencing & Georedundancy': 'deployment/fencing-and-georedundancy.md' + - 'Fencing': 'deployment/fencing.md' + - 'Georedundancy': 'deployment/georedundancy.md' - 'Getting Started Guide': 'deployment/getting-started.md' - 'Manuals': - 'PVC CLI': 'manuals/cli.md'