Merge pull request #878 from dholbach/update-flux-docs-structure
update to new doc links structure
This commit is contained in:
commit
20b26f235e
|
@ -1862,7 +1862,7 @@ using the [notification.fluxcd.io API](https://github.com/fluxcd/notification-co
|
||||||
**Release date:** 2020-06-24
|
**Release date:** 2020-06-24
|
||||||
|
|
||||||
This is the first prerelease ready for public testing. To get started
|
This is the first prerelease ready for public testing. To get started
|
||||||
testing, see the [GitOps Toolkit guide](https://fluxcd.io/docs/get-started/).
|
testing, see the [GitOps Toolkit guide](https://fluxcd.io/flux/get-started/).
|
||||||
|
|
||||||
## 0.0.1-beta.2
|
## 0.0.1-beta.2
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Development
|
# Development
|
||||||
|
|
||||||
> **Note:** Please take a look at <https://fluxcd.io/docs/contributing/flux/>
|
> **Note:** Please take a look at <https://fluxcd.io/contributing/flux/>
|
||||||
> to find out about how to contribute to Flux and how to interact with the
|
> to find out about how to contribute to Flux and how to interact with the
|
||||||
> Flux Development team.
|
> Flux Development team.
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ The source-controller is a Kubernetes operator, specialised in artifacts acquisi
|
||||||
from external sources such as Git, Helm repositories and S3 buckets.
|
from external sources such as Git, Helm repositories and S3 buckets.
|
||||||
The source-controller implements the
|
The source-controller implements the
|
||||||
[source.toolkit.fluxcd.io](https://github.com/fluxcd/source-controller/tree/main/docs/spec/v1beta2) API
|
[source.toolkit.fluxcd.io](https://github.com/fluxcd/source-controller/tree/main/docs/spec/v1beta2) API
|
||||||
and is a core component of the [GitOps toolkit](https://fluxcd.io/docs/components/).
|
and is a core component of the [GitOps toolkit](https://fluxcd.io/flux/components/).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -793,6 +793,6 @@ reconcile](#triggering-a-reconcile).
|
||||||
[typical-status-properties]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
|
[typical-status-properties]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#typical-status-properties
|
||||||
[kstatus-spec]: https://github.com/kubernetes-sigs/cli-utils/tree/master/pkg/kstatus
|
[kstatus-spec]: https://github.com/kubernetes-sigs/cli-utils/tree/master/pkg/kstatus
|
||||||
[image-pull-secrets]: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
|
[image-pull-secrets]: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
|
||||||
[image-auto-provider-secrets]: https://fluxcd.io/docs/guides/image-update/#imagerepository-cloud-providers-authentication
|
[image-auto-provider-secrets]: https://fluxcd.io/flux/guides/image-update/#imagerepository-cloud-providers-authentication
|
||||||
[pem-encoding]: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
|
[pem-encoding]: https://en.wikipedia.org/wiki/Privacy-Enhanced_Mail
|
||||||
[sops-guide]: https://fluxcd.io/docs/guides/mozilla-sops/
|
[sops-guide]: https://fluxcd.io/flux/guides/mozilla-sops/
|
||||||
|
|
Loading…
Reference in New Issue