Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitops revamp quick starts #1116

Merged
merged 48 commits into from
Dec 29, 2024
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
834cfb6
Update quick starts
NimRegev Dec 3, 2024
7a8cf91
Update screenshots
NimRegev Dec 3, 2024
a7d1376
Updated screenshots
NimRegev Dec 3, 2024
fb8049d
Update screenshots
NimRegev Dec 3, 2024
589c0c3
Updated screenshots
NimRegev Dec 3, 2024
31ecbfc
Update promotion quick starts
NimRegev Dec 4, 2024
e61d778
Update promotion quick starts
NimRegev Dec 4, 2024
075119f
Update promotion quick starts
NimRegev Dec 4, 2024
d3f323c
Update parallel flow
NimRegev Dec 4, 2024
4aaef58
Update gitops quick start
NimRegev Dec 5, 2024
bdd82cb
Update product quick starts
NimRegev Dec 5, 2024
1b612e1
Update promotion quick starts
NimRegev Dec 8, 2024
b76baba
Update promotion quick starts
NimRegev Dec 8, 2024
080087f
Update promotion quick starts
NimRegev Dec 8, 2024
593aabe
Update nav.yml
NimRegev Dec 8, 2024
a332100
Update gitops-products.md
NimRegev Dec 8, 2024
a05de5b
Move CI quick starts
NimRegev Dec 8, 2024
6ae2170
Merge branch 'master' into gitops-revamp-quick-starts
NimRegev Dec 8, 2024
74cc32f
Update home-content.yml
NimRegev Dec 8, 2024
7d80fe5
Update nav.yml
NimRegev Dec 8, 2024
875c76f
Update nav.yml
NimRegev Dec 8, 2024
1fbbf06
Update drag-and-drop.md
NimRegev Dec 8, 2024
f11e8f9
Rename overview files
NimRegev Dec 8, 2024
2b063c2
Update applications.md
NimRegev Dec 8, 2024
ba05c61
Update quick starts
NimRegev Dec 19, 2024
332eaab
Update screenshots for quick starts
NimRegev Dec 19, 2024
9f85a5d
Update screenshots for quick starts
NimRegev Dec 19, 2024
0711015
Update runtime quick starts
NimRegev Dec 19, 2024
ef268b3
Update front matter and overviews
NimRegev Dec 19, 2024
e8c5b6e
added redirect for quickstart based on home-content.yaml
lukasmagik Dec 20, 2024
84f4cbf
Remove duplicate set of promotion tutorials
NimRegev Dec 22, 2024
84e2af6
Add redirects to promotion quick starts
NimRegev Dec 23, 2024
6206376
Add more redirects
NimRegev Dec 23, 2024
dee99b7
Resolve conflicts
NimRegev Dec 23, 2024
7cc9e82
Merge commit '73f1b24d7bf765d4df2bbf4d64cefbf9335d522e' into HEAD
ATGardner Dec 23, 2024
fec45ee
Update gitops-quick-start.md
NimRegev Dec 23, 2024
21248f4
Update links to quick starts
NimRegev Dec 23, 2024
82e117e
Merge branch 'master' into gitops-revamp-quick-starts
NimRegev Dec 24, 2024
8854fae
Update quick starts
NimRegev Dec 24, 2024
81e06f1
Merge branch 'gitops-revamp-quick-starts' of https://github.com/codef…
NimRegev Dec 24, 2024
623992e
Update quick starts
NimRegev Dec 24, 2024
2930656
Update gitops quick starts for promotions
NimRegev Dec 24, 2024
ff061b5
Update promotion quick starts
NimRegev Dec 25, 2024
302be2d
Add release task to dependencies
NimRegev Dec 29, 2024
e9bc58c
fix syntax error
NimRegev Dec 29, 2024
5674ac4
Update content for gitops quick starts
NimRegev Dec 29, 2024
9f038c3
Update promotion-scenarios.md
NimRegev Dec 29, 2024
be25ad9
Update promotion-scenarios.md
NimRegev Dec 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicate set of promotion tutorials
Removed promotion tutorials segment and changed references to quick starts
NimRegev committed Dec 22, 2024
commit 84f4cbfd8b308f26f6609a7613732f372d41e751
2 changes: 0 additions & 2 deletions _data/home-content.yml
Original file line number Diff line number Diff line change
@@ -56,8 +56,6 @@
localurl: /docs/promotions/promotion-components/
- title: Promotions end-to-end guide
localurl: /docs/promotions/create-promotion-sequence/
- title: Promotion tutorials
localurl: /docs/promotions/promotion-scenarios/
- title: Configuration
localurl: /docs/promotions/configuration
- title: YAML specs
2 changes: 0 additions & 2 deletions _data/nav.yml
Original file line number Diff line number Diff line change
@@ -420,8 +420,6 @@
url: "/promotion-components"
- title: Promotions end-to-end guide
url: "/create-promotion-sequence"
- title: Promotion tutorials
url: "/promotion-scenarios"
- title: Configuration
url: "/configuration"
sub-pages:
40 changes: 18 additions & 22 deletions _docs/gitops-quick-start/gitops-quick-start.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,33 @@
---
title: "GitOps quick starts"
description: ""
group: quick-start
group: gitops-quick-start
toc: true
redirect_from:
- /docs/gitops-quick-start/
---

Codefresh GitOps is all about streamlining application delivery through automation, consistency, and scalability. With Codefresh, you can go from zero to deployment-ready in just a few steps.
The GitOps quick start guides provide step-by-step walkthroughs for you to fully leverage Codefresh GitOps. Starting with account creation, the guides walk you through essential setup leading up to the ultimate goal: deploying and promoting applications seamlessly in your environments.

##### Our quick start offering

* [Creating an Account]({{site.baseurl}}/docs/gitops-quick-start/create-codefresh-account/)
Get started by setting up your Codefresh account.

* [Installing a GitOps Runtime]({{site.baseurl}}/docs/gitops-quick-start/qs-runtimes-overview/)
Learn how to install a GitOps Runtime, the single pane of glass component that bridges Git repositories, Kubernetes clusters, applications, and other GitOps entities.

* [Creating environments]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-gitops-environments/)
Define and manage environments, enabling structured application deployments across different stages.

Codefresh GitOps is all about streamlining application delivery through automation, consistency, and scalability. With Codefresh, you can go from zero to deployment-ready in just a few steps.
* [Creating products]({{site.baseurl}}/docs/gitops-quick-start/products/quick-start-product-create/)
Organize related applications under a single product, providing context and control for managing deployments.

This series of quick start guides will walk you through every step of the process, right from setting up your Codefresh account to promoting applications.
* [Creating applications]({{site.baseurl}}/docs/gitops-quick-start/products/create-app-ui/)
Add applications to your product and configure their source repositories, manifests, and deployment paths.

Here’s what you’ll accomplish step by step:
* [Promoting products and applications]({{site.baseurl}}/_docs/gitops-quick-start/promotions/)
Deploy, validate, and promote changes across environments through automated promotion flows.

* **Create your account**
Your gateway to Codefresh GitOps.
##### From start to deployment
The quick-start journey begins with creating your account and concludes with promotions for applications. Each quick start builds on the last, equipping you with the knowledge and tools to confidently promote and deploy applications in production environments.

* **Install a Runtime**
The single pane of glass foundation for managing GitOps operations.

* **Add environments**
Organize according to your SDLC for full visibility into where applications are deployed.

* **Create an application**
Create the core component to promote and deploy.

* **Create products**
Boost the power of your applications by grouping them within a product for efficient tracking and management.

* **Promote products and their applications**
Streamline delivery by advancing changes through multiple environments with a number of options to choose from
2 changes: 1 addition & 1 deletion _docs/gitops-quick-start/promotions.md
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ Explore these quick starts on promotions:

<!--- ## Related articles add inline to the different topics as needed
[Promotion building blocks]({{site.baseurl}}/docs/promotions/promotion-components/)
[Promotions: End-to-end guide]({{site.baseurl}}/docs/promotions/create-promotion-sequence/)
[Promotions: Setup & configuration guidelines]({{site.baseurl}}/docs/promotions/create-promotion-sequence/)
[Promotion Flow]({{site.baseurl}}/docs/promotions/configuration/promotion-flow/)
[Promotion Policy]({{site.baseurl}}/docs/promotions/configuration/promotion-policy/)
[Promotion Workflow]({{site.baseurl}}/docs/promotions/configuration/promotion-workflow/)
3 changes: 1 addition & 2 deletions _docs/installation/gitops/git-sources.md
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@ group: installation
toc: true
---

>**NOTE**
This feature is currently in Beta.


A Git Source is a unique entity created for use with GitOps Runtimes in Codefresh.

2 changes: 1 addition & 1 deletion _docs/promotions/configuration/promotion-policy.md
Original file line number Diff line number Diff line change
@@ -364,5 +364,5 @@ For more information, see [Promotion Workflows in Product Releases]({{site.baseu
[Configure Promotion Workflows]({{site.baseurl}}/docs/promotions/configuration/promotion-workflow/)
[Trigger promotions]({{site.baseurl}}/docs/promotions/trigger-promotions/)
[Tracking product releases]({{site.baseurl}}/docs/promotions/product-releases/)
[Promotions: End-to-end guide]({{site.baseurl}}/docs/promotions/create-promotion-sequence/)
[Promotions: Setup & configuration guidelines]({{site.baseurl}}/docs/promotions/create-promotion-sequence/)
[About promotions]({{site.baseurl}}/docs/promotions/promotions-overview/)
2 changes: 1 addition & 1 deletion _docs/promotions/create-promotion-sequence.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Promotions: End-to-end guide"
title: "Promotions: Setup & configuration guidelines"
description: "Step-by-step guide to creating, triggering, and monitoring promotions"
group: promotions
toc: true
5 changes: 3 additions & 2 deletions _docs/promotions/getting-started.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ toc: true
Use the links below to dive into the basics of promotions in Codefresh GitOps, explore key components, and configure your first promotion flow.

* Understand the entities involved the entities and their roles: [Promotion building blocks]({{site.baseurl}}/docs/promotions/promotion-components/)
* Step-by-step guide on how to set up and implement continuous delivery: [Promotions: End-to-end guide]({{site.baseurl}}/docs/promotions/create-promotion-sequence/)
* Practical examples on triggering promotions: [Promotion tutorials]({{site.baseurl}}/docs/promotions/promotion-scenarios/)
* High-level guidelines on how to set up and implement promotions: [Promotions: Setup & configuration guidelines]({{site.baseurl}}/docs/promotions/create-promotion-sequence/)

* Practical walkthroughs on triggering promotions: [Promotion tutorials]({{site.baseurl}}/docs/gitops-quick-start/promotions/)

2 changes: 1 addition & 1 deletion _docs/promotions/promotion-scenarios.md
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ Explore these promotion tutorials to get up and running:

<!--- ## Related articles add inline to the different topics as needed
[Promotion building blocks]({{site.baseurl}}/docs/promotions/promotion-components/)
[Promotions: End-to-end guide]({{site.baseurl}}/docs/promotions/create-promotion-sequence/)
[Promotions: Setup & configuration guidelines]({{site.baseurl}}/docs/promotions/create-promotion-sequence/)
[Promotion Flow]({{site.baseurl}}/docs/promotions/configuration/promotion-flow/)
[Promotion Policy]({{site.baseurl}}/docs/promotions/configuration/promotion-policy/)
[Promotion Workflow]({{site.baseurl}}/docs/promotions/configuration/promotion-workflow/)

This file was deleted.

107 changes: 0 additions & 107 deletions _docs/promotions/promotion-scenarios/drag-and-drop.md

This file was deleted.

178 changes: 0 additions & 178 deletions _docs/promotions/promotion-scenarios/multi-env-sequential-flow.md

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion _docs/promotions/promotions-overview.md
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ Codefresh's GitOps promotions include specialized entities that streamline and a
##### Getting started with promotions in GitOps

* To get started, explore [Promotion building blocks]({{site.baseurl}}/docs/promotions/promotion-components/) and understand the entities involved.
* For a step-by-step guide on implementing promotions, see [Promotions: End-to-end guide]({{site.baseurl}}/docs/promotions/create-promotion-sequence/).
* For a step-by-step guide on implementing promotions, see [Promotions: Setup & configuration guidelines]({{site.baseurl}}/docs/promotions/create-promotion-sequence/).
* For practical examples of setting up promotions, see [Promotion tutorials]({{site.baseurl}}/docs/promotions/promotion-scenarios/).