Skip to content

Commit

Permalink
docs(core): improve core features and concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Oct 19, 2023
1 parent 470a0a3 commit 68064b5
Show file tree
Hide file tree
Showing 30 changed files with 7,985 additions and 616 deletions.
98 changes: 70 additions & 28 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,15 +794,15 @@
"disableCollapsible": false
},
{
"name": "Task Pipeline Configuration",
"name": "What is a Task Pipeline",
"path": "/concepts/task-pipeline-configuration",
"id": "task-pipeline-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Affected",
"name": "How Affected Works",
"path": "/concepts/affected",
"id": "affected",
"isExternal": false,
Expand Down Expand Up @@ -848,14 +848,6 @@
"id": "more-concepts",
"isExternal": false,
"children": [
{
"name": "Customizing Inputs",
"path": "/concepts/more-concepts/customizing-inputs",
"id": "customizing-inputs",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Incremental Builds",
"path": "/concepts/more-concepts/incremental-builds",
Expand Down Expand Up @@ -1055,15 +1047,15 @@
"disableCollapsible": false
},
{
"name": "Task Pipeline Configuration",
"name": "What is a Task Pipeline",
"path": "/concepts/task-pipeline-configuration",
"id": "task-pipeline-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Affected",
"name": "How Affected Works",
"path": "/concepts/affected",
"id": "affected",
"isExternal": false,
Expand Down Expand Up @@ -1133,14 +1125,6 @@
"id": "more-concepts",
"isExternal": false,
"children": [
{
"name": "Customizing Inputs",
"path": "/concepts/more-concepts/customizing-inputs",
"id": "customizing-inputs",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Incremental Builds",
"path": "/concepts/more-concepts/incremental-builds",
Expand Down Expand Up @@ -1296,14 +1280,6 @@
],
"disableCollapsible": false
},
{
"name": "Customizing Inputs",
"path": "/concepts/more-concepts/customizing-inputs",
"id": "customizing-inputs",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Incremental Builds",
"path": "/concepts/more-concepts/incremental-builds",
Expand Down Expand Up @@ -1462,6 +1438,31 @@
"id": "recipes",
"isExternal": false,
"children": [
{
"name": "Tasks & Caching",
"path": "/recipes/running-tasks",
"id": "running-tasks",
"isExternal": false,
"children": [
{
"name": "Fine-tuning Caching with Inputs",
"path": "/recipes/running-tasks/customizing-inputs",
"id": "customizing-inputs",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Defining a Task Pipeline",
"path": "/recipes/running-tasks/defining-task-pipeline",
"id": "defining-task-pipeline",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
},
{
"name": "Adopting Nx",
"path": "/recipes/adopting-nx",
Expand Down Expand Up @@ -2419,6 +2420,47 @@
],
"disableCollapsible": false
},
{
"name": "Tasks & Caching",
"path": "/recipes/running-tasks",
"id": "running-tasks",
"isExternal": false,
"children": [
{
"name": "Fine-tuning Caching with Inputs",
"path": "/recipes/running-tasks/customizing-inputs",
"id": "customizing-inputs",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Defining a Task Pipeline",
"path": "/recipes/running-tasks/defining-task-pipeline",
"id": "defining-task-pipeline",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
},
{
"name": "Fine-tuning Caching with Inputs",
"path": "/recipes/running-tasks/customizing-inputs",
"id": "customizing-inputs",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Defining a Task Pipeline",
"path": "/recipes/running-tasks/defining-task-pipeline",
"id": "defining-task-pipeline",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Adopting Nx",
"path": "/recipes/adopting-nx",
Expand Down
128 changes: 90 additions & 38 deletions docs/generated/manifests/nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
"itemList": [],
"isExternal": false,
"path": "/core-features/run-tasks",
"tags": ["run-tasks"]
"tags": ["run-tasks", "cache-task-results"]
},
{
"id": "cache-task-results",
Expand Down Expand Up @@ -805,7 +805,7 @@
"itemList": [],
"isExternal": false,
"path": "/core-features/run-tasks",
"tags": ["run-tasks"]
"tags": ["run-tasks", "cache-task-results"]
},
"/core-features/cache-task-results": {
"id": "cache-task-results",
Expand Down Expand Up @@ -986,17 +986,17 @@
},
{
"id": "task-pipeline-configuration",
"name": "Task Pipeline Configuration",
"name": "What is a Task Pipeline",
"description": "",
"file": "shared/concepts/task-pipeline-configuration",
"itemList": [],
"isExternal": false,
"path": "/concepts/task-pipeline-configuration",
"tags": ["run-tasks", "cache-task-results", "use-task-executors"]
"tags": ["run-tasks", "use-task-executors"]
},
{
"id": "affected",
"name": "Affected",
"name": "How Affected Works",
"description": "",
"file": "shared/using-nx/affected",
"itemList": [],
Expand Down Expand Up @@ -1056,16 +1056,6 @@
"description": "Get deeper into how Nx works and its different aspects.",
"file": "",
"itemList": [
{
"id": "customizing-inputs",
"name": "Customizing Inputs",
"description": "",
"file": "shared/concepts/customizing-inputs",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/customizing-inputs",
"tags": ["cache-task-results"]
},
{
"id": "incremental-builds",
"name": "Incremental Builds",
Expand Down Expand Up @@ -1318,17 +1308,17 @@
},
"/concepts/task-pipeline-configuration": {
"id": "task-pipeline-configuration",
"name": "Task Pipeline Configuration",
"name": "What is a Task Pipeline",
"description": "",
"file": "shared/concepts/task-pipeline-configuration",
"itemList": [],
"isExternal": false,
"path": "/concepts/task-pipeline-configuration",
"tags": ["run-tasks", "cache-task-results", "use-task-executors"]
"tags": ["run-tasks", "use-task-executors"]
},
"/concepts/affected": {
"id": "affected",
"name": "Affected",
"name": "How Affected Works",
"description": "",
"file": "shared/using-nx/affected",
"itemList": [],
Expand Down Expand Up @@ -1413,16 +1403,6 @@
"description": "Get deeper into how Nx works and its different aspects.",
"file": "",
"itemList": [
{
"id": "customizing-inputs",
"name": "Customizing Inputs",
"description": "",
"file": "shared/concepts/customizing-inputs",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/customizing-inputs",
"tags": ["cache-task-results"]
},
{
"id": "incremental-builds",
"name": "Incremental Builds",
Expand Down Expand Up @@ -1618,16 +1598,6 @@
"path": "/concepts/more-concepts",
"tags": []
},
"/concepts/more-concepts/customizing-inputs": {
"id": "customizing-inputs",
"name": "Customizing Inputs",
"description": "",
"file": "shared/concepts/customizing-inputs",
"itemList": [],
"isExternal": false,
"path": "/concepts/more-concepts/customizing-inputs",
"tags": ["cache-task-results"]
},
"/concepts/more-concepts/incremental-builds": {
"id": "incremental-builds",
"name": "Incremental Builds",
Expand Down Expand Up @@ -1824,6 +1794,37 @@
"description": "In depth recipes for common tasks",
"file": "",
"itemList": [
{
"id": "running-tasks",
"name": "Tasks & Caching",
"description": "A series of recipes that show how to run tasks efficiently with Nx",
"file": "",
"itemList": [
{
"id": "customizing-inputs",
"name": "Fine-tuning Caching with Inputs",
"description": "",
"file": "shared/recipes/running-tasks/customizing-inputs",
"itemList": [],
"isExternal": false,
"path": "/recipes/running-tasks/customizing-inputs",
"tags": ["run-tasks", "cache-task-results"]
},
{
"id": "defining-task-pipeline",
"name": "Defining a Task Pipeline",
"description": "",
"file": "shared/recipes/running-tasks/defining-task-pipeline",
"itemList": [],
"isExternal": false,
"path": "/recipes/running-tasks/defining-task-pipeline",
"tags": ["run-tasks"]
}
],
"isExternal": false,
"path": "/recipes/running-tasks",
"tags": []
},
{
"id": "adopting-nx",
"name": "Adopting Nx",
Expand Down Expand Up @@ -3017,6 +3018,57 @@
"path": "/recipes",
"tags": []
},
"/recipes/running-tasks": {
"id": "running-tasks",
"name": "Tasks & Caching",
"description": "A series of recipes that show how to run tasks efficiently with Nx",
"file": "",
"itemList": [
{
"id": "customizing-inputs",
"name": "Fine-tuning Caching with Inputs",
"description": "",
"file": "shared/recipes/running-tasks/customizing-inputs",
"itemList": [],
"isExternal": false,
"path": "/recipes/running-tasks/customizing-inputs",
"tags": ["run-tasks", "cache-task-results"]
},
{
"id": "defining-task-pipeline",
"name": "Defining a Task Pipeline",
"description": "",
"file": "shared/recipes/running-tasks/defining-task-pipeline",
"itemList": [],
"isExternal": false,
"path": "/recipes/running-tasks/defining-task-pipeline",
"tags": ["run-tasks"]
}
],
"isExternal": false,
"path": "/recipes/running-tasks",
"tags": []
},
"/recipes/running-tasks/customizing-inputs": {
"id": "customizing-inputs",
"name": "Fine-tuning Caching with Inputs",
"description": "",
"file": "shared/recipes/running-tasks/customizing-inputs",
"itemList": [],
"isExternal": false,
"path": "/recipes/running-tasks/customizing-inputs",
"tags": ["run-tasks", "cache-task-results"]
},
"/recipes/running-tasks/defining-task-pipeline": {
"id": "defining-task-pipeline",
"name": "Defining a Task Pipeline",
"description": "",
"file": "shared/recipes/running-tasks/defining-task-pipeline",
"itemList": [],
"isExternal": false,
"path": "/recipes/running-tasks/defining-task-pipeline",
"tags": ["run-tasks"]
},
"/recipes/adopting-nx": {
"id": "adopting-nx",
"name": "Adopting Nx",
Expand Down
Loading

0 comments on commit 68064b5

Please sign in to comment.