Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1dc1b7a

Browse files
authored
Fix broken links (#1189)
1 parent6304b3a commit1dc1b7a

19 files changed

+34
-34
lines changed

‎_docs/gitops-quick-start/create-app-ui.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When you create the application, to use the resources, select the folder corresp
6363
##Requirements
6464
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/)
6565
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests
66-
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
66+
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
6767
At least three environments for the different applications representing the basic stages in the SDLC
6868

6969

‎_docs/gitops-quick-start/dependency-multi-env-promotion.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ We'll do the following:
3737

3838
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/)
3939
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests
40-
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
41-
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
40+
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
41+
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
4242
Each environment must have an application for the product.
4343
For example,`demo-trioapp-dev`,`demo-trioapp-qa`, and`demo-trioapp-prod`representing the development, testing, and production versions.
4444
The structure of the repos with the resources accessed by the applications must be consistent across all the three applications.

‎_docs/gitops-quick-start/drag-and-drop.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ To view the current version of `demo-trioapp-dev`, see its [chart.yaml](https://
2222

2323
##Requirements
2424
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/)
25-
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
25+
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
2626
At least three environments for the different applications representing the basic stages in the SDLC
27-
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
27+
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
2828
At least three different applications representing the development, testing, and production versions
2929

3030

‎_docs/gitops-quick-start/gitops-quick-start.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We’ve provided an example GitHub repository containing all the applications an
4545
4646
4747
48-
* [Exploring the Product Dashboard for applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
48+
* [Exploring the Product Dashboard for applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
4949
Add applications to your product and configure their source repositories, manifests, and deployment paths.-->
5050

5151
##Promoting applications

‎_docs/gitops-quick-start/multi-env-sequential-flow.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ To follow along, you can use the following applications in the [example GitHub r
3939

4040
##Requirements
4141

42-
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/)
43-
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests
44-
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
42+
*[GitOps Runtime]({{site.baseurl}}/docs/gitops-quick-start/runtime/)
43+
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests
44+
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
4545
For a Promotion Flow, you need at least three environments.
4646
Here we use`dev`,`qa`, and`prod`.
47-
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
47+
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
4848
Each environment must have an application for the product. For example,`demo-trioapp-dev`,`demo-trioapp-qa`, and`demo-trioapp-prod`representing the development, testing, and production versions.
4949

5050
The structure of the repos with the resources accessed by the applications must be consistent across all the three applications.

‎_docs/gitops-quick-start/parallel-multi-env-promotion.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ This quick start describes how to configure parallel promotions in Promotion Flo
2525

2626
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/)
2727
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests
28-
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
29-
*[Products]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-product-create/)
30-
*[Applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
28+
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
29+
*[Products]({{site.baseurl}}/docs/gitops-quick-start/quick-start-product-create/)
30+
*[Applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
3131
Each environment must have an application for the product.
3232
For example,`demo-trioapp-dev`,`demo-trioapp-qa`, and`demo-trioapp-prod`representing the development, testing, and production versions.
3333
The structure of the repos with the resources accessed by the applications must be consistent across all the three applications.

‎_docs/gitops-quick-start/policy-multi-env-promotion.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ TBD
4242

4343
##Requirements
4444

45-
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/)
46-
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/gitops-runtimes/create-git-source/) to store application manifests
47-
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
45+
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/runtime/)
46+
*[Git Source]({{site.baseurl}}/docs/gitops-quick-start/create-git-source/) to store application manifests
47+
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
4848
For a Promotion Flow, you need at least three environments.
4949
Here we use`dev`,`qa`, and`prod`.
50-
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
50+
*[Products and applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
5151
Each environment must have an application for the product.
5252
For example,`demo-trioapp-dev`,`demo-trioapp-qa`, and`demo-trioapp-prod`representing the development, testing, and production versions.
5353
The structure of the repos with the resources accessed by the applications must be consistent across all the three applications.
5454
If it works for you, copy the corresponding subfolders in[demo-applications](https://github.com/codefresh-sandbox/codefresh-quickstart-demo/tree/main/demo-applications) with the resources.<!--- add a link to the repo?-->
55-
*[Promotion Workflows]({{site.baseurl}}/docs/promotions/entities/promotion-workflow/#create-promotion-workflows)
55+
*[Promotion Workflows]({{site.baseurl}}/docs/promotions/promotion-workflow/#create-promotion-workflows)
5656

5757
##Assign Pre- and Post-Action Workflows to environments in Promotion Flow
5858
To ensure each environment's specific requirements are met, assign Promotion Workflows to govern promotion behavior.

‎_docs/gitops-quick-start/products.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ The repository is structured to help you follow along with the guides:
2929
##Quick start guides for environments, products, and applications
3030

3131
To get started with environments, products, and applications, explore these quick starts:
32-
[Quick start: Creating environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
33-
[Quick start: Creating products]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-product-create/)
34-
[Quick start: Creating applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
35-
[Quick start: Exploring the Product Dashboard]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-product-dashboard/)
32+
[Quick start: Creating environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
33+
[Quick start: Creating products]({{site.baseurl}}/docs/gitops-quick-start/quick-start-product-create/)
34+
[Quick start: Creating applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
35+
[Quick start: Exploring the Product Dashboard]({{site.baseurl}}/docs/gitops-quick-start/quick-start-product-dashboard/)
3636

3737

3838

‎_docs/gitops-quick-start/quick-start-product-create.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here are a few reasons why you would want to create products to manage your appl
4141

4242
##Requirements
4343
*[GitOps Runtime]({{site.baseurl}}/docs/quick-start/gitops-quick-start/runtime/)
44-
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
44+
*[Environments]({{site.baseurl}}/docs/gitops-quick-start/quick-start-gitops-environments/)
4545

4646

4747
##Create your first product
@@ -90,5 +90,5 @@ The annotation is automatically created using the product name. For the purposes
9090
##What's next
9191
After creating two of the three core entities for GitOps promotions, environments and products, we are ready to dive into applications.
9292

93-
[Quick start: Creating applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
93+
[Quick start: Creating applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/)
9494

‎_docs/gitops-quick-start/quick-start-product-dashboard.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ group: gitops-quick-start
55
toc:true
66
---
77

8-
In the previous quick start, we[created the demo-trioapp applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/) and assigned them to the`demo-trioapp` product.
8+
In the previous quick start, we[created the demo-trioapp applications]({{site.baseurl}}/docs/gitops-quick-start/create-app-ui/) and assigned them to the`demo-trioapp` product.
99

1010
Let's explore the Product Dashboard to see how these come together. The dashboard offers a consolidated view of your product's applications in their environments, including the application release versions, dependencies, and integrated insights from Kubernetes, Git, and issue-tracking tools.
1111

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp