From d37667a35b3b75c4d9e24976be96f44cb6036559 Mon Sep 17 00:00:00 2001 From: craig Date: Wed, 25 Oct 2023 15:06:59 +0100 Subject: [PATCH] add architectural overview doc --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 8453f243..d610d899 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -65,9 +65,11 @@ plugins: import_url: 'https://github.com/kuadrant/architecture?edit_uri=/blob/main/&branch=main' imports: - /rfcs/* + - /docs/* nav: - 'Overview': index.md - 'Getting Started': getting-started.md + - 'Architecture': architecture/docs/design/architectural-overview.md - 'Installation': - 'Control Plane installation with Existing OCM': multicluster-gateway-controller/docs/installation/control-plane-installation.md - 'Service Protection installation with Existing OCM': multicluster-gateway-controller/docs/installation/service-protection-installation.md