-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathnav.yml
More file actions
782 lines (751 loc) · 25.9 KB
/
nav.yml
File metadata and controls
782 lines (751 loc) · 25.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
- title: Introduction
url: "/getting-started"
pages:
- title: What is Codefresh?
url: "/intro-to-codefresh"
- title: Codefresh for CI
url: "/ci-codefresh"
- title: Codefresh for CD
url: "/cd-codefresh"
- title: Codefresh for GitOps
url: "/gitops-codefresh"
- title: Concepts in Codefresh
url: "/concepts"
- title: Global Search & Navigation
url: "/command-bar"
- title: GitOps quick starts
url: "/gitops-quick-start"
pages:
- title: About GitOps quick starts
url: "/gitops-quick-start"
- title: Creating a Codefresh account
url: "/create-codefresh-account"
- title: Installing a GitOps Runtime
url: "/quick-start-install-runtime"
- title: Configuring a GitOps Runtime
url: "/quick-start-configure-runtime"
- title: Creating products and applications
url: "/create-app-ui"
- title: Creating environments
url: "/quick-start-gitops-environments"
- title: Simple promotion with drag-and-drop
url: "/drag-and-drop"
- title: Simple Promotion Flow with multiple environments
- title: Creating Promotion Workflows
url: "/quick-start-promotion-workflow"
url: "/multi-env-sequential-flow"
- title: Advanced Promotion Flow with Promotion Workflows
url: "/policy-multi-env-promotion"
- title: Advanced Promotion Flow with environment dependencies
url: "/dependency-multi-env-promotion"
- title: CI/CD quick starts
url: "/ci-quick-start"
pages:
- title: Create Codefresh account
url: "/ci-create-codefresh-account"
- title: Pipeline quick start
url: "/create-ci-pipeline"
- title: Kubernetes deployment quick start
url: "/deploy-to-kubernetes"
- title: Helm quick start
url: "/deploy-with-helm"
- title: On-demand environment quick start
url: "/on-demand-environments"
- title: Dashboards & insights
url: "/dashboards"
pages:
- title: Home
url: "/home-dashboard"
- title: GitOps Environments
url: "/gitops-environments"
- title: GitOps Products
url: "/gitops-products"
- title: GitOps Apps
url: "/gitops-apps-dashboard"
- title: DORA metrics
url: "/dora-metrics"
- title: Images
url: "/images"
- title: CI/CD guides
url: "/ci-cd-guides"
pages:
- title: Building your app
url: "/packaging-compilation"
- title: Building Docker images
url: "/building-docker-images"
- title: Accessing Docker registries from Kubernetes cluster
url: "/access-docker-registry-from-kubernetes"
- title: Working with Docker registries
url: "/working-with-docker-registries"
- title: Adding config maps to namespaces
url: "/add-config-maps-to-your-namespaces"
- title: Pull Requests and branches
url: "/pull-request-branches"
- title: Building microservices
url: "/microservices"
- title: Deploying to predefined environments
url: "/environment-deployments"
- title: Previewing dynamic environments
url: "/preview-environments"
- title: Helm best practices
url: "/helm-best-practices"
- title: Kubernetes templating
url: "/kubernetes-templating"
- title: GitOps deployments
url: "/gitops-deployments"
- title: Image enrichment
url: "/image-enrichment"
- title: Example catalog
url: "/example-catalog"
pages:
- title: CI examples
url: "/ci-examples"
sub-pages:
- title: Check out Git repositories
url: "/git-checkout"
- title: Custom Git commands
url: "/git-checkout-custom"
- title: Non-Git checkouts
url: "/non-git-checkout"
- title: Use Git Hash in CI
url: "/get-short-sha-id-and-use-it-in-a-ci-process"
- title: Build an image with Dockerfile in root directory
url: "/build-an-image-with-the-dockerfile-in-root-directory"
- title: Build an image specifying Dockerfile Location
url: "/build-an-image-specify-dockerfile-location"
- title: Build an image from a different Git repository
url: "/build-an-image-from-a-different-git-repository"
- title: Build and push an image
url: "/build-and-push-an-image"
- title: Build an image with build arguments
url: "/build-an-image-with-build-arguments"
- title: Create a Docker image for PHP
url: "/php"
- title: Share data between steps
url: "/shared-volumes-between-builds"
- title: Upload/download from Google Storage buckets
url: "/uploading-or-downloading-from-gs"
- title: Compile and test a C application
url: "/c-make"
- title: Compile and test a C++ application
url: "/cpp-cmake"
- title: Compile and release a Go application
url: "/goreleaser"
- title: Call other pipelines
url: "/call-child-pipelines"
- title: Run unit tests
url: "/run-unit-tests"
- title: Run integration tests
url: "/run-integration-tests"
- title: Fan-in/fan-out with unit tests
url: "/fan-in-fan-out"
- title: Codecov coverage reports
url: "/codecov-testing"
- title: Coveralls coverage reports
url: "/coveralls-testing"
- title: Codacy coverage reports
url: "/codacy-testing"
- title: Run integration tests with Mongo
url: "/integration-tests-with-mongo"
- title: Run integration tests with MySQL
url: "/integration-tests-with-mysql"
- title: Run integration tests with PostgreSQL
url: "/integration-tests-with-postgres"
- title: Run integration tests with Redis
url: "/integration-tests-with-redis"
- title: Populate a database with existing data
url: "/populate-a-database-with-existing-data"
- title: Scala Hello world
url: "/scala-hello-world"
- title: Share volumes in composition steps
url: "/shared-volumes-of-service-from-composition-step-for-other-yml-steps"
- title: Import data to MongoDB
url: "/import-data-to-mongodb"
- title: NodeJS + Angular2 + MongoDB
url: "/nodejs-angular2-mongodb"
- title: Vault secrets in pipelines
url: "/vault-secrets-in-the-pipeline"
- title: Decrypt with Mozilla SOPS
url: "/decryption-with-mozilla-sops"
- title: Launch Composition
url: "/launch-composition"
- title: Use Docker compose
url: "/launching-a-composition-and-defining-a-service-environment-variables-using-a-file"
- title: Send notification to Slack
url: "/sending-the-notification-to-slack"
- title: Send notification to Jira
url: "/sending-the-notification-to-jira"
- title: CD examples
url: "/cd-examples"
sub-pages:
- title: Secure a Docker Container Using HTTP Basic Auth
url: "/secure-a-docker-container-using-http-basic-auth"
- title: Spring Boot + Kafka + Zookeeper
url: "/spring-boot-kafka-zookeeper"
- title: Web terminal
url: "/web-terminal"
- title: Trigger a K8s Deployment from a DockerHub Push Event
url: "/trigger-a-k8s-deployment-from-docker-registry"
- title: Deploy to VM
url: "/packer-gcloud"
- title: Deploy to a VM via FTP
url: "/transferring-php-ftp"
- title: Deploy to Tomcat using SCP
url: "/deploy-to-tomcat-via-scp"
- title: Deploy with Helm
url: "/helm"
- title: Deploy with Terraform
url: "/terraform"
- title: Deploy with Pulumi
url: "/pulumi"
- title: Deploy to Nomad
url: "/nomad"
- title: Deploy to Heroku
url: "/deploy-to-heroku"
- title: Use kubectl as part of Freestyle step
url: "/use-kubectl-as-part-of-freestyle-step"
- title: Deploy with Kustomize
url: "/deploy-with-kustomize"
- title: Deploy to Docker Swarm
url: "/docker-swarm"
- title: GitOps secrets
url: "/gitops-secrets"
- title: Amazon ECS/Fargate
url: "/amazon-ecs"
- title: Elastic Beanstalk
url: "/elastic-beanstalk"
- title: Pipeline integrations
url: "/integrations"
pages:
- title: Hosted GitOps
url: "/codefresh-hosted-gitops"
- title: Git Providers
url: "/git-providers"
- title: OpenID Connect
url: "/oidc-pipelines"
- title: Kubernetes
url: "/kubernetes"
- title: Amazon Web Services
url: "/amazon-web-services"
- title: Microsoft Azure
url: "/microsoft-azure"
- title: Google Cloud
url: "/google-cloud"
- title: Octopus Deploy
url: "/octopus-deploy"
- title: Docker registries
url: "/docker-registries"
sub-pages:
- title: Docker Hub
url: "/docker-hub"
- title: Azure Docker Registry
url: "/azure-docker-registry"
- title: Amazon EC2 Container Registry
url: "/amazon-ec2-container-registry"
- title: Google Container Registry
url: "/google-container-registry"
- title: Google Artifact Registry
url: "/google-artifact-registry"
- title: JFrog Bintray.io/Artifactory
url: "/bintray-io"
- title: Quay.io
url: "/quay-io"
- title: GitHub Container Registry
url: "/github-container-registry"
- title: DigitalOcean Container Registry
url: "/digital-ocean-container-registry"
- title: Other Registries
url: "/other-registries"
- title: Cloud Storage
url: "/cloud-storage"
- title: Secret Storage
url: "/secret-storage"
- title: Hashicorp Vault
url: "/hashicorp-vault"
- title: Helm Integration
url: "/helm"
- title: ArgoCD Integration
url: "/argocd"
- title: Datadog Integration
url: "/datadog"
- title: Jira Integration
url: "/jira"
- title: Jenkins Integration
url: "/jenkins-integration"
- title: Codecov Integration
url: "/codecov-integration"
- title: Google Cloud builder
url: "/gcloud-builder"
- title: Google Marketplace
url: "/google-marketplace"
- title: GitHub Actions
url: "/github-actions"
- title: Notifications
url: "/notifications"
sub-pages:
- title: Email
url: "/email-integration"
- title: Slack
url: "/slack-integration"
- title: Jira
url: "/jira-integration"
- title: Codefresh API
url: "/codefresh-api"
- title: GitOps integrations
url: "/gitops-integrations"
pages:
- title: Image enrichment with GitOps integrations
url: "/image-enrichment-overview"
- title: Complete argument reference
url: "/ci-argument-reference"
- title: GitOps CI integrations
url: "/ci-integrations"
sub-pages:
- title: Codefresh pipelines
url: "/codefresh-classic"
- title: GitHub Actions
url: "/github-actions"
- title: Jenkins
url: "/jenkins"
- title: GitOps issue tracking integrations
url: "/issue-tracking"
sub-pages:
- title: Jira
url: "/jira"
- title: GitOps container registry integrations
url: "/container-registries"
sub-pages:
- title: Amazon ECR
url: "/amazon-ecr"
- title: Docker Hub Registry
url: "/dockerhub"
- title: GitHub Container Registry
url: "/github-cr"
- title: JFrog Artifactory
url: "/jfrog"
- title: Quay Registry
url: "/quay"
- title: Gerrit Git provider integration
url: "/gerrit-integration"
- title: Deployments
url: "/deployments"
pages:
- title: Kubernetes
url: "/kubernetes"
sub-pages:
- title: Manual Deployments
url: "/manual-deployment"
- title: Automated Deployments
url: "/automated-deployment"
- title: Environment dashboard
url: "/environment-dashboard"
- title: Managing Kubernetes clusters
url: "/manage-kubernetes"
- title: Custom kubectl commands
url: "/custom-kubectl-commands"
- title: Helm
url: "/helm"
sub-pages:
- title: Using Helm in a Codefresh pipeline
url: "/using-helm-in-codefresh-pipeline"
- title: Managing Helm Releases
url: "/helm-releases-management"
- title: Using managed Helm repos
url: "/managed-helm-repository"
- title: Helm Charts and repositories
url: "/helm-charts-and-repositories"
- title: Creating and uploading Helm packages
url: "/custom-helm-uploads"
- title: Promoting Helm environments
url: "/helm-environment-promotion"
- title: GitOps
url: "/gitops"
sub-pages:
- title: What's changed in Applications documentation
url: "/apps-whats-changed-in-documentation"
- title: About Argo CD applications
url: "/about-apps"
- title: GitOps Apps dashboard
url: "/gitops-apps-dashboard"
- title: Application Groups for Argo CD applications
url: "/gitops-app-groups"
- title: Creating Argo CD applications
url: "/create-application"
- title: Application configuration settings
url: "/application-configuration-settings"
- title: Monitoring Argo CD applications
url: "/monitor-applications"
- title: Managing Argo CD applications
url: "/manage-application"
- title: Argo Rollouts on managed clusters
url: "/install-argo-rollouts"
- title: Troubleshooting Argo CD applications
url: "/troubleshooting-gitops-apps"
- title: Environments
url: "/environments"
pages:
- title: About environments
url: "/environments-overview"
- title: Create and manage environments
url: "/create-manage-environments"
- title: Manage Products and applications in environments
url: "/manage-apps-in-environments"
- title: Products
url: "/products"
pages:
- title: About products
url: "/about-products"
- title: Create products
url: "/create-product"
- title: Configure Product Settings
url: "/configure-product-settings"
- title: Assigning applications
url: "/assign-applications"
- title: Configuring version and promotable properties
url: "/promotion-version-properties"
- title: Configuring promotion concurrency
url: "/promotion-concurrency"
- title: Assigning Promotion Flows and triggers
url: "/promotion-flow-triggers"
- title: Tracking releases for products
url: "/releases-in-products"
- title: Promotions
url: "/promotions"
pages:
- title: About promotions
url: "/promotions-overview"
- title: Getting started
url: "/getting-started"
- title: Promotion building blocks
url: "/promotion-components"
- title: Promotion setup guidelines
url: "/create-promotion-sequence"
- title: Promotion Flows
url: "/promotion-flow"
- title: Promotion Policies
url: "/promotion-policy"
- title: Promotion Workflows
url: "/promotion-workflow"
- title: Product promotion settings
url: "/product-promotion-props"
- title: Promotion entity YAMLs
url: "/yaml"
sub-pages:
- title: Product YAML
url: "/product-crd"
- title: Promotion Template YAML
url: "/promotion-template-crd"
- title: Promotion Flow YAML
url: "/promotion-flow-crd"
- title: Promotion Policy YAML
url: "/promotion-policy-crd"
- title: Trigger promotions
url: "/trigger-promotions"
- title: Tracking releases for Products
url: "/product-releases"
- title: Pipelines
url: "/pipelines"
pages:
- title: Introduction to Codefresh pipelines
url: "/introduction-to-codefresh-pipelines"
- title: Creating pipelines
url: "/pipelines"
- title: Configuration for pipelines
url: "/configuration"
sub-pages:
- title: Account-level pipeline settings
url: "/pipeline-settings"
- title: Shared configuration
url: "/shared-configuration"
- title: Secrets for pipelines
url: "/secrets-store"
- title: Public logs and status badges
url: "/build-status"
- title: Steps in pipelines
url: "/steps"
sub-pages:
- title: Git-clone
url: "/git-clone"
- title: Freestyle
url: "/freestyle"
- title: Build
url: "/build"
- title: Push
url: "/push"
- title: Composition
url: "/composition"
- title: Launch-composition
url: "/launch-composition"
- title: Deploy
url: "/deploy"
- title: Approval
url: "/approval"
- title: Triggers in pipelines
url: "/triggers"
sub-pages:
- title: Git triggers
url: "/git-triggers"
- title: DockerHub triggers
url: "/dockerhub-triggers"
- title: Azure triggers
url: "/azure-triggers"
- title: Quay triggers
url: "/quay-triggers"
- title: Helm triggers
url: "/helm-triggers"
- title: Artifactory triggers
url: "/jfrog-triggers"
- title: Cron (timer) triggers
url: "/cron-triggers"
- title: Variables in pipelines
url: "/variables"
- title: Hooks in pipelines
url: "/hooks"
- title: Annotations in pipelines
url: "/annotations"
- title: Conditional execution of steps
url: "/conditional-execution-of-steps"
- title: Post-step operations
url: "/post-step-operations"
- title: Grouping steps into stages
url: "/stages"
- title: Caching in pipelines
url: "/pipeline-caching"
- title: Manually running pipeline builds
url: "/run-pipeline"
- title: Debugging pipelines
url: "/debugging-pipelines"
- title: Monitoring pipelines
url: "/monitoring-pipelines"
- title: Advanced workflows for pipelines
url: "/advanced-workflows"
- title: Deployment environments
url: "/deployment-environments"
- title: Running pipelines locally
url: "/running-pipelines-locally"
- title: Service containers
url: "/service-containers"
- title: Docker image metadata
url: "/docker-image-metadata"
- title: Pipeline definitions YAML
url: "/what-is-the-codefresh-yaml"
- title: Testing
url: "/testing"
pages:
- title: Unit testing
url: "/unit-tests"
- title: Integration testing
url: "/integration-tests"
- title: Creating test reports
url: "/test-reports"
- title: Creating compositions
url: "/create-composition"
- title: Dynamic preview environments
url: "/automatic-preview-environments"
- title: Security scanning
url: "/security-scanning"
- title: SonarQube scanning
url: "/sonarqube-integration"
- title: Installation
url: "/installation"
pages:
- title: Platform deployment
url: "/installation-options"
sub-pages:
- title: On-premises deployment
url: "/on-premises"
sub-pages:
- title: Installation & configuration
url: "/codefresh-on-prem"
- title: Upgrade
url: "/codefresh-on-prem-upgrade"
- title: Account and user setup
url: "/on-prem-configuration"
- title: Feature management
url: "/on-prem-feature-management"
- title: Runner for pipelines
url: "/runner"
sub-pages:
- title: Runner architecture
url: "/runner-architecture"
- title: Runner installation for pipelines
url: "/install-codefresh-runner"
- title: ARM support
url: "/arm-support"
- title: Runner installation behind firewalls
url: "/behind-the-firewall"
- title: GitOps Runtimes
url: "/gitops"
sub-pages:
- title: GitOps Runtime architecture
url: "/runtime-architecture"
- title: Runtime concepts
url: "/runtime-concepts"
- title: System requirements
url: "/runtime-system-requirements"
- title: Prerequisites
url: "/runtime-prerequisites"
- title: Argo CD Admin API token
url: "/runtime-argocd-admin-api-token"
- title: Install GitOps Runtime with existing Argo CD
url: "/runtime-install-with-existing-argo-cd"
- title: Install GitOps Runtime with new Argo CD
url: "/hybrid-gitops-helm-installation"
- title: Troubleshoot installation
url: "/runtime-troubleshooting"
- title: On-premises GitOps Runtime
url: "/on-prem-gitops-runtime-install"
- title: Runtime values file validation
url: "/gitops-values-yaml-validation"
- title: Configure GitOps Runtime
url: "/runtime-configuration"
- title: Ingress and service-mesh access modes
url: "/runtime-install-ingress-service-mesh-access-mode"
- title: Ingress configuration
url: "/runtime-ingress-configuration"
- title: Shared Configuration Repository
url: "/shared-configuration"
- title: Configuration Runtimes
url: "/configuration-runtime"
- title: Monitoring GitOps Runtimes
url: "/monitor-runtimes"
- title: Managing GitOps Runtimes
url: "/manage-runtimes"
- title: Managing external clusters in GitOps Runtimes
url: "/managed-cluster"
- title: Managing Git Sources in GitOps Runtimes
url: "/git-sources"
- title: Download/upgrade GitOps CLI
url: "/upgrade-gitops-cli"
- title: Migrating GitOps Runtimes from CLI to Helm
url: "/migrate-cli-runtimes-helm"
- title: Administration
url: "/administration"
pages:
- title: About administration in Codefresh
url: "/administration-overview"
- title: Accounts & users
url: "/account-user-management"
sub-pages:
- title: Create a Codefresh account
url: "/create-codefresh-account"
- title: Adding users and teams
url: "/add-users-teams"
- title: Managing service accounts
url: "/service-accounts"
- title: Access control for user accounts
url: "/access-control-user-accounts"
- title: Access control for pipelines
url: "/access-control-pipelines"
- title: Access control for GitOps
url: "/gitops-abac"
- title: Setting up OAuth2 for GitOps
url: "/oauth-setup"
- title: Authorize access to organizations/projects
url: "/hosted-authorize-orgs"
- title: Pipeline execution context
url: "/pipeline-execution-context"
- title: Auditing actions in Codefresh
url: "/audit"
- title: Single Sign-On
sub-pages:
- title: Common configuration
url: "/team-sync"
- title: OpenID Connect
url: "/oidc"
sub-pages:
- title: Auth0
url: "/oidc-auth0"
- title: Azure
url: "/oidc-azure"
- title: Google
url: "/oidc-google"
- title: Keycloak
url: "/oidc-keycloak"
- title: Okta
url: "/oidc-okta"
- title: OneLogin
url: "/oidc-onelogin"
- title: SAML
url: "/saml"
sub-pages:
- title: JumpCloud
url: "/saml-jumpcloud"
- title: Okta
url: "/saml-okta"
- title: OneLogin
url: "/saml-onelogin"
- title: PingID SSO
url: "/saml-pingid"
- title: LDAP
url: "/ldap"
- title: Codefresh IP addresses
url: "/platform-ip-addresses"
- title: User self-management
url: "/user-self-management"
sub-pages:
- title: Managing personal settings
url: "/user-settings"
- title: Managing Git PATs
url: "/manage-pats"
- title: Security
url: "/security"
pages:
- title: Git tokens for GitOps
url: "/git-tokens"
- title: Secrets for GitOps
url: "/secrets"
- title: Verify authenticity of Codefresh artifacts in GitOps
url: "/codefresh-signed-artifacts"
- title: Verify authenticity of artifacts signed with Codefresh pipelines
url: "/pipelines-verify-cf-artifacts"
- title: What's new
url: "/whats-new"
pages:
- title: SaaS
url: "/changelog"
- title: On-premises
url: "/on-prem-release-notes"
- title: Codefresh New Experience
url: "/new-codefresh"
pages:
- title: The Codefresh New Experience
url: "/enable-new-experience"
- title: Navigation quick reference
url: "/menu-navigation"
- title: Documentation changes
url: "/doc-changes"
- title: Incubation
url: "/incubation"
pages:
- title: Windows Container Support Overview
url: "/windows"
- title: Mac OSX and iOS builds
- title: Knowledge Base
url: "/kb"
pages:
- title: Common Issues
url: "/common-issues"
- title: How Tos
url: "/how-to"
- title: Troubleshooting
url: "/troubleshooting"
- title: Support Ticket Examples
url: "/support-ticket-examples"
- title: Terms and Privacy Policy
url: "/terms-and-privacy-policy"
pages:
- title: Terms of Service
url: "/terms-of-service"
- title: Privacy Policy
url: "/privacy-policy"
- title: Acceptable Use Policy
url: "/acceptable-use-policy"
- title: Service Commitment
url: "/sla"
- title: Support Triage Definitions
url: "/support-triage-definitions"
- title: Cloud Credits
url: "/cloud-credits"
- title: Legacy Codefresh Terms of Service
url: "/legacy-cf-terms-of-service"