docs(core): adjust video button position on npm workspaces tutorial (#27254)
small PR to adjusts the position of the video button on the npm workspaces tutorial. ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> <img width="853" alt="Screenshot 2024-08-01 at 11 16 46" src="https://github.com/user-attachments/assets/a3d0c559-a7f1-46a9-a1e7-2b2aae8bbc86"> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
This commit is contained in:
parent
211184122b
commit
2f225d25ad
@ -363,12 +363,12 @@ After this first release, you can remove the `--first-release` flag and just run
|
|||||||
|
|
||||||
## Fast CI ⚡ {% highlightColor="green" %}
|
## Fast CI ⚡ {% highlightColor="green" %}
|
||||||
|
|
||||||
|
{% video-link link="https://youtu.be/ZA9K4iT3ANc?t=821" /%}
|
||||||
|
|
||||||
{% callout type="check" title="Forked repository with Nx" %}
|
{% callout type="check" title="Forked repository with Nx" %}
|
||||||
Make sure you have completed the previous sections of this tutorial before starting this one. If you want a clean starting point, you can fork the [sample repository with Nx already added](https://github.com/nrwl/nx-recipes/tree/main/npm-workspaces).
|
Make sure you have completed the previous sections of this tutorial before starting this one. If you want a clean starting point, you can fork the [sample repository with Nx already added](https://github.com/nrwl/nx-recipes/tree/main/npm-workspaces).
|
||||||
{% /callout %}
|
{% /callout %}
|
||||||
|
|
||||||
{% video-link link="https://youtu.be/ZA9K4iT3ANc?t=821" /%}
|
|
||||||
|
|
||||||
So far in this tutorial you've seen how Nx improves the local development experience, but the biggest difference Nx makes is in CI. As repositories get bigger, making sure that the CI is fast, reliable and maintainable can get very challenging. Nx provides a solution.
|
So far in this tutorial you've seen how Nx improves the local development experience, but the biggest difference Nx makes is in CI. As repositories get bigger, making sure that the CI is fast, reliable and maintainable can get very challenging. Nx provides a solution.
|
||||||
|
|
||||||
- Nx reduces wasted time in CI with the [`affected` command](/ci/features/affected).
|
- Nx reduces wasted time in CI with the [`affected` command](/ci/features/affected).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user