Skip to content

Commit c42afd5

Browse files
Support Ticket Templates (#785)
* added ticket template * updated FR wording * Update support-ticket-examples.md Edited and streamlined content * Add open quote to support ticket topic Added open quotes to support ticket topic * Updated formate and nav for examples --------- Co-authored-by: NimRegev <nima.regev@codefresh.io>
1 parent b0af974 commit c42afd5

File tree

3 files changed

+244
-213
lines changed

3 files changed

+244
-213
lines changed

_data/home-content.yml

Lines changed: 84 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
21
- title: Introduction
32
icon: images/home-icons/started.svg
4-
url: ''
3+
url: ""
54
links:
65
- title: What is Codefresh?
76
localurl: /docs/getting-started/intro-to-codefresh/
87
- title: Codefresh for CI
98
localurl: /docs/getting-started/ci-codefresh/
10-
- title: Codefresh for CD
9+
- title: Codefresh for CD
1110
localurl: /docs/getting-started/cd-codefresh/
12-
- title: Codefresh for GitOps
11+
- title: Codefresh for GitOps
1312
localurl: /docs/getting-started/gitops-codefresh/
1413
- title: Concepts in Codefresh
1514
localurl: /docs/getting-started/concepts/
@@ -18,53 +17,50 @@
1817

1918
- title: Quick starts
2019
icon: images/home-icons/tutorial.svg
21-
url: ''
20+
url: ""
2221
links:
2322
- title: Create Codefresh account
24-
localurl: /docs/quick-start/create-codefresh-account/
23+
localurl: /docs/quick-start/create-codefresh-account/
2524
- title: CI/CD quick starts
2625
localurl: /docs/quick-start/ci-quick-start/
27-
- title: GitOps quick starts
26+
- title: GitOps quick starts
2827
localurl: /docs/quick-start/gitops-quick-start/
2928

30-
3129
- title: Pipeline integrations
3230
icon: images/home-icons/cloud-integrations.png
3331
links:
3432
- title: Hosted GitOps
35-
localurl: /docs/integrations/codefresh-hosted-gitops/
33+
localurl: /docs/integrations/codefresh-hosted-gitops/
3634
- title: Git providers
3735
localurl: /docs/integrations/git-providers/
3836
- title: Kubernetes
3937
localurl: /docs/integrations/kubernetes/
4038
- title: Amazon Web Services
41-
localurl: /docs/integrations/amazon-web-services/
39+
localurl: /docs/integrations/amazon-web-services/
4240
- title: Microsoft Azure
43-
localurl: /docs/integrations/microsoft-azure/
41+
localurl: /docs/integrations/microsoft-azure/
4442
- title: Google Cloud
45-
localurl: /docs/integrations/google-cloud/
43+
localurl: /docs/integrations/google-cloud/
4644
- title: Docker Registries
47-
localurl: /docs/integrations/docker-registries/
45+
localurl: /docs/integrations/docker-registries/
4846
- title: Secret Storage
49-
localurl: /docs/integrations/secret-storage/
47+
localurl: /docs/integrations/secret-storage/
5048
- title: Cloud Storage
51-
localurl: /docs/integrations/cloud-storage/
49+
localurl: /docs/integrations/cloud-storage/
5250
- title: Helm
53-
localurl: /docs/integrations/helm/
51+
localurl: /docs/integrations/helm/
5452
- title: Argo CD
55-
localurl: /docs/integrations/argocd/
53+
localurl: /docs/integrations/argocd/
5654
- title: Datadog
57-
localurl: /docs/integrations/datadog/
55+
localurl: /docs/integrations/datadog/
5856
- title: Jenkins integration/migration
59-
localurl: /docs/integrations/jenkins-integration/
57+
localurl: /docs/integrations/jenkins-integration/
6058
- title: Codefresh API
6159
localurl: /docs/integrations/codefresh-api/
6260

63-
64-
6561
- title: GitOps integrations
6662
icon: images/home-icons/integrations.svg
67-
url: ''
63+
url: ""
6864
links:
6965
- title: GitOps image enrichment with integrations
7066
localurl: /docs/gitops-integrations/image-enrichment-overview/
@@ -77,7 +73,7 @@
7773
- title: Jira for GitOps
7874
localurl: /docs/gitops-integrations/issue-tracking/jira/
7975
- title: Amazon ECR for GitOps
80-
localurl: /docs/gitops-integrations/container-registries/amazon-ecr/
76+
localurl: /docs/gitops-integrations/container-registries/amazon-ecr/
8177
- title: Docker Hub Registry for GitOps
8278
localurl: /docs/gitops-integrations/container-registries/dockerhub/
8379
- title: GitHub Container Registry for GitOps
@@ -87,59 +83,51 @@
8783
- title: Quay Registry for GitOps
8884
localurl: /docs/gitops-integrations/container-registries/quay/
8985

90-
91-
9286
- title: Dashboards & insights
9387
icon: images/home-icons/guides.png
94-
url: ''
88+
url: ""
9589
links:
9690
- title: Home dashboard
97-
localurl: /docs/dashboards/home-dashboard/
91+
localurl: /docs/dashboards/home-dashboard/
9892
- title: DORA metrics
9993
localurl: /docs/dashboards/dora-metrics/
10094
- title: Images
10195
localurl: /docs/dashboards/images/
102-
103-
104-
10596

10697
- title: CI/CD guides
10798
icon: images/home-icons/guides.png
108-
url: ''
99+
url: ""
109100
links:
110101
- title: Building your app
111102
localurl: /docs/ci-cd-guides/packaging-compilation/
112103
- title: Building Docker images
113104
localurl: /docs/ci-cd-guides/building-docker-images/
114105
- title: Accessing a Docker registry from Kubernetes cluster
115-
localurl: /docs/ci-cd-guides/access-docker-registry-from-kubernetes/
106+
localurl: /docs/ci-cd-guides/access-docker-registry-from-kubernetes/
116107
- title: Working with Docker registries
117-
localurl: /docs/ci-cd-guides/working-with-docker-registries/
108+
localurl: /docs/ci-cd-guides/working-with-docker-registries/
118109
- title: Adding config maps to namespaces
119-
localurl: /docs/ci-cd-guides/add-config-maps-to-your-namespaces/
110+
localurl: /docs/ci-cd-guides/add-config-maps-to-your-namespaces/
120111
- title: Pull Requests and branches
121112
localurl: /docs/ci-cd-guides/pull-request-branches/
122113
- title: Pipelines for microservices
123-
localurl: /docs/ci-cd-guides/microservices/
114+
localurl: /docs/ci-cd-guides/microservices/
124115
- title: Deploying to predefined environments
125-
localurl: /docs/ci-cd-guides/environment-deployments/
116+
localurl: /docs/ci-cd-guides/environment-deployments/
126117
- title: Previewing dynamic environments
127-
localurl: /docs/ci-cd-guides/preview-environments/
118+
localurl: /docs/ci-cd-guides/preview-environments/
128119
- title: Helm best practices
129-
localurl: /docs/ci-cd-guides/helm-best-practices/
120+
localurl: /docs/ci-cd-guides/helm-best-practices/
130121
- title: Templating for Kubernetes
131-
localurl: /docs/ci-cd-guides/kubernetes-templating/
122+
localurl: /docs/ci-cd-guides/kubernetes-templating/
132123
- title: GitOps deployments
133124
localurl: /docs/ci-cd-guides/gitops-deployments/
134125
- title: Image enrichment
135-
localurl: /docs/ci-cd-guides/image-enrichment/
136-
137-
138-
126+
localurl: /docs/ci-cd-guides/image-enrichment/
139127

140128
- title: Example catalog
141129
icon: images/home-icons/tutorial.svg
142-
url: ''
130+
url: ""
143131
links:
144132
- title: CI examples
145133
localurl: /docs/example-catalog/ci-examples/
@@ -148,16 +136,16 @@
148136

149137
- title: Pipelines
150138
icon: images/home-icons/pipeline.svg
151-
url: ''
139+
url: ""
152140
links:
153141
- title: Introduction to pipelines
154142
localurl: /docs/pipelines/introduction-to-codefresh-pipelines/
155143
- title: Creating pipelines
156-
localurl: /docs/pipelines/pipelines/
144+
localurl: /docs/pipelines/pipelines/
157145
- title: Steps in pipelines
158-
localurl: /docs/pipelines/steps/
146+
localurl: /docs/pipelines/steps/
159147
- title: Variables in pipelines
160-
localurl: /docs/pipelines/variables/
148+
localurl: /docs/pipelines/variables/
161149
- title: Triggers in pipelines
162150
localurl: /docs/pipelines/triggers/
163151
- title: Annotations in pipelines
@@ -177,11 +165,9 @@
177165
- title: Debugging pipelines
178166
localurl: /docs/pipelines/debugging-pipelines/
179167

180-
181-
182168
- title: Deployments
183169
icon: images/home-icons/deployment.svg
184-
url: ''
170+
url: ""
185171
links:
186172
- title: Deployment options for Kubernetes
187173
localurl: /docs/deployments/kubernetes/
@@ -200,105 +186,94 @@
200186
- title: Managing GitOps applications
201187
localurl: /docs/deployments/gitops/manage-application/
202188

203-
204-
205-
206189
- title: Argo CD Workflows
207190
icon: images/home-icons/pipeline.svg
208-
url: ''
191+
url: ""
209192
links:
210193
- title: Creating Argo CD workflows
211194
localurl: /docs/workflows/create-pipeline
212195
- title: Nested Argo CD workflows
213-
localurl: /docs/workflows/nested-workflows/
196+
localurl: /docs/workflows/nested-workflows/
214197
- title: Configure artifact repository
215198
localurl: /docs/workflows/configure-artifact-repository/
216199
- title: Selectors for concurrency synchronization
217200
localurl: /docs/workflows/concurrency-limit/
218201
- title: Sharing file systems
219-
localurl: /docs/workflows/sharing-file-system/
220-
221-
222-
202+
localurl: /docs/workflows/sharing-file-system/
223203

224204
- title: Installation
225205
icon: images/home-icons/runtimes.svg
226-
url: ''
206+
url: ""
227207
links:
228208
- title: Installation options
229209
localurl: /docs/installation/installation-options/
230210
- title: Codefresh Runner installation
231-
localurl: /docs/installation/codefresh-runner/
211+
localurl: /docs/installation/codefresh-runner/
232212
- title: On-Premises platform installation
233213
localurl: /docs/installation/on-premises/codefresh-on-prem/
234214
- title: On-Premises platform upgrade
235215
localurl: /docs/installation/on-premises/codefresh-on-prem-upgrade/
236216
- title: Hosted GitOps Runtime installation
237-
localurl: /docs/installation/gitops/hosted-runtime/
217+
localurl: /docs/installation/gitops/hosted-runtime/
238218
- title: Hybrid GitOps Runtime installation
239219
localurl: /docs/installation/gitops/hybrid-gitops-helm-installation/
240220
- title: On-premises GitOps Runtime installation
241-
localurl: /docs/installation/gitops/on-prem-gitops-runtime-install/
242-
243-
221+
localurl: /docs/installation/gitops/on-prem-gitops-runtime-install/
244222

245223
- title: Administration
246224
icon: images/home-icons/administration.svg
247-
url: ''
225+
url: ""
248226
links:
249-
- title: Create a Codefresh account
250-
localurl: /docs/administration/account-user-management/create-codefresh-account/
251-
- title: Adding users and teams
252-
localurl: /docs/administration/account-user-management/add-users/
253-
- title: Set up OAuth2 for GitOps
254-
localurl: /docs/administration/account-user-management/oauth-setup/
255-
- title: Access control for pipelines
256-
localurl: /docs/administration/account-user-management/access-control/
257-
- title: Access control for GitOps
258-
localurl: /docs/administration/account-user-management/gitops-abac/
259-
- title: Audit
260-
localurl: /docs/administration/account-user-management/audit/
261-
- title: User settings
262-
localurl: /docs/administration/user-self-management/user-settings/
263-
- title: Manage Git PATs
264-
localurl: /docs/administration/user-self-management/manage-pats/
265-
- title: Codefresh IP addresses
266-
localurl: /docs/administration/platform-ip-addresses/
267-
- title: Single Sign-On
268-
localurl: /docs/administration/single-sign-on/
269-
227+
- title: Create a Codefresh account
228+
localurl: /docs/administration/account-user-management/create-codefresh-account/
229+
- title: Adding users and teams
230+
localurl: /docs/administration/account-user-management/add-users/
231+
- title: Set up OAuth2 for GitOps
232+
localurl: /docs/administration/account-user-management/oauth-setup/
233+
- title: Access control for pipelines
234+
localurl: /docs/administration/account-user-management/access-control/
235+
- title: Access control for GitOps
236+
localurl: /docs/administration/account-user-management/gitops-abac/
237+
- title: Audit
238+
localurl: /docs/administration/account-user-management/audit/
239+
- title: User settings
240+
localurl: /docs/administration/user-self-management/user-settings/
241+
- title: Manage Git PATs
242+
localurl: /docs/administration/user-self-management/manage-pats/
243+
- title: Codefresh IP addresses
244+
localurl: /docs/administration/platform-ip-addresses/
245+
- title: Single Sign-On
246+
localurl: /docs/administration/single-sign-on/
270247

271248
- title: Reference
272249
icon: images/home-icons/guides.png
273-
url: ''
250+
url: ""
274251
links:
275252
- title: Git tokens
276-
localurl: /docs/reference/git-tokens/
253+
localurl: /docs/reference/git-tokens/
277254
- title: Secrets for GitOps
278-
localurl: /docs/reference/secrets
279-
280-
255+
localurl: /docs/reference/secrets
281256

282257
- title: "Incubation"
283258
icon: images/home-icons/plugins.svg
284-
url: ''
259+
url: ""
285260
links:
286-
- title: Windows Containers Support
287-
localurl: /docs/incubation/windows
288-
- title: Mac OSX and iOS builds
289-
localurl: /docs/incubation/osx-ios-builds
290-
- title: ARM architecture Support
291-
localurl: /docs/incubation/arm-support
292-
261+
- title: Windows Containers Support
262+
localurl: /docs/incubation/windows
263+
- title: Mac OSX and iOS builds
264+
localurl: /docs/incubation/osx-ios-builds
265+
- title: ARM architecture Support
266+
localurl: /docs/incubation/arm-support
293267

294268
- title: "Knowledge Base"
295269
icon: images/home-icons/troubleshooting.svg
296-
url: ''
270+
url: ""
297271
links:
298-
- title: Common Issues
299-
localurl: /docs/kb/common-issues
300-
- title: How Tos
301-
localurl: /docs/kb/how-to
302-
- title: Troubleshooting
303-
localurl: /docs/kb/troubleshooting
304-
272+
- title: Common Issues
273+
localurl: /docs/kb/common-issues
274+
- title: How Tos
275+
localurl: /docs/kb/how-to
276+
- title: Troubleshooting
277+
localurl: /docs/kb/troubleshooting
278+
- title: Support Ticket Examples
279+
localurl: /docs/kb/support-ticket-examples

0 commit comments

Comments
 (0)