Skip to content

Commit

Permalink
docs(core): move more-concepts up a level
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed May 10, 2024
1 parent 01a40f4 commit 4ad3624
Show file tree
Hide file tree
Showing 34 changed files with 197 additions and 295 deletions.
3 changes: 2 additions & 1 deletion docs/blog/2023-04-19-nx-cloud-3.md
Expand Up @@ -18,6 +18,7 @@ In the last couple of months we have quadrupled the team and have done some amaz
- [Enterprise Support](#enterprise-support)
- [New, Simplified Plans and Pricing Model](#new-simplified-plans-and-pricing-model)
- [Coming Next](#coming-next)
- [Learn more](#learn-more)

**Prefer a Video? We’ve got you Covered!**

Expand All @@ -39,7 +40,7 @@ More UI-related updates and improvements are already underway.

![](/blog/images/2023-04-19/bodyimg3.webp)

At Nx, we are performance addicts! Especially when it comes to local development, every millisecond counts! In the latest update of the Nx CLI, we added the ability to **offload some of the remote cache management to the [Nx Daemon](/concepts/more-concepts/nx-daemon)**. As a result you no longer have to wait for the cache to upload. This saves valuable time, allowing the command to complete instantly and immediately providing you with the necessary link.
At Nx, we are performance addicts! Especially when it comes to local development, every millisecond counts! In the latest update of the Nx CLI, we added the ability to **offload some of the remote cache management to the [Nx Daemon](/concepts/nx-daemon)**. As a result you no longer have to wait for the cache to upload. This saves valuable time, allowing the command to complete instantly and immediately providing you with the necessary link.
We also **prefetch cache results in the background** to have them ready when needed.

Both optimizations can save seconds.
Expand Down
138 changes: 48 additions & 90 deletions docs/generated/manifests/menus.json
Expand Up @@ -638,6 +638,30 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Nx Daemon",
"path": "/concepts/nx-daemon",
"id": "nx-daemon",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Nx and Turborepo",
"path": "/concepts/turbo-and-nx",
"id": "turbo-and-nx",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Buildable and Publishable Libraries",
"path": "/concepts/buildable-and-publishable-libraries",
"id": "buildable-and-publishable-libraries",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Module Federation",
"path": "/concepts/module-federation",
Expand Down Expand Up @@ -743,39 +767,6 @@
}
],
"disableCollapsible": false
},
{
"name": "More Concepts",
"path": "/concepts/more-concepts",
"id": "more-concepts",
"isExternal": false,
"children": [
{
"name": "Nx Daemon",
"path": "/concepts/more-concepts/nx-daemon",
"id": "nx-daemon",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Nx and Turborepo",
"path": "/concepts/more-concepts/turbo-and-nx",
"id": "turbo-and-nx",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Buildable and Publishable Libraries",
"path": "/concepts/more-concepts/buildable-and-publishable-libraries",
"id": "buildable-and-publishable-libraries",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
}
],
"disableCollapsible": false
Expand Down Expand Up @@ -844,6 +835,30 @@
"children": [],
"disableCollapsible": false
},
{
"name": "Nx Daemon",
"path": "/concepts/nx-daemon",
"id": "nx-daemon",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Nx and Turborepo",
"path": "/concepts/turbo-and-nx",
"id": "turbo-and-nx",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Buildable and Publishable Libraries",
"path": "/concepts/buildable-and-publishable-libraries",
"id": "buildable-and-publishable-libraries",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Module Federation",
"path": "/concepts/module-federation",
Expand Down Expand Up @@ -1038,63 +1053,6 @@
"children": [],
"disableCollapsible": false
},
{
"name": "More Concepts",
"path": "/concepts/more-concepts",
"id": "more-concepts",
"isExternal": false,
"children": [
{
"name": "Nx Daemon",
"path": "/concepts/more-concepts/nx-daemon",
"id": "nx-daemon",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Nx and Turborepo",
"path": "/concepts/more-concepts/turbo-and-nx",
"id": "turbo-and-nx",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Buildable and Publishable Libraries",
"path": "/concepts/more-concepts/buildable-and-publishable-libraries",
"id": "buildable-and-publishable-libraries",
"isExternal": false,
"children": [],
"disableCollapsible": false
}
],
"disableCollapsible": false
},
{
"name": "Nx Daemon",
"path": "/concepts/more-concepts/nx-daemon",
"id": "nx-daemon",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Nx and Turborepo",
"path": "/concepts/more-concepts/turbo-and-nx",
"id": "turbo-and-nx",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Buildable and Publishable Libraries",
"path": "/concepts/more-concepts/buildable-and-publishable-libraries",
"id": "buildable-and-publishable-libraries",
"isExternal": false,
"children": [],
"disableCollapsible": false
},
{
"name": "Recipes",
"path": "/recipes",
Expand Down

0 comments on commit 4ad3624

Please sign in to comment.