Skip to content

Commit 54f611a

Browse files
authored
Rename hybrid install file (#1312)
Changed filename of runtime-hybrid-installation to runtime-install-with-new-argo-cd for seo optimization and to align with BYOA option
1 parent ec92dc7 commit 54f611a

33 files changed

+45
-50
lines changed

_data/argohub-home-content.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
localurl: /gitops/gitops-quick-start/create-app-ui/
2525
- title: Creating environments
2626
localurl: /gitops/gitops-quick-start/quick-start-gitops-environments/
27+
- title: Creating Promotion Workflows
28+
localurl: /gitops/gitops-quick-start/quick-start-promotion-workflow/
2729
- title: Simple promotion with drag-and-drop
2830
localurl: /gitops/gitops-quick-start/drag-and-drop/
2931
- title: Simple Promotion Flow with multiple environments
3032
localurl: /gitops/gitops-quick-start/multi-env-sequential-flow/
31-
- title: Creating Promotion Workflows
32-
localurl: /gitops/gitops-quick-start/quick-start-promotion-workflow/
3333
- title: Advanced Promotion Flow with Promotion Workflows
3434
localurl: /gitops/gitops-quick-start/policy-multi-env-promotion/
3535
- title: Advanced Promotion Flow with environment dependencies
@@ -60,9 +60,7 @@
6060
localurl: /gitops/products/assign-applications/
6161
- title: Configuring app version and promoted properties
6262
localurl: /gitops/products/promotion-version-properties/
63-
- title: Configuring promotion concurrency
64-
localurl: /gitops/products/promotion-concurrency/
65-
- title: Assigning Promotion Flows and triggers
63+
- title: Selecting Promotion Flows
6664
localurl: /gitops/products/promotion-flow-triggers/
6765

6866

@@ -84,6 +82,8 @@
8482
links:
8583
- title: About promotions
8684
localurl: /gitops/promotions/promotions-overview/
85+
- title: Getting started
86+
localurl: /gitops/promotions/getting-started/
8787
- title: Promotion building blocks
8888
localurl: /gitops/promotions/promotion-components/
8989
- title: Promotion setup guidelines
@@ -149,9 +149,7 @@
149149
- title: Install GitOps Runtime with existing Argo CD
150150
localurl: /gitops/gitops-runtimes/runtime-install-with-existing-argo-cd/
151151
- title: Install GitOps Runtime with new Argo CD
152-
localurl: /gitops/gitops-runtimes/hybrid-gitops-helm-installation/
153-
- title: Troubleshooting Runtime installation
154-
localurl: /gitops/gitops-runtimes/runtime-troubleshooting/
152+
localurl: /gitops/gitops-runtimes/runtime-install-with-new-argo-cd/
155153

156154

157155
- title: Administration
@@ -162,6 +160,8 @@
162160
localurl: /gitops/administration/account-user-management/create-codefresh-account/
163161
- title: Adding users and teams
164162
localurl: /gitops/administration/account-user-management/add-users/
163+
- title: Set up OAuth2 for GitOps
164+
localurl: /gitops/administration/account-user-management/oauth-setup/
165165
- title: Access control for GitOps
166166
localurl: /gitops/administration/account-user-management/gitops-abac/
167167
- title: User settings

_data/argohub-nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
- title: Install GitOps Runtime with existing Argo CD
7373
url: "/runtime-install-with-existing-argo-cd"
7474
- title: Install GitOps Runtime with new Argo CD
75-
url: "/hybrid-gitops-helm-installation"
75+
url: "/runtime-install-with-new-argo-cd"
7676
- title: Configure GitOps Runtime
7777
url: "/runtime-configuration"
7878
- title: Troubleshoot installation

_data/home-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
- title: Install GitOps Runtime with existing Argo CD
214214
localurl: /docs/installation/gitops/runtime-install-with-existing-argo-cd/
215215
- title: Install GitOps Runtime with new Argo CD
216-
localurl: /docs/installation/gitops/hybrid-gitops-helm-installation/
216+
localurl: /docs/installation/gitops/runtime-install-with-new-argo-cd/
217217
- title: Troubleshooting Runtime installation
218218
localurl: /docs/installation/gitops/runtime-troubleshooting/
219219

_data/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
- title: Install GitOps Runtime with existing Argo CD
613613
url: "/runtime-install-with-existing-argo-cd"
614614
- title: Install GitOps Runtime with new Argo CD
615-
url: "/hybrid-gitops-helm-installation"
615+
url: "/runtime-install-with-new-argo-cd"
616616
- title: Troubleshoot installation
617617
url: "/runtime-troubleshooting"
618618
- title: On-premises GitOps Runtime

_docs/administration/platform-ip-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If you haven't configured your clusters with the required IPs, use the links bel
107107

108108
## Related articles
109109
[Installing GitOps Runtimes with existing Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/)
110-
[Installing GitOps Runtimes with new Argo CD]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)
110+
[Installing GitOps Runtimes with new Argo CD]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-new-argo-cd/)
111111
{% if page.collection != site.gitops_collection %}
112112
[Codefresh Runner installation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)
113113
{% endif %}

_docs/ci-cd-guides/gitops-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ As a live example you can use:
6666
GitOps deployments are powered by [ArgoCD](https://argoproj.github.io/argo-cd/){:target="\_blank"}, so you need an active ArgoCD installation in your cluster.
6767

6868
This is easy with our GitOps Runtimes. Argo CD is installed automatically on installing a GitOps runtime, either the Hosted or Hybrid versions.
69-
See [Install GitOps runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
69+
See [Install GitOps runtime]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-new-argo-cd/).
7070

7171

7272

_docs/getting-started/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ A single Runtime can connect to and manage multiple remote clusters.
9191

9292
See:
9393
[GitOps runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/)
94-
[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/)
94+
[Hybrid GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-new-argo-cd/)
9595
[Hosted GitOps Runtime installation]({{site.baseurl}}/docs/installation/gitops/hosted-runtime/)
9696

9797

_docs/getting-started/gitops-codefresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Codefresh offers two models for GitOps deployments:
5151
* Hybrid GitOps, which is a customer-managed version of Argo CD. The Hybrid GitOps runtime is hosted on the customer cluster and managed by the customer.
5252
The Hybrid GitOps offering retains runtimes within the customer infrastructure to comply your security rewhile giving you the power of Argo CD with Codefresh’s CI and CD tools, to help achieve continuous integration and continuous delivery goals.
5353

54-
Review [GitOps runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/) and [Hybrid GitOps installation]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
54+
Review [GitOps runtime architecture]({{site.baseurl}}/docs/installation/gitops/runtime-architecture/) and [Hybrid GitOps installation]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-new-argo-cd/).
5555

5656
## Argo CD applications
5757

_docs/getting-started/intro-to-codefresh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Codefresh is a full-featured, turn-key solution for application deployments and
8888

8989

9090
**GitOps Runtimes**
91-
You can install a [Hybrid GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
91+
You can install a [Hybrid GitOps Runtime]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-new-argo-cd/).
9292

9393
Codefresh offers security, maintainability, traceability, and most importantly, a single control plane for all stakeholders, be they developers, operators, product owners or project managers.
9494

_docs/gitops-quick-start/quick-start-install-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Complete the [prerequisites]({{site.baseurl}}/docs/installation/gitops/runtime-p
5555
Follow the installation wizard to [install the GitOps Runtime with an existing Argo CD instance]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-existing-argo-cd/).
5656

5757
## Installing with a new Argo CD instance
58-
Follow the installation wizard to [install the GitOps Runtime with a new Argo CD instance]({{site.baseurl}}/docs/installation/gitops/hybrid-gitops-helm-installation/).
58+
Follow the installation wizard to [install the GitOps Runtime with a new Argo CD instance]({{site.baseurl}}/docs/installation/gitops/runtime-install-with-new-argo-cd/).
5959

6060

6161

0 commit comments

Comments
 (0)