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

View File

@ -5768,14 +5768,6 @@
"id": "set-up", "id": "set-up",
"isExternal": false, "isExternal": false,
"children": [ "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", "name": "Setting up Azure Pipelines",
"path": "/nx-cloud/recipes/set-up/monorepo-ci-azure", "path": "/nx-cloud/recipes/set-up/monorepo-ci-azure",
@ -5992,14 +5984,6 @@
"id": "set-up", "id": "set-up",
"isExternal": false, "isExternal": false,
"children": [ "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", "name": "Setting up Azure Pipelines",
"path": "/nx-cloud/recipes/set-up/monorepo-ci-azure", "path": "/nx-cloud/recipes/set-up/monorepo-ci-azure",
@ -6051,14 +6035,6 @@
], ],
"disableCollapsible": false "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", "name": "Setting up Azure Pipelines",
"path": "/nx-cloud/recipes/set-up/monorepo-ci-azure", "path": "/nx-cloud/recipes/set-up/monorepo-ci-azure",

View File

@ -734,11 +734,11 @@
"path": "/nx-cloud/concepts/dte" "path": "/nx-cloud/concepts/dte"
}, },
{ {
"description": "", "description": "Learn how to set up Nx Cloud for your workspace.",
"file": "shared/ci-overview", "file": "",
"id": "ci-setup", "id": "set-up",
"name": "CI Setup", "name": "Set Up CI",
"path": "/nx-cloud/recipes/set-up/ci-setup" "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.", "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", "name": "Set Up CI",
"id": "set-up", "id": "set-up",
"description": "Learn how to set up Nx Cloud for your workspace.", "description": "Learn how to set up Nx Cloud for your workspace.",
"itemList": [
{
"name": "CI Setup",
"id": "ci-setup",
"tags": ["distribute-task-execution"], "tags": ["distribute-task-execution"],
"file": "shared/ci-overview" "itemList": [
},
{ {
"name": "Setting up Azure Pipelines", "name": "Setting up Azure Pipelines",
"id": "monorepo-ci-azure", "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. 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) - [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) - [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) - [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) - [End to End Encryption](/nx-cloud/concepts/encryption)
- [Recipes](/nx-cloud/recipes) - [Recipes](/nx-cloud/recipes)
- [Set Up CI](/nx-cloud/recipes/set-up) - [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 Azure Pipelines](/nx-cloud/recipes/set-up/monorepo-ci-azure)
- [Setting up CircleCI](/nx-cloud/recipes/set-up/monorepo-ci-circle-ci) - [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) - [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/kubernetes-setup':
'/nx-cloud/private-cloud/get-started', '/nx-cloud/private-cloud/get-started',
'/recipes/ci': '/nx-cloud/recipes', '/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-azure': '/nx-cloud/recipes/set-up/monorepo-ci-azure',
'/recipes/ci/monorepo-ci-circle-ci': '/recipes/ci/monorepo-ci-circle-ci':
'/nx-cloud/recipes/set-up/monorepo-ci-circle-ci', '/nx-cloud/recipes/set-up/monorepo-ci-circle-ci',