From 871eb444fc206522071986205eb585fd6b3f1027 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 26 Jan 2021 14:25:30 +0100 Subject: [PATCH] docs: fix image automation menu links Signed-off-by: Hidde Beydals --- mkdocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 41e776ef..719ba663 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,11 +83,11 @@ nav: - Receiver CRD: components/notification/receiver.md - Notification API Reference: components/notification/api.md - Image Automation Controllers: - - Overview: components/images/controller.md - - ImageRepository CRD: components/images/imagerepositories.md - - ImagePolicy CRD: docs/components/image/imagepolicies.md - - ImageUpdateAutomation CRD: docs/components/image/imageupdateautomations.md - - Automation API Reference: docs/components/image/automation-api.md + - Overview: components/image/controller.md + - ImageRepository CRD: components/image/imagerepositories.md + - ImagePolicy CRD: components/image/imagepolicies.md + - ImageUpdateAutomation CRD: components/image/imageupdateautomations.md + - Automation API Reference: components/image/automation-api.md - Flux CLI: - Overview: cmd/flux.md - Bootstrap: cmd/flux_bootstrap.md