From 968f249562b053e52eb9c915cca739a340b092a3 Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Fri, 19 Mar 2021 12:02:09 +0200 Subject: [PATCH] Move GOTK diagram to docs/files Signed-off-by: Stefan Prodan --- README.md | 2 +- docs/{diagrams => _files}/gitops-toolkit.png | Bin docs/index.md | 2 +- docs/internal/release.md | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename docs/{diagrams => _files}/gitops-toolkit.png (100%) diff --git a/README.md b/README.md index 9b04086d..a2abc60b 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ 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. -![overview](docs/diagrams/gitops-toolkit.png) +![overview](docs/_files/gitops-toolkit.png) You can use the toolkit to extend Flux, or to build your own systems for continuous delivery -- see [the developer diff --git a/docs/diagrams/gitops-toolkit.png b/docs/_files/gitops-toolkit.png similarity index 100% rename from docs/diagrams/gitops-toolkit.png rename to docs/_files/gitops-toolkit.png diff --git a/docs/index.md b/docs/index.md index f4921f80..2f18bd4d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,7 +44,7 @@ The `flux` command-line tool is a convenient way to bootstrap the system in a cluster, and to access the custom resources that make up the API. -![overview](diagrams/gitops-toolkit.png) +![overview](_files/gitops-toolkit.png) ## Where do I start? diff --git a/docs/internal/release.md b/docs/internal/release.md index 0910a181..6f204703 100644 --- a/docs/internal/release.md +++ b/docs/internal/release.md @@ -24,7 +24,7 @@ Repositories subject to semver releases: - dependencies: `github.com/fluxcd/source-controller/api`, `github.com/fluxcd/image-reflector-controller/api`, `github.com/fluxcd/pkg/*` 1. [fluxcd/notification-controller](https://github.com/fluxcd/notification-controller) - modules: `api` - - dependencies: `github.com/fluxcd/source-controller/api`, `github.com/fluxcd/pkg/*` + - dependencies: `github.com/fluxcd/pkg/*` 1. [fluxcd/flux2](https://github.com/fluxcd/flux2) - modules: `manifestgen` - dependencies: `github.com/fluxcd/source-controller/api`, `github.com/fluxcd/kustomize-controller/api`, `github.com/fluxcd/helm-controller/api`, `github.com/fluxcd/image-reflector-controller/api`, `github.com/fluxcd/image-automation-controller/api`, `github.com/fluxcd/notification-controller/api`, `github.com/fluxcd/pkg/*`