From 5209d9cf75db603499d88cf122322bb972dbb0d2 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Thu, 29 Oct 2020 17:57:08 +0000 Subject: [PATCH 1/2] 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) From 031c09d8dcdeb6008245c6cc185e05ed0bb61f28 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Thu, 29 Oct 2020 18:08:51 +0000 Subject: [PATCH 2/2] Link to specific guide In the absence of a dev-guides index or other GitOps Toolkit specific home page, link to the dev guide that exists, for now. Signed-off-by: Michael Bridgen --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2720e6f..c3b29786 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ 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/). +guides](https://toolkit.fluxcd.io/dev-guides/source-watcher/). ### Components diff --git a/docs/index.md b/docs/index.md index 94a60712..625193c1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,7 +41,7 @@ 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/). +guides](https://toolkit.fluxcd.io/dev-guides/source-watcher/). Components: