Skip to content

Commit

Permalink
docs(core): move global & nx wrapper to installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Oct 19, 2023
1 parent 96b8bdb commit 15f558d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 277 deletions.
48 changes: 0 additions & 48 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -983,22 +983,6 @@
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Nx and the Nx Wrapper",
"path": "/concepts/more-concepts/nx-and-the-wrapper",
"id": "nx-and-the-wrapper",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Managing your Global Nx Installation",
"path": "/concepts/more-concepts/global-nx",
"id": "global-nx",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
Expand Down Expand Up @@ -1260,22 +1244,6 @@
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Nx and the Nx Wrapper",
"path": "/concepts/more-concepts/nx-and-the-wrapper",
"id": "nx-and-the-wrapper",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Managing your Global Nx Installation",
"path": "/concepts/more-concepts/global-nx",
"id": "global-nx",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
Expand Down Expand Up @@ -1416,22 +1384,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Nx and the Nx Wrapper",
"path": "/concepts/more-concepts/nx-and-the-wrapper",
"id": "nx-and-the-wrapper",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Managing your Global Nx Installation",
"path": "/concepts/more-concepts/global-nx",
"id": "global-nx",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Recipes",
"path": "/recipes",
Expand Down
60 changes: 0 additions & 60 deletions docs/generated/manifests/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -1225,26 +1225,6 @@
"isExternal": false,
"path": "/concepts/more-concepts/how-project-graph-is-built",
"tags": ["explore-graph"]
},
{
"id": "nx-and-the-wrapper",
"name": "Nx and the Nx Wrapper",
"description": "",
"file": "shared/guides/nx-and-the-wrapper",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/nx-and-the-wrapper",
"tags": []
},
{
"id": "global-nx",
"name": "Managing your Global Nx Installation",
"description": "",
"file": "shared/guides/global-nx",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/global-nx",
"tags": []
}
],
"isExternal": false,
Expand Down Expand Up @@ -1572,26 +1552,6 @@
"isExternal": false,
"path": "/concepts/more-concepts/how-project-graph-is-built",
"tags": ["explore-graph"]
},
{
"id": "nx-and-the-wrapper",
"name": "Nx and the Nx Wrapper",
"description": "",
"file": "shared/guides/nx-and-the-wrapper",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/nx-and-the-wrapper",
"tags": []
},
{
"id": "global-nx",
"name": "Managing your Global Nx Installation",
"description": "",
"file": "shared/guides/global-nx",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/global-nx",
"tags": []
}
],
"isExternal": false,
Expand Down Expand Up @@ -1768,26 +1728,6 @@
"path": "/concepts/more-concepts/how-project-graph-is-built",
"tags": ["explore-graph"]
},
"/concepts/more-concepts/nx-and-the-wrapper": {
"id": "nx-and-the-wrapper",
"name": "Nx and the Nx Wrapper",
"description": "",
"file": "shared/guides/nx-and-the-wrapper",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/nx-and-the-wrapper",
"tags": []
},
"/concepts/more-concepts/global-nx": {
"id": "global-nx",
"name": "Managing your Global Nx Installation",
"description": "",
"file": "shared/guides/global-nx",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/global-nx",
"tags": []
},
"/recipes": {
"id": "recipes",
"name": "Recipes",
Expand Down
10 changes: 0 additions & 10 deletions docs/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -434,16 +434,6 @@
"id": "how-project-graph-is-built",
"tags": ["explore-graph"],
"file": "shared/concepts/how-project-graph-is-built"
},
{
"name": "Nx and the Nx Wrapper",
"id": "nx-and-the-wrapper",
"file": "shared/guides/nx-and-the-wrapper"
},
{
"name": "Managing your Global Nx Installation",
"id": "global-nx",
"file": "shared/guides/global-nx"
}
]
}
Expand Down
108 changes: 0 additions & 108 deletions docs/shared/guides/global-nx.md

This file was deleted.

47 changes: 0 additions & 47 deletions docs/shared/guides/nx-and-the-wrapper.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/shared/reference/sitemap.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
- [Grouping Libraries](/concepts/more-concepts/grouping-libraries)
- [Buildable and Publishable Libraries](/concepts/more-concepts/buildable-and-publishable-libraries)
- [How the Project Graph is Built](/concepts/more-concepts/how-project-graph-is-built)
- [Nx and the Nx Wrapper](/concepts/more-concepts/nx-and-the-wrapper)
- [Managing your Global Nx Installation](/concepts/more-concepts/global-nx)
- [Recipes](/recipes)
- [Tasks & Caching](/recipes/running-tasks)
- [Fine-tuning Caching with Inputs](/recipes/running-tasks/customizing-inputs)
Expand Down
8 changes: 6 additions & 2 deletions nx-dev/nx-dev/redirect-rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ const latestRecipesRefactoring = {
'/reference/commands': '/packages/nx',
};

const coreFeatureRefactoring = {
const coreFeatureAndConceptsRefactoring = {
'/core-features/share-your-cache': '/core-features/remote-cache',
'/concepts/more-concepts/customizing-inputs':
'/recipes/running-tasks/customizing-inputs',
Expand All @@ -899,6 +899,10 @@ const coreFeatureRefactoring = {
'/recipes/running-tasks/workspace-watching',
'/recipes/tips-n-tricks/reduce-repetitive-configuration':
'/recipes/running-tasks/reduce-repetitive-configuration',
'/concepts/more-concepts/global-nx':
'/getting-started/installation#installing-nx-globally',
'/concepts/more-concepts/nx-and-the-wrapper':
'/getting-started/installation#selfmanaged-nx-installation',
};

/*
Expand Down Expand Up @@ -940,7 +944,7 @@ module.exports = {
makeMoreConceptsSubmenu,
pluginsToExtendNx,
latestRecipesRefactoring,
coreFeatureRefactoring,
coreFeatureRefactoring: coreFeatureAndConceptsRefactoring,
aiChat,
eslintRename,
};

1 comment on commit 15f558d

@vercel
Copy link

@vercel vercel bot commented on 15f558d Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.