From 2f8eac5452537747b251cadfd796b79c35105c20 Mon Sep 17 00:00:00 2001 From: Stephan Lo Date: Wed, 18 Dec 2024 15:37:25 +0100 Subject: [PATCH] fix: update navigation in mkdocs.yaml to reflect new structure --- mkdocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yaml b/mkdocs.yaml index 7043750..202c9b4 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -2,7 +2,8 @@ site_name: EDPDoc site_description: 'EDP documentation' nav: - - Getting Started: + - Home: '../README.md' + - Overview: - User Documentation: 'gettingstarted/user-documentation.md' - User Guide: - ArgoCD: 'userguide/argocd.md'