Skip to content

Commit 1ae495c

Browse files
authored
Merge branch 'project-one' into proj-one-ci-pipelines
2 parents 44a95cd + 034ca07 commit 1ae495c

File tree

111 files changed

+8010
-3722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+8010
-3722
lines changed

_data/home-content.yml

Lines changed: 47 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33

44

5+
56
- title: Pipelines
67
icon: images/home-icons/pipeline.svg
78
url: ''
@@ -42,94 +43,78 @@
4243
localurl: /docs/workflows/sharing-file-system/
4344

4445

45-
- title: Deployment
46-
icon: images/home-icons/deployment.svg
47-
url: ''
48-
links:
49-
- title: Creating applications
50-
localurl: /docs/deployment/create-application/
51-
- title: Monitoring applications
52-
localurl: /docs/deployment/applications-dashboard/
53-
- title: Managing applications
54-
localurl: /docs/deployment/manage-application/
55-
- title: Images in Codefresh
56-
localurl: /docs/deployment/images/
57-
- title: Install Argo Rollouts
58-
localurl: /docs/deployment/install-argo-rollouts/
59-
60-
61-
- title: Reports & Insights
62-
icon: images/home-icons/guides.png
46+
47+
48+
- title: Clients
49+
icon: images/home-icons/client.svg
6350
url: ''
6451
links:
65-
- title: Home dashboard
66-
localurl: /docs/reporting/home-dashboard/
67-
- title: DORA metrics
68-
localurl: /docs/reporting/dora-metrics/
69-
70-
71-
- title: Image enrichment
72-
icon: images/home-icons/integrations.svg
52+
- title: Codefresh CLI
53+
localurl: /docs/clients/csdp-cli/
54+
55+
56+
- title: Installation
57+
icon: images/home-icons/runtimes.svg
7358
url: ''
7459
links:
75-
- title: Image enrichment with integrations
76-
localurl: /docs/integrations/image-enrichment-overview/
77-
- title: Codefresh Classic
78-
localurl: /docs/integrations/ci-integrations/codefresh-classic/
79-
- title: GitHub Actions
80-
localurl: /docs/integrations/ci-integrations/github-actions/
81-
- title: Jenkins
82-
localurl: /docs/integrations/ci-integrations/jenkins/
83-
- title: Jira
84-
localurl: /docs/integrations/issue-tracking/jira/
85-
- title: Amazon ECR
86-
localurl: /docs/integrations/container-registries/amazon-ecr/
87-
- title: Docker Hub Registry
88-
localurl: /docs/integrations/container-registries/dockerhub/
89-
- title: GitHub Container Registry
90-
localurl: /docs/integrations/container-registries/github-cr/
91-
- title: JFrog Artifactory
92-
localurl: /docs/integrations/container-registries/jfrog/
93-
- title: Quay Registry
94-
localurl: /docs/integrations/container-registries/quay/
60+
- title: Installation environments
61+
localurl: /docs/installation/installation-options/
62+
- title: Codefresh Runner CI/CD installation
63+
localurl: /docs/installation/codefresh-runner/
64+
- title: On-Premises CI/CD installation
65+
localurl: /docs/installation/codefresh-on-prem/
66+
- title: On-Premises CI/CD upgrade
67+
localurl: /docs/installation/codefresh-on-prem-upgrade/
68+
- title: Hosted GitOps Runtime installation
69+
localurl: /docs/installation/hosted-runtime/
70+
- title: Hybrid GitOps Runtime installation
71+
localurl: /docs/installation/hybrid-gitops/
72+
- title: Monitoring & managing GitOps Runtimes
73+
localurl: /docs/installation/monitor-manage-runtimes/
74+
- title: Adding external clusters to GitOps Runtimes
75+
localurl: /docs/installation/managed-cluster/
76+
- title: Adding Git Sources to GitOps Runtimes
77+
localurl: /docs/installation/git-sources/
9578

9679

9780
- title: Administration
9881
icon: images/home-icons/administration.svg
9982
url: ''
10083
links:
101-
- title: Manage users
102-
localurl: /docs/administration/add-users/
84+
- title: Create a Codefresh account
85+
localurl: /docs/administration/account-user-management/create-codefresh-account/
86+
- title: Adding users and teams
87+
localurl: /docs/administration/account-user-management/add-users/
10388
- title: Single Sign-On
104-
localurl: /docs/administration/single-sign-on/
89+
localurl: /docs/single-sign-on/
10590
- title: Set up OAuth2 authentication for Git providers
106-
localurl: /docs/administration/oauth-setup/
107-
- title: User settings
108-
localurl: /docs/administration/user-settings/
109-
- title: Access Control
110-
localurl: /docs/administration/access-control/
91+
localurl: /docs/administration/account-user-management/oauth-setup/
92+
- title: Access control
93+
localurl: /docs/administration/account-user-management/access-control/
11194
- title: Audit
112-
localurl: /docs/administration/audit/
95+
localurl: /docs/administration/account-user-management/audit/
11396
- title: Codefresh IP addresses
114-
localurl: /docs/administration/platform-ip-addresses/
97+
localurl: /docs/administration/account-user-management/platform-ip-addresses/
98+
- title: User settings
99+
localurl: /docs/administration/user-self-management/user-settings/
100+
- title: Manage Git PATs
101+
localurl: /docs/administration/user-self-management/manage-pats/
102+
115103

116104
- title: Reference
117105
icon: images/home-icons/guides.png
118106
url: ''
119107
links:
108+
- title: Runner installation behind firewalls
109+
url: /docs/behind-the-firewall/
120110
- title: Git tokens
121111
localurl: /docs/reference/git-tokens/
122112
- title: Secrets
123113
localurl: /docs/reference/secrets
124114
- title: Shared configuration repo
125115
localurl: /docs/reference/shared-configuration/
126116

127-
- title: Troubleshooting
128-
icon: images/home-icons/troubleshooting.svg
129-
url: ''
130-
links:
131-
- title: Runtimes
132-
localurl: /docs/troubleshooting/runtime-issues
117+
133118

134119

135120

_data/nav.yml

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22

3+
34
- title: CI pipelines
45
url: "/pipelines"
56
pages:
@@ -102,3 +103,118 @@
102103

103104

104105

106+
- title: Clients
107+
url: "/clients"
108+
pages:
109+
- title: Download CLI
110+
url: "/csdp-cli"
111+
112+
113+
- title: Installation
114+
url: "/installation"
115+
pages:
116+
- title: Installation environments
117+
url: "/installation-options"
118+
- title: Runtime architectures
119+
url: "/runtime-architecture"
120+
- title: Codefresh Runner installation
121+
url: "/codefresh-runner"
122+
- title: Hosted GitOps Runtime installation
123+
url: "/hosted-runtime"
124+
- title: Hybrid GitOps Runtime installation
125+
url: "/hybrid-gitops"
126+
- title: On-Premises installation
127+
url: "/codefresh-on-prem"
128+
- title: On-Premises upgrade
129+
url: "/codefresh-on-prem-upgrade"
130+
- title: Monitoring & managing GitOps Runtimes
131+
url: "/monitor-manage-runtimes"
132+
- title: Add external clusters to GitOps Runtimes
133+
url: "/managed-cluster"
134+
- title: Add Git Sources to to GitOps Runtimes
135+
url: "/git-sources"
136+
137+
138+
- title: Administration
139+
url: "/administration"
140+
pages:
141+
- title: Account & user management
142+
sub-pages:
143+
- title: Create a Codefresh account
144+
url: "/create-codefresh-account"
145+
- title: Adding users and teams
146+
url: "/add-users"
147+
- title: Configuring access control
148+
url: "/access-control"
149+
- title: Setting up OAuth2 for Git providers
150+
url: "/oauth-setup"
151+
- title: Authorize access to organizations/projects
152+
url: "/hosted-authorize-orgs"
153+
- title: Auditing actions in Codefresh
154+
url: "/audit"
155+
- title: Codefresh IP addresses
156+
url: "/platform-ip-addresses"
157+
- title: User self-management
158+
sub-pages:
159+
- title: Managing personal settings
160+
url: "/user-settings"
161+
- title: Managing Git PATs
162+
url: "/manage-pats"
163+
164+
- title: Single Sign-On
165+
url: /single-sign-on
166+
pages:
167+
- title: OpenID Connect
168+
url: /oidc
169+
sub-pages:
170+
- title: Auth0
171+
url: /oidc-auth0
172+
- title: Azure
173+
url: /oidc-azure
174+
- title: Google
175+
url: /oidc-google
176+
- title: Okta
177+
url: /oidc-okta
178+
- title: OneLogin
179+
url: /oidc-onelogin
180+
- title: SAML
181+
url: /saml
182+
sub-pages:
183+
- title: JumpCloud
184+
url: /saml-jumpcloud
185+
- title: Okta
186+
url: /saml-okta
187+
- title: OneLogin
188+
url: /saml-onelogin
189+
- title: PingID SSO
190+
url: /saml-pingid
191+
- title: LDAP
192+
url: /ldap
193+
- title: Common configuration
194+
url: /team-sync
195+
196+
197+
- title: Reference
198+
url: "/reference"
199+
pages:
200+
- title: Git tokens
201+
url: "/git-tokens"
202+
- title: Secrets
203+
url: "/secrets"
204+
- title: Shared configuration repo
205+
url: "/shared-configuration"
206+
207+
208+
209+
210+
- title: Terms and Privacy Policy
211+
url: "/terms-and-privacy-policy"
212+
pages:
213+
- title: Terms of Service
214+
url: "/terms-of-service"
215+
- title: Privacy Policy
216+
url: "/privacy-policy"
217+
- title: Service Commitment
218+
url: "/sla"
219+
220+

0 commit comments

Comments
 (0)