Skip to content

Commit

Permalink
docs(core): remove ci setup landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann authored and juristr committed Nov 27, 2023
1 parent b9324cd commit d60abe6
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 79 deletions.
32 changes: 1 addition & 31 deletions docs/generated/manifests/cloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -379,7 +369,7 @@
],
"isExternal": false,
"path": "/nx-cloud/recipes/set-up",
"tags": []
"tags": ["distribute-task-execution"]
},
{
"id": "security",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
24 changes: 0 additions & 24 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions docs/generated/manifests/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
7 changes: 1 addition & 6 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -1728,13 +1728,8 @@
"name": "Set Up CI",
"id": "set-up",
"description": "Learn how to set up Nx Cloud for your workspace.",
"tags": ["distribute-task-execution"],
"itemList": [
{
"name": "CI Setup",
"id": "ci-setup",
"tags": ["distribute-task-execution"],
"file": "shared/ci-overview"
},
{
"name": "Setting up Azure Pipelines",
"id": "monorepo-ci-azure",
Expand Down
10 changes: 0 additions & 10 deletions docs/shared/ci-overview.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/shared/core-features/distribute-task-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion docs/shared/reference/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion nx-dev/nx-dev/redirect-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d60abe6

Please sign in to comment.