Skip to content

Commit

Permalink
docs(core): combine features sections (#21047)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Jan 22, 2024
1 parent d221c5d commit 2f9f175
Show file tree
Hide file tree
Showing 111 changed files with 1,051 additions and 1,534 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/15_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ width="100%" /%}

## Breaking Changes

Use [the `nx migrate` command](/core-features/automate-updating-dependencies) to automatically account for these breaking changes.
Use [the `nx migrate` command](/features/automate-updating-dependencies) to automatically account for these breaking changes.

{% cards cols="1" smCols="2" mdCols="3" %}

Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/16_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here are some of our feature highlights:

## Breaking Changes

Use [the `nx migrate` command](/core-features/automate-updating-dependencies) to automatically account for these breaking changes.
Use [the `nx migrate` command](/features/automate-updating-dependencies) to automatically account for these breaking changes.

{% cards cols="2" %}
{% card title="Removed @nrwl/cypress/plugins/preprocessor" type="external" url="https://github.com/nrwl/nx/pull/16170" /%}
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/17_0_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ title="Nx 17.0 Has Landed!!!"

## Breaking Changes

Use [the `nx migrate` command](/core-features/automate-updating-dependencies) to automatically account for these breaking changes.
Use [the `nx migrate` command](/features/automate-updating-dependencies) to automatically account for these breaking changes.

{% cards cols="2" %}
{% card title="Rename @nx/linter to @nx/eslint" type="document" url="/recipes/other/rescope#rename" /%}
Expand Down
8 changes: 4 additions & 4 deletions docs/generated/manifests/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"name": "Use Remote Caching",
"description": "Learn how to enable remote caching s.t. you don't just benefit locally from it but also in CI.",
"mediaImage": "",
"file": "shared/core-features/remote-cache",
"file": "shared/features/remote-cache",
"itemList": [],
"isExternal": false,
"path": "/ci/features/remote-cache",
Expand All @@ -157,7 +157,7 @@
"name": "Distribute Task Execution",
"description": "Learn how to efficiently distribute tasks across machines to take full advantage of parallelization. Nx Cloud has a built-in DTE mechanism which makes this a trivial task.",
"mediaImage": "",
"file": "shared/core-features/distribute-task-execution",
"file": "shared/features/distribute-task-execution",
"itemList": [],
"isExternal": false,
"path": "/ci/features/distribute-task-execution",
Expand Down Expand Up @@ -195,7 +195,7 @@
"name": "Use Remote Caching",
"description": "Learn how to enable remote caching s.t. you don't just benefit locally from it but also in CI.",
"mediaImage": "",
"file": "shared/core-features/remote-cache",
"file": "shared/features/remote-cache",
"itemList": [],
"isExternal": false,
"path": "/ci/features/remote-cache",
Expand All @@ -217,7 +217,7 @@
"name": "Distribute Task Execution",
"description": "Learn how to efficiently distribute tasks across machines to take full advantage of parallelization. Nx Cloud has a built-in DTE mechanism which makes this a trivial task.",
"mediaImage": "",
"file": "shared/core-features/distribute-task-execution",
"file": "shared/features/distribute-task-execution",
"itemList": [],
"isExternal": false,
"path": "/ci/features/distribute-task-execution",
Expand Down
28 changes: 14 additions & 14 deletions docs/generated/manifests/extending-nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/local-executors",
"tags": ["use-task-executors"]
"tags": []
},
{
"id": "compose-executors",
Expand All @@ -116,7 +116,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/compose-executors",
"tags": ["use-task-executors"]
"tags": []
},
{
"id": "local-generators",
Expand All @@ -127,7 +127,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/local-generators",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
{
"id": "composing-generators",
Expand All @@ -138,7 +138,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/composing-generators",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
{
"id": "generator-options",
Expand All @@ -149,7 +149,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/generator-options",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
{
"id": "creating-files",
Expand All @@ -160,7 +160,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/creating-files",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
{
"id": "modifying-files",
Expand All @@ -171,7 +171,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/modifying-files",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
{
"id": "migration-generators",
Expand Down Expand Up @@ -231,7 +231,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/local-executors",
"tags": ["use-task-executors"]
"tags": []
},
"/extending-nx/recipes/compose-executors": {
"id": "compose-executors",
Expand All @@ -242,7 +242,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/compose-executors",
"tags": ["use-task-executors"]
"tags": []
},
"/extending-nx/recipes/local-generators": {
"id": "local-generators",
Expand All @@ -253,7 +253,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/local-generators",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
"/extending-nx/recipes/composing-generators": {
"id": "composing-generators",
Expand All @@ -264,7 +264,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/composing-generators",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
"/extending-nx/recipes/generator-options": {
"id": "generator-options",
Expand All @@ -275,7 +275,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/generator-options",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
"/extending-nx/recipes/creating-files": {
"id": "creating-files",
Expand All @@ -286,7 +286,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/creating-files",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
"/extending-nx/recipes/modifying-files": {
"id": "modifying-files",
Expand All @@ -297,7 +297,7 @@
"itemList": [],
"isExternal": false,
"path": "/extending-nx/recipes/modifying-files",
"tags": ["use-code-generators"]
"tags": ["generate-code"]
},
"/extending-nx/recipes/migration-generators": {
"id": "migration-generators",
Expand Down
Loading

0 comments on commit 2f9f175

Please sign in to comment.