From 6aa853491c3d032a40875d5919a1a386ac3ada9e Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Tue, 26 Jan 2021 10:40:13 +0100 Subject: [PATCH] Add image automation to menu Signed-off-by: Hidde Beydals --- mkdocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index f5d3cf9c..41e776ef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -82,6 +82,12 @@ nav: - Alert CRD: components/notification/alert.md - 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 - Flux CLI: - Overview: cmd/flux.md - Bootstrap: cmd/flux_bootstrap.md