diff --git a/docs/shared/guides/module-federation/faster-builds.md b/docs/shared/guides/module-federation/faster-builds.md index f504bae95386a..3ad61538a163e 100644 --- a/docs/shared/guides/module-federation/faster-builds.md +++ b/docs/shared/guides/module-federation/faster-builds.md @@ -301,7 +301,7 @@ To use Module Federation well, we recommend that you enable [Nx Cloud](https://n when using `create-nx-workspace`, you can do the following. ```shell -nx connect-to-nx-cloud +nx connect ``` With Nx Cloud enabled, a large set of builds can be skipped entirely when running the application locally (and in diff --git a/docs/shared/recipes/advanced-update.md b/docs/shared/recipes/advanced-update.md index 47084cdfac298..fd1513016a0db 100644 --- a/docs/shared/recipes/advanced-update.md +++ b/docs/shared/recipes/advanced-update.md @@ -175,7 +175,7 @@ It may take a few minutes. - You opted out of some migrations for now. Write the following command down somewhere to apply these migrations later: nx migrate 16.5.3 --from nx@16.1.0-beta.0 --exclude-applied-migrations - To learn more go to https://nx.dev/recipes/other/advanced-update - - You may run 'pnpm run nx connect-to-nx-cloud' to get faster builds, GitHub integration, and more. Check out https://nx.app + - You may run 'pnpm run nx connect' to get faster builds, GitHub integration, and more. Check out https://nx.app ``` You can see in the "Next steps" section a suggested command to run to apply the skipped package updates. Make sure to store that information somewhere so you can later remember from which version you need to run the migration to apply the skipped package updates. diff --git a/packages/nuxt/src/generators/application/files/src/components/NxWelcome.vue__tmpl__ b/packages/nuxt/src/generators/application/files/src/components/NxWelcome.vue__tmpl__ index c2323bb2c9c09..f875cb9739e2f 100644 --- a/packages/nuxt/src/generators/application/files/src/components/NxWelcome.vue__tmpl__ +++ b/packages/nuxt/src/generators/application/files/src/components/NxWelcome.vue__tmpl__ @@ -329,7 +329,7 @@ defineProps<{ target="_blank" rel="noreferrer" > - {' '} What is Nx Cloud?{' '} + What is Nx Cloud? - {' '} - What is Nx Cloud?{' '} + What is Nx Cloud?