Skip to content

Commit

Permalink
remove use-cases section
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Holbach <daniel@weave.works>
  • Loading branch information
Daniel Holbach committed Jul 18, 2022
1 parent 308a975 commit abdac40
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 43 deletions.
2 changes: 1 addition & 1 deletion content/en/blog/2021-04-29-may-update/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ feature](/docs/installation/_index.md#customize-flux-manifests).

The [Image automation guide](/docs/workflows/image-update/) has been updated
to the new APIs, and also includes a reference to a
new [GitHub Actions use case guide](/docs/use-cases/gh-actions-auto-pr/),
new [GitHub Actions use case guide](/docs/workflows/gh-actions-auto-pr/),
for automatic pull request creation with Flux and GitHub Actions. This
guide is for you, if you want Flux updates to go to a staging branch,
where they can be reviewed and approved before going to production.
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/concepts/flux-e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ The health checking feature is called [Health Assessment][] in the Flux Kustomiz
[field management]: https://kubernetes.io/docs/reference/using-api/server-side-apply/#field-management
[HelmRelease API]: /docs/components/helm/api/
[HelmRelease Guide]: /docs/workflows/helmreleases/
[Helm Use Case]: /docs/use-cases/helm/
[Helm Use Case]: /docs/installation/helm/
[HelmRepository API]: /docs/components/source/helmrepositories/
[HelmChart API]: /docs/components/source/helmcharts/
[HelmChartTemplate.spec.reconcileStrategy]: /docs/components/helm/api/#helm.toolkit.fluxcd.io/v2beta1.HelmChartTemplate
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions content/en/docs/use-cases/_index.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/en/docs/workflows/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Workflows
weight: 80
weight: 45
---
2 changes: 1 addition & 1 deletion content/en/docs/workflows/image-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ spec:
```

You can use CI automation e.g. GitHub Actions such as
Flux's [GitHub Actions Auto PR](/docs/use-cases/gh-actions-auto-pr) example
Flux's [GitHub Actions Auto PR](/docs/workflows/gh-actions-auto-pr) example
to open a pull request against the checkout branch.

This way you can manually approve the image updates before they are applied on your clusters.
Expand Down
File renamed without changes.
70 changes: 37 additions & 33 deletions static/_redirects
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@
/docs/components/helm/controller /docs/components/helm 301!
/docs/components/image/controller /docs/components/image 301!
/docs/components/kustomize/controller /docs/components/kustomize 301!
/docs/components/notification/controller /docs/components/notification 301!
/docs/components/source/controller /docs/components/source 301!
/docs/guides/installation /docs/installation 301!
/contributing /docs/contributing 301!
/docs/contributing/flux2 /docs/contributing/flux 301!
/docs/contributing/docs/hugo-shortcodes /docs/contributing/docs/writing-docs 301!
/legacy/helm-operator/guides/upgrade-to-ga /legacy/helm-operator/how-to/upgrade-to-ga 301!
/legacy/helm-operator/guides/upgrade-to-beta /legacy/helm-operator/how-to/upgrade-to-beta 301!
/docs/roadmap /roadmap 301!
/integrations /ecosystem 301!
/docs/contributing/docs/some-background https://github.com/fluxcd/website#readme 301!
/docs/guides/repository-structure /docs/installation/repository-structure 301!
/docs/use-cases/aws-codecommit /docs/installation/platforms/aws-codecommit 301!
/docs/use-cases/azure /docs/installation/platforms/azure 301!
/docs/use-cases/openshift /docs/installation/platforms/openshift 301!
/docs/guides/notifications /docs/operations/notifications 301!
/docs/guides/monitoring /docs/operations/monitoring 301!
/docs/guides/webhook-receivers /docs/operations/webhook-receivers 301!
/docs/guides/mozilla-sops /docs/operations/secrets/mozilla-sops 301!
/docs/guides/sealed-secrets /docs/operations/secrets/sealed-secrets 301!
/docs/guides/helmreleases /docs/workflows/helmreleases 301!
/docs/guides/image-update /docs/workflows/image-update 301!
/docs/guides/cron-job-image-auth /docs/workflows/cron-job-image-auth 301!
/docs/guides/sortable-image-tags /docs/workflows/sortable-image-tags 301!
/docs/flux-e2e /docs/concepts/flux-e2e 301!
/docs/migration/helm-operator-migration /docs/installation/migration/helm-operator-migration 301!
/docs/migration/timetable /docs/installation/migration/timetable 301!
/docs/migration/faq-migration /docs/installation/migration/faq-migration 301!
/docs/migration/flux-v1-migration /docs/installation/migration/flux-v1-migration 301!
/docs/migration/flux-v1-automation-migration /docs/installation/migration/flux-v1-automation-migration 301!
/docs/components/helm/controller /docs/components/helm 301!
/docs/components/image/controller /docs/components/image 301!
/docs/components/kustomize/controller /docs/components/kustomize 301!
/docs/components/notification/controller /docs/components/notification 301!
/docs/components/source/controller /docs/components/source 301!
/docs/guides/installation /docs/installation 301!
/contributing /docs/contributing 301!
/docs/contributing/flux2 /docs/contributing/flux 301!
/docs/contributing/docs/hugo-shortcodes /docs/contributing/docs/writing-docs 301!
/legacy/helm-operator/guides/upgrade-to-ga /legacy/helm-operator/how-to/upgrade-to-ga 301!
/legacy/helm-operator/guides/upgrade-to-beta /legacy/helm-operator/how-to/upgrade-to-beta 301!
/docs/roadmap /roadmap 301!
/integrations /ecosystem 301!
/docs/contributing/docs/some-background https://github.com/fluxcd/website#readme 301!
/docs/guides/repository-structure /docs/installation/repository-structure 301!
/docs/use-cases/aws-codecommit /docs/installation/platforms/aws-codecommit 301!
/docs/use-cases/azure /docs/installation/platforms/azure 301!
/docs/use-cases/openshift /docs/installation/platforms/openshift 301!
/docs/guides/notifications /docs/operations/notifications 301!
/docs/guides/monitoring /docs/operations/monitoring 301!
/docs/guides/webhook-receivers /docs/operations/webhook-receivers 301!
/docs/guides/mozilla-sops /docs/operations/secrets/mozilla-sops 301!
/docs/guides/sealed-secrets /docs/operations/secrets/sealed-secrets 301!
/docs/guides/helmreleases /docs/workflows/helmreleases 301!
/docs/guides/image-update /docs/workflows/image-update 301!
/docs/guides/cron-job-image-auth /docs/workflows/cron-job-image-auth 301!
/docs/guides/sortable-image-tags /docs/workflows/sortable-image-tags 301!
/docs/use-cases/jenkins /docs/workflows/jenkins 301!
/docs/use-cases/gh-actions-auto-pr /docs/workflows/gh-actions-auto-pr 301!
/docs/use-cases/gh-actions-manifest-generation /docs/workflows/gh-actions-manifest-generation 301!
/docs/use-cases/helm /docs/installation/helm 301!
/docs/flux-e2e /docs/concepts/flux-e2e 301!
/docs/migration/helm-operator-migration /docs/installation/migration/helm-operator-migration 301!
/docs/migration/timetable /docs/installation/migration/timetable 301!
/docs/migration/faq-migration /docs/installation/migration/faq-migration 301!
/docs/migration/flux-v1-migration /docs/installation/migration/flux-v1-migration 301!
/docs/migration/flux-v1-automation-migration /docs/installation/migration/flux-v1-automation-migration 301!

/flagger/how-it-works /flagger/usage/how-it-works 301!
/flagger/usage/progressive-delivery /flagger/tutorials/istio-progressive-delivery 301!
Expand Down

0 comments on commit abdac40

Please sign in to comment.