Skip to content

Commit

Permalink
docs(core): update on-premise redirects (#28822)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored Nov 6, 2024
1 parent bc1a6cf commit 2c9fc57
Showing 1 changed file with 30 additions and 36 deletions.
66 changes: 30 additions & 36 deletions nx-dev/nx-dev/redirect-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,62 +433,56 @@ const nxCloudUrls = {
'/nx-cloud/private-cloud/get-started':
'/ci/recipes/enterprise/single-tenant/overview',
'/ci/recipes/enterprise/on-premise/on-premise':
'/ci/recipes/enterprise/single-tenant/overview',
'/ci/features/on-premise': '/ci/recipes/enterprise/on-premise/on-premise',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/features/on-premise': 'https://github.com/nrwl/nx-cloud-helm',
'/nx-cloud/private-cloud/auth-single-admin':
'/ci/recipes/enterprise/on-premise/auth-single-admin',
'https://github.com/nrwl/nx-cloud-helm',
'/nx-cloud/private-cloud/auth-github':
'/ci/recipes/enterprise/on-premise/auth-github',
'/nx-cloud/private-cloud/ami-setup':
'/ci/recipes/enterprise/on-premise/ami-setup',
'https://github.com/nrwl/nx-cloud-helm',
'/nx-cloud/private-cloud/ami-setup': 'https://github.com/nrwl/nx-cloud-helm',
'/nx-cloud/private-cloud/auth-gitlab':
'/ci/recipes/enterprise/on-premise/auth-gitlab',
'https://github.com/nrwl/nx-cloud-helm',
'/nx-cloud/private-cloud/auth-bitbucket':
'/ci/recipes/enterprise/on-premise/auth-bitbucket',
'/nx-cloud/private-cloud/auth-saml':
'/ci/recipes/enterprise/on-premise/auth-saml',
'https://github.com/nrwl/nx-cloud-helm',
'/nx-cloud/private-cloud/auth-saml': 'https://github.com/nrwl/nx-cloud-helm',
'/nx-cloud/private-cloud/auth-saml-managed':
'/ci/recipes/enterprise/on-premise/auth-saml',
'https://github.com/nrwl/nx-cloud-helm',
'/nx-cloud/private-cloud/advanced-config':
'/ci/recipes/enterprise/on-premise/advanced-config',
'/ci/recipes/on-premise': '/ci/recipes/enterprise/single-tenant',
'/ci/recipes/enterprise/on-premise': '/ci/recipes/enterprise/single-tenant',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise': 'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise': 'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise/auth-single-admin':
'/ci/recipes/enterprise/on-premise/auth-single-admin',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/auth-single-admin':
'/ci/recipes/enterprise/single-tenant/overview',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/ami-setup':
'/ci/recipes/enterprise/single-tenant/overview',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/advanced-config':
'/ci/recipes/enterprise/single-tenant/overview',
'/ci/recipes/on-premise/auth-github':
'/ci/recipes/enterprise/single-tenant/auth-github',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise/auth-github': 'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/auth-github':
'/ci/recipes/enterprise/single-tenant/auth-github',
'/ci/recipes/on-premise/ami-setup':
'/ci/recipes/enterprise/on-premise/ami-setup',
'/ci/recipes/on-premise/auth-gitlab':
'/ci/recipes/enterprise/single-tenant/auth-gitlab',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise/ami-setup': 'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise/auth-gitlab': 'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/auth-gitlab':
'/ci/recipes/enterprise/single-tenant/auth-gitlab',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise/auth-bitbucket':
'/ci/recipes/enterprise/single-tenant/auth-bitbucket',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/auth-bitbucket':
'/ci/recipes/enterprise/single-tenant/auth-bitbucket',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/auth-bitbucket-data-center':
'/ci/recipes/enterprise/single-tenant/auth-bitbucket-data-center',
'/ci/recipes/on-premise/auth-saml':
'/ci/recipes/enterprise/single-tenant/auth-saml',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise/auth-saml': 'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/auth-saml':
'/ci/recipes/enterprise/single-tenant/auth-saml',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/custom-github-app':
'/ci/recipes/enterprise/single-tenant/custom-github-app',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise/auth-saml-managed':
'/ci/recipes/enterprise/on-premise/auth-saml',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/enterprise/on-premise/auth-saml-managed':
'/ci/recipes/enterprise/on-premise/auth-saml',
'https://github.com/nrwl/nx-cloud-helm',
'/ci/recipes/on-premise/advanced-config':
'/ci/recipes/enterprise/on-premise/advanced-config',
'https://github.com/nrwl/nx-cloud-helm',
'/concepts/dte': '/ci/concepts/parallelization-distribution',
'/nx-cloud/concepts/dte': '/ci/concepts/parallelization-distribution',
'/nx-cloud/intro/nx-cloud-workflows': '/ci/features/nx-cloud-workflows',
Expand Down

0 comments on commit 2c9fc57

Please sign in to comment.