docs(core): fix home page link (#20596)
This commit is contained in:
parent
5a0b5d275a
commit
199cf842f4
@ -140,7 +140,7 @@ export default config;
|
|||||||
|
|
||||||
### Optional: use `run-commands` and create a `storybook-composition` target
|
### Optional: use `run-commands` and create a `storybook-composition` target
|
||||||
|
|
||||||
If you want to take advantage of the [`run-commands`](https://nx.dev/api/nx/executors/run-commands) functionality of Nx, you can create a custom target that will invoke the `run-parallel` command for your "composed" Storybook instances.
|
If you want to take advantage of the [`run-commands`](/nx-api/nx/executors/run-commands) functionality of Nx, you can create a custom target that will invoke the `run-parallel` command for your "composed" Storybook instances.
|
||||||
|
|
||||||
The objective is to end up with a new target in your `main-host`'s `project.json` file (`apps/main-host/project.json`) that looks like this:
|
The objective is to end up with a new target in your `main-host`'s `project.json` file (`apps/main-host/project.json`) that looks like this:
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@ export function Header(): JSX.Element {
|
|||||||
name: 'Distributed cache & task execution',
|
name: 'Distributed cache & task execution',
|
||||||
description:
|
description:
|
||||||
'Executes tasks remotely on different agents in parallel. Enable remote cache in one command.',
|
'Executes tasks remotely on different agents in parallel. Enable remote cache in one command.',
|
||||||
href: '/core-features/distribute-task-execution',
|
href: '/ci/features/distribute-task-execution',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Recipes',
|
name: 'Recipes',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user