From 5209d9cf75db603499d88cf122322bb972dbb0d2 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Thu, 29 Oct 2020 17:57:08 +0000 Subject: [PATCH] Add GOTK section to index Signed-off-by: Michael Bridgen --- docs/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/index.md b/docs/index.md index b4398e08..94a60712 100644 --- a/docs/index.md +++ b/docs/index.md @@ -32,6 +32,17 @@ Target features: - Interoperability with workflow providers (GitHub Actions, Tekton, Argo) - Interoperability with CAPI providers +## GitOps Toolkit + +The GitOps Toolkit is the set of APIs and controllers that make up the +runtime for Flux v2. The APIs comprise Kubernetes custom resources, +which can be created and updated by a cluster user, or by other +automation tooling. + +You can use the toolkit to extend Flux, or to build your own systems +for continuous delivery -- see [the developer +guides](https://toolkit.fluxcd.io/dev-guides/). + Components: - [Flux CLI](https://github.com/fluxcd/flux2)