Skip to content

Commit

Permalink
docs(core): move task related recipes into task section
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Oct 19, 2023
1 parent 68064b5 commit 96b8bdb
Show file tree
Hide file tree
Showing 14 changed files with 386 additions and 366 deletions.
248 changes: 124 additions & 124 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,14 +753,6 @@
"id": "concepts",
"isExternal": false,
"children": [
{
"name": "Integrated Repos vs. Package-Based Repos vs. Standalone Apps",
"path": "/concepts/integrated-vs-package-based",
"id": "integrated-vs-package-based",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Mental Model",
"path": "/concepts/mental-model",
Expand All @@ -770,17 +762,17 @@
"disableCollapsible": false
},
{
"name": "Types of Configuration",
"path": "/concepts/types-of-configuration",
"id": "types-of-configuration",
"name": "How Caching Works",
"path": "/concepts/how-caching-works",
"id": "how-caching-works",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "How Caching Works",
"path": "/concepts/how-caching-works",
"id": "how-caching-works",
"name": "Types of Configuration",
"path": "/concepts/types-of-configuration",
"id": "types-of-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
Expand Down Expand Up @@ -809,6 +801,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Integrated Repos vs. Package-Based Repos vs. Standalone Apps",
"path": "/concepts/integrated-vs-package-based",
"id": "integrated-vs-package-based",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Module Federation",
"path": "/concepts/module-federation",
Expand Down Expand Up @@ -1006,14 +1006,6 @@
],
"disableCollapsible": false
},
{
"name": "Integrated Repos vs. Package-Based Repos vs. Standalone Apps",
"path": "/concepts/integrated-vs-package-based",
"id": "integrated-vs-package-based",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Mental Model",
"path": "/concepts/mental-model",
Expand All @@ -1023,17 +1015,17 @@
"disableCollapsible": false
},
{
"name": "Types of Configuration",
"path": "/concepts/types-of-configuration",
"id": "types-of-configuration",
"name": "How Caching Works",
"path": "/concepts/how-caching-works",
"id": "how-caching-works",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "How Caching Works",
"path": "/concepts/how-caching-works",
"id": "how-caching-works",
"name": "Types of Configuration",
"path": "/concepts/types-of-configuration",
"id": "types-of-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
Expand Down Expand Up @@ -1062,6 +1054,14 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Integrated Repos vs. Package-Based Repos vs. Standalone Apps",
"path": "/concepts/integrated-vs-package-based",
"id": "integrated-vs-package-based",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Module Federation",
"path": "/concepts/module-federation",
Expand Down Expand Up @@ -1459,6 +1459,38 @@
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Running Custom Commands",
"path": "/recipes/running-tasks/run-commands-executor",
"id": "run-commands-executor",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Run Root-Level NPM Scripts with Nx",
"path": "/recipes/running-tasks/root-level-scripts",
"id": "root-level-scripts",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Workspace Watching",
"path": "/recipes/running-tasks/workspace-watching",
"id": "workspace-watching",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Reduce Repetitive Configuration",
"path": "/recipes/running-tasks/reduce-repetitive-configuration",
"id": "reduce-repetitive-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
Expand Down Expand Up @@ -2211,22 +2243,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Reduce Repetitive Configuration",
"path": "/recipes/tips-n-tricks/reduce-repetitive-configuration",
"id": "reduce-repetitive-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Run Root-Level NPM Scripts with Nx",
"path": "/recipes/tips-n-tricks/root-level-scripts",
"id": "root-level-scripts",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Disable Graph Links Created from Analyzing Source Files",
"path": "/recipes/tips-n-tricks/analyze-source-files",
Expand All @@ -2235,14 +2251,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Workspace Watching",
"path": "/recipes/tips-n-tricks/workspace-watching",
"id": "workspace-watching",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Use JavaScript instead TypeScript",
"path": "/recipes/tips-n-tricks/js-and-ts",
Expand All @@ -2259,14 +2267,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Running Custom Commands",
"path": "/recipes/tips-n-tricks/run-commands-executor",
"id": "run-commands-executor",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Using Yarn PnP",
"path": "/recipes/tips-n-tricks/yarn-pnp",
Expand Down Expand Up @@ -2441,6 +2441,38 @@
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Running Custom Commands",
"path": "/recipes/running-tasks/run-commands-executor",
"id": "run-commands-executor",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Run Root-Level NPM Scripts with Nx",
"path": "/recipes/running-tasks/root-level-scripts",
"id": "root-level-scripts",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Workspace Watching",
"path": "/recipes/running-tasks/workspace-watching",
"id": "workspace-watching",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Reduce Repetitive Configuration",
"path": "/recipes/running-tasks/reduce-repetitive-configuration",
"id": "reduce-repetitive-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
Expand All @@ -2461,6 +2493,38 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Running Custom Commands",
"path": "/recipes/running-tasks/run-commands-executor",
"id": "run-commands-executor",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Run Root-Level NPM Scripts with Nx",
"path": "/recipes/running-tasks/root-level-scripts",
"id": "root-level-scripts",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Workspace Watching",
"path": "/recipes/running-tasks/workspace-watching",
"id": "workspace-watching",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Reduce Repetitive Configuration",
"path": "/recipes/running-tasks/reduce-repetitive-configuration",
"id": "reduce-repetitive-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Adopting Nx",
"path": "/recipes/adopting-nx",
Expand Down Expand Up @@ -3762,22 +3826,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Reduce Repetitive Configuration",
"path": "/recipes/tips-n-tricks/reduce-repetitive-configuration",
"id": "reduce-repetitive-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Run Root-Level NPM Scripts with Nx",
"path": "/recipes/tips-n-tricks/root-level-scripts",
"id": "root-level-scripts",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Disable Graph Links Created from Analyzing Source Files",
"path": "/recipes/tips-n-tricks/analyze-source-files",
Expand All @@ -3786,14 +3834,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Workspace Watching",
"path": "/recipes/tips-n-tricks/workspace-watching",
"id": "workspace-watching",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Use JavaScript instead TypeScript",
"path": "/recipes/tips-n-tricks/js-and-ts",
Expand All @@ -3810,14 +3850,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Running Custom Commands",
"path": "/recipes/tips-n-tricks/run-commands-executor",
"id": "run-commands-executor",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Using Yarn PnP",
"path": "/recipes/tips-n-tricks/yarn-pnp",
Expand Down Expand Up @@ -3941,22 +3973,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Reduce Repetitive Configuration",
"path": "/recipes/tips-n-tricks/reduce-repetitive-configuration",
"id": "reduce-repetitive-configuration",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Run Root-Level NPM Scripts with Nx",
"path": "/recipes/tips-n-tricks/root-level-scripts",
"id": "root-level-scripts",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Disable Graph Links Created from Analyzing Source Files",
"path": "/recipes/tips-n-tricks/analyze-source-files",
Expand All @@ -3965,14 +3981,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Workspace Watching",
"path": "/recipes/tips-n-tricks/workspace-watching",
"id": "workspace-watching",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Use JavaScript instead TypeScript",
"path": "/recipes/tips-n-tricks/js-and-ts",
Expand All @@ -3989,14 +3997,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Running Custom Commands",
"path": "/recipes/tips-n-tricks/run-commands-executor",
"id": "run-commands-executor",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Using Yarn PnP",
"path": "/recipes/tips-n-tricks/yarn-pnp",
Expand Down
Loading

0 comments on commit 96b8bdb

Please sign in to comment.