docs(core): remove ci setup landing page

This commit is contained in:
Isaac Mann 2023-11-27 16:28:07 -05:00 committed by Juri Strumpflohner
parent b9324cd364
commit d60abe67f9
8 changed files with 9 additions and 79 deletions

View File

@ -306,16 +306,6 @@
"description": "Learn how to set up Nx Cloud for your workspace.",
"file": "",
"itemList": [
{
"id": "ci-setup",
"name": "CI Setup",
"description": "",
"file": "shared/ci-overview",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/set-up/ci-setup",
"tags": ["distribute-task-execution"]
},
{
"id": "monorepo-ci-azure",
"name": "Setting up Azure Pipelines",
@ -379,7 +369,7 @@
],
"isExternal": false,
"path": "/nx-cloud/recipes/set-up",
"tags": []
"tags": ["distribute-task-execution"]
},
{
"id": "security",
@ -586,16 +576,6 @@
"description": "Learn how to set up Nx Cloud for your workspace.",
"file": "",
"itemList": [
{
"id": "ci-setup",
"name": "CI Setup",
"description": "",
"file": "shared/ci-overview",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/set-up/ci-setup",
"tags": ["distribute-task-execution"]
},
{
"id": "monorepo-ci-azure",
"name": "Setting up Azure Pipelines",
@ -659,16 +639,6 @@
],
"isExternal": false,
"path": "/nx-cloud/recipes/set-up",
"tags": []
},
"/nx-cloud/recipes/set-up/ci-setup": {
"id": "ci-setup",
"name": "CI Setup",
"description": "",
"file": "shared/ci-overview",
"itemList": [],
"isExternal": false,
"path": "/nx-cloud/recipes/set-up/ci-setup",
"tags": ["distribute-task-execution"]
},
"/nx-cloud/recipes/set-up/monorepo-ci-azure": {

View File

@ -5768,14 +5768,6 @@
"id": "set-up",
"isExternal": false,
"children": [
{
"name": "CI Setup",
"path": "/nx-cloud/recipes/set-up/ci-setup",
"id": "ci-setup",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Setting up Azure Pipelines",
"path": "/nx-cloud/recipes/set-up/monorepo-ci-azure",
@ -5992,14 +5984,6 @@
"id": "set-up",
"isExternal": false,
"children": [
{
"name": "CI Setup",
"path": "/nx-cloud/recipes/set-up/ci-setup",
"id": "ci-setup",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Setting up Azure Pipelines",
"path": "/nx-cloud/recipes/set-up/monorepo-ci-azure",
@ -6051,14 +6035,6 @@
],
"disableCollapsible": false
},
{
"name": "CI Setup",
"path": "/nx-cloud/recipes/set-up/ci-setup",
"id": "ci-setup",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Setting up Azure Pipelines",
"path": "/nx-cloud/recipes/set-up/monorepo-ci-azure",

View File

@ -734,11 +734,11 @@
"path": "/nx-cloud/concepts/dte"
},
{
"description": "",
"file": "shared/ci-overview",
"id": "ci-setup",
"name": "CI Setup",
"path": "/nx-cloud/recipes/set-up/ci-setup"
"description": "Learn how to set up Nx Cloud for your workspace.",
"file": "",
"id": "set-up",
"name": "Set Up CI",
"path": "/nx-cloud/recipes/set-up"
},
{
"description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",

View File

@ -1728,13 +1728,8 @@
"name": "Set Up CI",
"id": "set-up",
"description": "Learn how to set up Nx Cloud for your workspace.",
"itemList": [
{
"name": "CI Setup",
"id": "ci-setup",
"tags": ["distribute-task-execution"],
"file": "shared/ci-overview"
},
"itemList": [
{
"name": "Setting up Azure Pipelines",
"id": "monorepo-ci-azure",

View File

@ -1,10 +0,0 @@
# Configuring CI for Nx workspaces
The following guides cover optimizing your CI/CD environments with affected commands and distributed caching:
- [Setting up CI using Azure Pipelines](/nx-cloud/recipes/set-up/monorepo-ci-azure)
- [Setting up CI using CircleCI](/nx-cloud/recipes/set-up/monorepo-ci-circle-ci)
- [Setting up CI using GitHub Actions](/nx-cloud/recipes/set-up/monorepo-ci-github-actions)
- [Setting up CI using Jenkins](/nx-cloud/recipes/set-up/monorepo-ci-jenkins)
- [Setting up CI using GitLab](/nx-cloud/recipes/set-up/monorepo-ci-gitlab)
- [Setting up CI using Bitbucket](/nx-cloud/recipes/set-up/monorepo-ci-bitbucket-pipelines)

View File

@ -150,7 +150,6 @@ CI/CD (e.g., deployment). They mainly focus on configuring Nx correctly.
Read the guides for more information on how to configure them in CI.
- [Overview](/nx-cloud/recipes/set-up/ci-setup#distributed-ci-with-nx-cloud)
- [Azure Pipelines](/nx-cloud/recipes/set-up/monorepo-ci-azure#distributed-ci-with-nx-cloud)
- [Circle CI](/nx-cloud/recipes/set-up/monorepo-ci-circle-ci#distributed-ci-with-nx-cloud)
- [GitHub Actions](/nx-cloud/recipes/set-up/monorepo-ci-github-actions#distributed-ci-with-nx-cloud)

View File

@ -280,7 +280,6 @@
- [End to End Encryption](/nx-cloud/concepts/encryption)
- [Recipes](/nx-cloud/recipes)
- [Set Up CI](/nx-cloud/recipes/set-up)
- [CI Setup](/nx-cloud/recipes/set-up/ci-setup)
- [Setting up Azure Pipelines](/nx-cloud/recipes/set-up/monorepo-ci-azure)
- [Setting up CircleCI](/nx-cloud/recipes/set-up/monorepo-ci-circle-ci)
- [Setting up GitHub Actions](/nx-cloud/recipes/set-up/monorepo-ci-github-actions)

View File

@ -398,7 +398,8 @@ const nxCloudUrls = {
'/nx-cloud/private-cloud/kubernetes-setup':
'/nx-cloud/private-cloud/get-started',
'/recipes/ci': '/nx-cloud/recipes',
'/recipes/ci/ci-setup': '/nx-cloud/recipes/set-up/ci-setup',
'/recipes/ci/ci-setup': '/nx-cloud/recipes/set-up',
'/nx-cloud/recipes/set-up/ci-setup': '/nx-cloud/recipes/set-up',
'/recipes/ci/monorepo-ci-azure': '/nx-cloud/recipes/set-up/monorepo-ci-azure',
'/recipes/ci/monorepo-ci-circle-ci':
'/nx-cloud/recipes/set-up/monorepo-ci-circle-ci',