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

Commitfe034af

Browse files
authored
Add promotions and products to home page (codefresh-io#1098)
* Add promotions and products to home pageAdded new icons and buckets replacing Guides and Example catalog* Update icon size
1 parente586009 commitfe034af

File tree

5 files changed

+120
-108
lines changed

5 files changed

+120
-108
lines changed

‎_data/home-content.yml‎

Lines changed: 114 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,120 @@
2525
localurl:/docs/quick-start/ci-quick-start/
2626
-title:GitOps quick starts
2727
localurl:/docs/quick-start/gitops-quick-start/
28+
-title:Promotions
29+
localurl:/docs/promotions/promotion-scenarios/
30+
31+
-title:Products
32+
icon:images/home-icons/product.svg
33+
url:""
34+
links:
35+
-title:About Products
36+
localurl:/docs/products/about-products/
37+
-title:Create products
38+
localurl:/docs/products/create-product/
39+
-title:Configure Product Settings
40+
localurl:/docs/products/configure-product-settings/
41+
-title:Assigning applications
42+
localurl:/docs/products/assign-applications/
43+
-title:Configuring app version and promoted properties
44+
localurl:/docs/products/promotion-version-properties/
45+
-title:Configuring promotion flows
46+
localurl:/docs/products/promotion-flow-triggers/
47+
48+
49+
-title:Promotions
50+
icon:images/home-icons/promotions.svg
51+
url:""
52+
links:
53+
-title:About promotions
54+
localurl:/docs/promotions/promotions-overview/
55+
-title:Getting started
56+
localurl:/docs/promotions/getting-started/
57+
-title:Promotion building blocks
58+
localurl:/docs/promotions/promotion-components/
59+
-title:Promotions end-to-end guide
60+
localurl:/docs/promotions/create-promotion-sequence/
61+
-title:Promotion tutorials
62+
localurl:/docs/promotions/promotion-scenarios/
63+
-title:Configuration
64+
localurl:/docs/promotions/configuration
65+
-title:YAML specs
66+
localurl:/docs/promotions/configuration/yaml/
67+
-title:Trigger promotions
68+
localurl:/docs/promotions/trigger-promotions/
69+
-title:Tracking releases for products
70+
localurl:/docs/promotions/product-releases/
71+
72+
73+
-title:Dashboards & insights
74+
icon:images/home-icons/guides.png
75+
url:""
76+
links:
77+
-title:Home
78+
localurl:/docs/dashboards/home-dashboard/
79+
-title:GitOps Environments
80+
localurl:/docs/dashboards/gitops-environments/
81+
-title:GitOps Products
82+
localurl:/docs/dashboards/gitops-products/
83+
-title:DORA metrics
84+
localurl:/docs/dashboards/dora-metrics/
85+
-title:Images
86+
localurl:/docs/dashboards/images/
87+
88+
-title:Deployments
89+
icon:images/home-icons/deployment.svg
90+
url:""
91+
links:
92+
-title:Deployment options for Kubernetes
93+
localurl:/docs/deployments/kubernetes/
94+
-title:Managing Kubernetes clusters
95+
localurl:/docs/deployments/kubernetes/manage-kubernetes/
96+
-title:Using Helm in Codefresh pipelines
97+
localurl:/docs/deployments/helm/using-helm-in-codefresh-pipeline/
98+
-title:Managing Helm releases
99+
localurl:/docs/deployments/helm/helm-releases-management/
100+
-title:Promoting Helm environments
101+
localurl:/docs/deployments/helm/helm-environment-promotion/
102+
-title:Creating Argo CD applications
103+
localurl:/docs/deployments/gitops/create-application/
104+
-title:Monitoring Argo CD applications
105+
localurl:/docs/deployments/gitops/applications-dashboard/
106+
-title:Managing Argo CD applications
107+
localurl:/docs/deployments/gitops/manage-application/
108+
109+
110+
-title:Pipelines
111+
icon:images/home-icons/pipeline.svg
112+
url:""
113+
links:
114+
-title:Introduction to pipelines
115+
localurl:/docs/pipelines/introduction-to-codefresh-pipelines/
116+
-title:Creating pipelines
117+
localurl:/docs/pipelines/pipelines/
118+
-title:Steps in pipelines
119+
localurl:/docs/pipelines/steps/
120+
-title:Variables in pipelines
121+
localurl:/docs/pipelines/variables/
122+
-title:Triggers in pipelines
123+
localurl:/docs/pipelines/triggers/
124+
-title:Annotations in pipelines
125+
localurl:/docs/pipelines/annotations/
126+
-title:Monitoring pipelines
127+
localurl:/docs/pipelines/monitoring-pipelines/
128+
-title:Advanced workflows for pipelines
129+
localurl:/docs/pipelines/advanced-workflows/
130+
-title:Shared configuration
131+
localurl:/docs/pipelines/configuration/shared-configuration/
132+
-title:Using secrets
133+
localurl:/docs/pipelines/configuration/secrets-store/
134+
-title:Caching in pipelines
135+
localurl:/docs/pipelines/pipeline-caching/
136+
-title:Running pipelines locally
137+
localurl:/docs/pipelines/running-pipelines-locally/
138+
-title:Debugging pipelines
139+
localurl:/docs/pipelines/debugging-pipelines/
140+
141+
28142

29143
-title:Pipeline integrations
30144
icon:images/home-icons/cloud-integrations.png
@@ -87,114 +201,6 @@
87201
-title:Quay Registry for GitOps
88202
localurl:/docs/gitops-integrations/container-registries/quay/
89203

90-
-title:Dashboards & insights
91-
icon:images/home-icons/guides.png
92-
url:""
93-
links:
94-
-title:Home
95-
localurl:/docs/dashboards/home-dashboard/
96-
-title:GitOps Environments
97-
localurl:/docs/dashboards/gitops-environments/
98-
-title:GitOps Products
99-
localurl:/docs/dashboards/gitops-products/
100-
-title:DORA metrics
101-
localurl:/docs/dashboards/dora-metrics/
102-
-title:Images
103-
localurl:/docs/dashboards/images/
104-
105-
-title:CI/CD guides
106-
icon:images/home-icons/guides.png
107-
url:""
108-
links:
109-
-title:Building your app
110-
localurl:/docs/ci-cd-guides/packaging-compilation/
111-
-title:Building Docker images
112-
localurl:/docs/ci-cd-guides/building-docker-images/
113-
-title:Accessing a Docker registry from Kubernetes cluster
114-
localurl:/docs/ci-cd-guides/access-docker-registry-from-kubernetes/
115-
-title:Working with Docker registries
116-
localurl:/docs/ci-cd-guides/working-with-docker-registries/
117-
-title:Adding config maps to namespaces
118-
localurl:/docs/ci-cd-guides/add-config-maps-to-your-namespaces/
119-
-title:Pull Requests and branches
120-
localurl:/docs/ci-cd-guides/pull-request-branches/
121-
-title:Pipelines for microservices
122-
localurl:/docs/ci-cd-guides/microservices/
123-
-title:Deploying to predefined environments
124-
localurl:/docs/ci-cd-guides/environment-deployments/
125-
-title:Previewing dynamic environments
126-
localurl:/docs/ci-cd-guides/preview-environments/
127-
-title:Helm best practices
128-
localurl:/docs/ci-cd-guides/helm-best-practices/
129-
-title:Templating for Kubernetes
130-
localurl:/docs/ci-cd-guides/kubernetes-templating/
131-
-title:GitOps deployments
132-
localurl:/docs/ci-cd-guides/gitops-deployments/
133-
-title:Image enrichment
134-
localurl:/docs/ci-cd-guides/image-enrichment/
135-
136-
-title:Example catalog
137-
icon:images/home-icons/tutorial.svg
138-
url:""
139-
links:
140-
-title:CI examples
141-
localurl:/docs/example-catalog/ci-examples/
142-
-title:CD examples
143-
localurl:/docs/example-catalog/cd-examples/
144-
145-
-title:Pipelines
146-
icon:images/home-icons/pipeline.svg
147-
url:""
148-
links:
149-
-title:Introduction to pipelines
150-
localurl:/docs/pipelines/introduction-to-codefresh-pipelines/
151-
-title:Creating pipelines
152-
localurl:/docs/pipelines/pipelines/
153-
-title:Steps in pipelines
154-
localurl:/docs/pipelines/steps/
155-
-title:Variables in pipelines
156-
localurl:/docs/pipelines/variables/
157-
-title:Triggers in pipelines
158-
localurl:/docs/pipelines/triggers/
159-
-title:Annotations in pipelines
160-
localurl:/docs/pipelines/annotations/
161-
-title:Monitoring pipelines
162-
localurl:/docs/pipelines/monitoring-pipelines/
163-
-title:Advanced workflows for pipelines
164-
localurl:/docs/pipelines/advanced-workflows/
165-
-title:Shared configuration
166-
localurl:/docs/pipelines/configuration/shared-configuration/
167-
-title:Using secrets
168-
localurl:/docs/pipelines/configuration/secrets-store/
169-
-title:Caching in pipelines
170-
localurl:/docs/pipelines/pipeline-caching/
171-
-title:Running pipelines locally
172-
localurl:/docs/pipelines/running-pipelines-locally/
173-
-title:Debugging pipelines
174-
localurl:/docs/pipelines/debugging-pipelines/
175-
176-
-title:Deployments
177-
icon:images/home-icons/deployment.svg
178-
url:""
179-
links:
180-
-title:Deployment options for Kubernetes
181-
localurl:/docs/deployments/kubernetes/
182-
-title:Managing Kubernetes clusters
183-
localurl:/docs/deployments/kubernetes/manage-kubernetes/
184-
-title:Using Helm in Codefresh pipelines
185-
localurl:/docs/deployments/helm/using-helm-in-codefresh-pipeline/
186-
-title:Managing Helm releases
187-
localurl:/docs/deployments/helm/helm-releases-management/
188-
-title:Promoting Helm environments
189-
localurl:/docs/deployments/helm/helm-environment-promotion/
190-
-title:Creating Argo CD applications
191-
localurl:/docs/deployments/gitops/create-application/
192-
-title:Monitoring Argo CD applications
193-
localurl:/docs/deployments/gitops/applications-dashboard/
194-
-title:Managing Argo CD applications
195-
localurl:/docs/deployments/gitops/manage-application/
196-
197-
198204
-title:Installation
199205
icon:images/home-icons/runtimes.svg
200206
url:""

‎images/home-icons/product.png‎

494 Bytes
Loading

‎images/home-icons/product.svg‎

Lines changed: 3 additions & 0 deletions
Loading

‎images/home-icons/promotions.png‎

1.24 KB
Loading

‎images/home-icons/promotions.svg‎

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp