From b0029e925507fcf05d1fbd9e6416ef18f61ac5ce Mon Sep 17 00:00:00 2001
From: Hidde Beydals <hello@hidde.co>
Date: Thu, 29 Oct 2020 16:30:10 +0100
Subject: [PATCH] Remove Flux CLI from Toolkit component overview

Signed-off-by: Hidde Beydals <hello@hidde.co>
---
 README.md  | 1 -
 mkdocs.yml | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f7e9d75f..9e0e72e6 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,6 @@ guides](https://toolkit.fluxcd.io/dev-guides/).
 
 ### Components
 
-- [Toolkit CLI](https://toolkit.fluxcd.io/cmd/flux/)
 - [Source Controller](https://toolkit.fluxcd.io/components/source/controller/)
     - [GitRepository CRD](https://toolkit.fluxcd.io/components/source/gitrepositories/)
     - [HelmRepository CRD](https://toolkit.fluxcd.io/components/source/helmrepositories/)
diff --git a/mkdocs.yml b/mkdocs.yml
index 710ba26e..f665be5f 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -75,7 +75,7 @@ nav:
         - Alert CRD: components/notification/alert.md
         - Receiver CRD: components/notification/receiver.md
         - Notification API Reference: components/notification/api.md
-  - Toolkit CLI:
+  - Flux CLI:
     - Overview: cmd/flux.md
     - Bootstrap: cmd/flux_bootstrap.md
     - Bootstrap github: cmd/flux_bootstrap_github.md
-- 
GitLab