diff --git a/docs/angular/migration/migration-angularjs.md b/docs/angular/migration/migration-angularjs.md index ed149ad842..4f4d2193c5 100644 --- a/docs/angular/migration/migration-angularjs.md +++ b/docs/angular/migration/migration-angularjs.md @@ -371,7 +371,7 @@ But migrating AngularJS code means we need to switch some of our tools to a more npm install -D @nrwl/web babel-plugin-angularjs-annotate ``` -Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/angular/core-concepts/nx-devkit#executors) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations. +Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/latest/angular/executors/using-builders) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations. Start with a `webpack.config.js` file in your application’s root directory: diff --git a/docs/node/api-angular/executors/delegate-build.md b/docs/node/api-angular/executors/delegate-build.md index eecd49e86e..44744eb7a1 100644 --- a/docs/node/api-angular/executors/delegate-build.md +++ b/docs/node/api-angular/executors/delegate-build.md @@ -3,7 +3,7 @@ Delegates the build to a different target while supporting incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-angular/executors/ng-packagr-lite.md b/docs/node/api-angular/executors/ng-packagr-lite.md index 1a0a9aa5a6..480bf7c767 100644 --- a/docs/node/api-angular/executors/ng-packagr-lite.md +++ b/docs/node/api-angular/executors/ng-packagr-lite.md @@ -3,7 +3,7 @@ Builds a library with support for incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-angular/executors/package.md b/docs/node/api-angular/executors/package.md index 29282dd4a8..7fb3cd1ec0 100644 --- a/docs/node/api-angular/executors/package.md +++ b/docs/node/api-angular/executors/package.md @@ -3,7 +3,7 @@ Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-angular/executors/webpack-browser.md b/docs/node/api-angular/executors/webpack-browser.md index c9baf3a8b8..9d4d182ecb 100644 --- a/docs/node/api-angular/executors/webpack-browser.md +++ b/docs/node/api-angular/executors/webpack-browser.md @@ -3,7 +3,7 @@ Builds a browser application with support for incremental builds and custom webpack configuration. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-angular/executors/webpack-server.md b/docs/node/api-angular/executors/webpack-server.md index 916e0eb53d..b02dbb0f64 100644 --- a/docs/node/api-angular/executors/webpack-server.md +++ b/docs/node/api-angular/executors/webpack-server.md @@ -3,7 +3,7 @@ Serves a browser application with support for a custom webpack configuration. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-cypress/executors/cypress.md b/docs/node/api-cypress/executors/cypress.md index 802fdced64..015b85d6f6 100644 --- a/docs/node/api-cypress/executors/cypress.md +++ b/docs/node/api-cypress/executors/cypress.md @@ -3,7 +3,7 @@ Run Cypress e2e tests Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-gatsby/executors/build.md b/docs/node/api-gatsby/executors/build.md index c3faf69c6e..d3a3a86516 100644 --- a/docs/node/api-gatsby/executors/build.md +++ b/docs/node/api-gatsby/executors/build.md @@ -3,7 +3,7 @@ Build a Gatsby app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-gatsby/executors/server.md b/docs/node/api-gatsby/executors/server.md index 1779f3629d..4598c39dd4 100644 --- a/docs/node/api-gatsby/executors/server.md +++ b/docs/node/api-gatsby/executors/server.md @@ -3,7 +3,7 @@ Starts server for app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-jest/executors/jest.md b/docs/node/api-jest/executors/jest.md index d37eac8f87..1631a8bf43 100644 --- a/docs/node/api-jest/executors/jest.md +++ b/docs/node/api-jest/executors/jest.md @@ -3,7 +3,7 @@ Run Jest unit tests Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-linter/executors/eslint.md b/docs/node/api-linter/executors/eslint.md index c757376d98..89776bd0c7 100644 --- a/docs/node/api-linter/executors/eslint.md +++ b/docs/node/api-linter/executors/eslint.md @@ -3,7 +3,7 @@ Run ESLint on a project Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-linter/executors/lint.md b/docs/node/api-linter/executors/lint.md index c656e793c5..3b9fabbdab 100644 --- a/docs/node/api-linter/executors/lint.md +++ b/docs/node/api-linter/executors/lint.md @@ -3,7 +3,7 @@ **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-next/executors/build.md b/docs/node/api-next/executors/build.md index 3fd5a03692..53be6c7266 100644 --- a/docs/node/api-next/executors/build.md +++ b/docs/node/api-next/executors/build.md @@ -3,7 +3,7 @@ Build a Next.js app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-next/executors/export.md b/docs/node/api-next/executors/export.md index d351b99885..4d65e4b480 100644 --- a/docs/node/api-next/executors/export.md +++ b/docs/node/api-next/executors/export.md @@ -3,7 +3,7 @@ Export a Next.js app. The exported application is located at dist/$outputPath/exported. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-next/executors/server.md b/docs/node/api-next/executors/server.md index 15b155be4e..a49e604b30 100644 --- a/docs/node/api-next/executors/server.md +++ b/docs/node/api-next/executors/server.md @@ -3,7 +3,7 @@ Serve a Next.js app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-node/executors/build.md b/docs/node/api-node/executors/build.md index cd5e0232ee..2a4a0908cd 100644 --- a/docs/node/api-node/executors/build.md +++ b/docs/node/api-node/executors/build.md @@ -3,7 +3,7 @@ Build a Node application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-node/executors/execute.md b/docs/node/api-node/executors/execute.md index af709ba803..93cef460f8 100644 --- a/docs/node/api-node/executors/execute.md +++ b/docs/node/api-node/executors/execute.md @@ -3,7 +3,7 @@ Execute a Node application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-node/executors/package.md b/docs/node/api-node/executors/package.md index de397c9009..66a7cb2ba9 100644 --- a/docs/node/api-node/executors/package.md +++ b/docs/node/api-node/executors/package.md @@ -3,7 +3,7 @@ Package a Node library Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-nx-plugin/executors/e2e.md b/docs/node/api-nx-plugin/executors/e2e.md index 6e3ef20340..571631c8a2 100644 --- a/docs/node/api-nx-plugin/executors/e2e.md +++ b/docs/node/api-nx-plugin/executors/e2e.md @@ -3,7 +3,7 @@ Creates and runs the e2e tests for an Nx Plugin. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-storybook/executors/build.md b/docs/node/api-storybook/executors/build.md index 9aba903590..c4d78c6977 100644 --- a/docs/node/api-storybook/executors/build.md +++ b/docs/node/api-storybook/executors/build.md @@ -3,7 +3,7 @@ Build Storybook Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-storybook/executors/storybook.md b/docs/node/api-storybook/executors/storybook.md index 2c2072d792..737e8b8a3c 100644 --- a/docs/node/api-storybook/executors/storybook.md +++ b/docs/node/api-storybook/executors/storybook.md @@ -3,7 +3,7 @@ Serve Storybook Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-web/executors/build.md b/docs/node/api-web/executors/build.md index 1794826e20..32ce9a60ed 100644 --- a/docs/node/api-web/executors/build.md +++ b/docs/node/api-web/executors/build.md @@ -3,7 +3,7 @@ Build a application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-web/executors/dev-server.md b/docs/node/api-web/executors/dev-server.md index 854ce1e1f0..be0acd9920 100644 --- a/docs/node/api-web/executors/dev-server.md +++ b/docs/node/api-web/executors/dev-server.md @@ -3,7 +3,7 @@ Serve a web application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-web/executors/file-server.md b/docs/node/api-web/executors/file-server.md index c7aa765cfd..7f2b63ed45 100644 --- a/docs/node/api-web/executors/file-server.md +++ b/docs/node/api-web/executors/file-server.md @@ -3,7 +3,7 @@ Serve a web application from a folder Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-web/executors/package.md b/docs/node/api-web/executors/package.md index 868779eb97..16e75c3c70 100644 --- a/docs/node/api-web/executors/package.md +++ b/docs/node/api-web/executors/package.md @@ -3,7 +3,7 @@ Package a library Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-workspace/executors/run-commands.md b/docs/node/api-workspace/executors/run-commands.md index 393bcad4b9..d3ca318cd4 100644 --- a/docs/node/api-workspace/executors/run-commands.md +++ b/docs/node/api-workspace/executors/run-commands.md @@ -3,7 +3,7 @@ Run any custom commands with Nx Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Examples diff --git a/docs/node/api-workspace/executors/run-script.md b/docs/node/api-workspace/executors/run-script.md index 3941b373f3..8c0f62478b 100644 --- a/docs/node/api-workspace/executors/run-script.md +++ b/docs/node/api-workspace/executors/run-script.md @@ -3,7 +3,7 @@ Run an npm script using Nx Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/api-workspace/executors/tsc.md b/docs/node/api-workspace/executors/tsc.md index f714de6a9f..84e59a6be9 100644 --- a/docs/node/api-workspace/executors/tsc.md +++ b/docs/node/api-workspace/executors/tsc.md @@ -3,7 +3,7 @@ Build a project using TypeScript. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/node/tutorial/01-create-application.md b/docs/node/tutorial/01-create-application.md index d5e62cde22..28905baffe 100644 --- a/docs/node/tutorial/01-create-application.md +++ b/docs/node/tutorial/01-create-application.md @@ -113,7 +113,7 @@ Options: --help Show available options for project target. ``` -It helps with good editor integration (see [VSCode Support](https://nx.dev/node/getting-started/console)). +It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/node/getting-started/console#nx-console-for-vscode)). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). diff --git a/docs/react/api-angular/executors/delegate-build.md b/docs/react/api-angular/executors/delegate-build.md index c49f720f98..44744eb7a1 100644 --- a/docs/react/api-angular/executors/delegate-build.md +++ b/docs/react/api-angular/executors/delegate-build.md @@ -3,7 +3,7 @@ Delegates the build to a different target while supporting incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-angular/executors/ng-packagr-lite.md b/docs/react/api-angular/executors/ng-packagr-lite.md index 89b097995f..480bf7c767 100644 --- a/docs/react/api-angular/executors/ng-packagr-lite.md +++ b/docs/react/api-angular/executors/ng-packagr-lite.md @@ -3,7 +3,7 @@ Builds a library with support for incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-angular/executors/package.md b/docs/react/api-angular/executors/package.md index 26f8a2c29e..7fb3cd1ec0 100644 --- a/docs/react/api-angular/executors/package.md +++ b/docs/react/api-angular/executors/package.md @@ -3,7 +3,7 @@ Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-angular/executors/webpack-browser.md b/docs/react/api-angular/executors/webpack-browser.md index 6d4a79f54b..9d4d182ecb 100644 --- a/docs/react/api-angular/executors/webpack-browser.md +++ b/docs/react/api-angular/executors/webpack-browser.md @@ -3,7 +3,7 @@ Builds a browser application with support for incremental builds and custom webpack configuration. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-angular/executors/webpack-server.md b/docs/react/api-angular/executors/webpack-server.md index 1ff273c945..b02dbb0f64 100644 --- a/docs/react/api-angular/executors/webpack-server.md +++ b/docs/react/api-angular/executors/webpack-server.md @@ -3,7 +3,7 @@ Serves a browser application with support for a custom webpack configuration. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-cypress/executors/cypress.md b/docs/react/api-cypress/executors/cypress.md index b51c9071c7..015b85d6f6 100644 --- a/docs/react/api-cypress/executors/cypress.md +++ b/docs/react/api-cypress/executors/cypress.md @@ -3,7 +3,7 @@ Run Cypress e2e tests Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-gatsby/executors/build.md b/docs/react/api-gatsby/executors/build.md index 36b9d7159f..d3a3a86516 100644 --- a/docs/react/api-gatsby/executors/build.md +++ b/docs/react/api-gatsby/executors/build.md @@ -3,7 +3,7 @@ Build a Gatsby app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-gatsby/executors/server.md b/docs/react/api-gatsby/executors/server.md index fff46a83a7..4598c39dd4 100644 --- a/docs/react/api-gatsby/executors/server.md +++ b/docs/react/api-gatsby/executors/server.md @@ -3,7 +3,7 @@ Starts server for app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-jest/executors/jest.md b/docs/react/api-jest/executors/jest.md index 388890bdd9..1631a8bf43 100644 --- a/docs/react/api-jest/executors/jest.md +++ b/docs/react/api-jest/executors/jest.md @@ -3,7 +3,7 @@ Run Jest unit tests Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-linter/executors/eslint.md b/docs/react/api-linter/executors/eslint.md index 208d61810a..89776bd0c7 100644 --- a/docs/react/api-linter/executors/eslint.md +++ b/docs/react/api-linter/executors/eslint.md @@ -3,7 +3,7 @@ Run ESLint on a project Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-linter/executors/lint.md b/docs/react/api-linter/executors/lint.md index b3cf921722..3b9fabbdab 100644 --- a/docs/react/api-linter/executors/lint.md +++ b/docs/react/api-linter/executors/lint.md @@ -3,7 +3,7 @@ **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-next/executors/build.md b/docs/react/api-next/executors/build.md index fe296a9eb9..53be6c7266 100644 --- a/docs/react/api-next/executors/build.md +++ b/docs/react/api-next/executors/build.md @@ -3,7 +3,7 @@ Build a Next.js app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-next/executors/export.md b/docs/react/api-next/executors/export.md index 3352a7ac93..4d65e4b480 100644 --- a/docs/react/api-next/executors/export.md +++ b/docs/react/api-next/executors/export.md @@ -3,7 +3,7 @@ Export a Next.js app. The exported application is located at dist/$outputPath/exported. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-next/executors/server.md b/docs/react/api-next/executors/server.md index 87a55e3d4e..a49e604b30 100644 --- a/docs/react/api-next/executors/server.md +++ b/docs/react/api-next/executors/server.md @@ -3,7 +3,7 @@ Serve a Next.js app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-node/executors/build.md b/docs/react/api-node/executors/build.md index bb87358e7f..2a4a0908cd 100644 --- a/docs/react/api-node/executors/build.md +++ b/docs/react/api-node/executors/build.md @@ -3,7 +3,7 @@ Build a Node application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-node/executors/execute.md b/docs/react/api-node/executors/execute.md index ac9b36d417..93cef460f8 100644 --- a/docs/react/api-node/executors/execute.md +++ b/docs/react/api-node/executors/execute.md @@ -3,7 +3,7 @@ Execute a Node application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-node/executors/package.md b/docs/react/api-node/executors/package.md index f3bae06842..66a7cb2ba9 100644 --- a/docs/react/api-node/executors/package.md +++ b/docs/react/api-node/executors/package.md @@ -3,7 +3,7 @@ Package a Node library Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-nx-plugin/executors/e2e.md b/docs/react/api-nx-plugin/executors/e2e.md index f56ffd26e4..571631c8a2 100644 --- a/docs/react/api-nx-plugin/executors/e2e.md +++ b/docs/react/api-nx-plugin/executors/e2e.md @@ -3,7 +3,7 @@ Creates and runs the e2e tests for an Nx Plugin. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-storybook/executors/build.md b/docs/react/api-storybook/executors/build.md index f92f8882b4..c4d78c6977 100644 --- a/docs/react/api-storybook/executors/build.md +++ b/docs/react/api-storybook/executors/build.md @@ -3,7 +3,7 @@ Build Storybook Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-storybook/executors/storybook.md b/docs/react/api-storybook/executors/storybook.md index 4084a6cc55..737e8b8a3c 100644 --- a/docs/react/api-storybook/executors/storybook.md +++ b/docs/react/api-storybook/executors/storybook.md @@ -3,7 +3,7 @@ Serve Storybook Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-web/executors/build.md b/docs/react/api-web/executors/build.md index 4c257b02ef..32ce9a60ed 100644 --- a/docs/react/api-web/executors/build.md +++ b/docs/react/api-web/executors/build.md @@ -3,7 +3,7 @@ Build a application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-web/executors/dev-server.md b/docs/react/api-web/executors/dev-server.md index f7fa4d7130..be0acd9920 100644 --- a/docs/react/api-web/executors/dev-server.md +++ b/docs/react/api-web/executors/dev-server.md @@ -3,7 +3,7 @@ Serve a web application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-web/executors/file-server.md b/docs/react/api-web/executors/file-server.md index c4f8e3b268..7f2b63ed45 100644 --- a/docs/react/api-web/executors/file-server.md +++ b/docs/react/api-web/executors/file-server.md @@ -3,7 +3,7 @@ Serve a web application from a folder Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-web/executors/package.md b/docs/react/api-web/executors/package.md index 76adcb58e0..16e75c3c70 100644 --- a/docs/react/api-web/executors/package.md +++ b/docs/react/api-web/executors/package.md @@ -3,7 +3,7 @@ Package a library Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-workspace/executors/run-commands.md b/docs/react/api-workspace/executors/run-commands.md index 1cb2397629..d3ca318cd4 100644 --- a/docs/react/api-workspace/executors/run-commands.md +++ b/docs/react/api-workspace/executors/run-commands.md @@ -3,7 +3,7 @@ Run any custom commands with Nx Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Examples diff --git a/docs/react/api-workspace/executors/run-script.md b/docs/react/api-workspace/executors/run-script.md index 46e73632f8..8c0f62478b 100644 --- a/docs/react/api-workspace/executors/run-script.md +++ b/docs/react/api-workspace/executors/run-script.md @@ -3,7 +3,7 @@ Run an npm script using Nx Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/api-workspace/executors/tsc.md b/docs/react/api-workspace/executors/tsc.md index daf608a506..84e59a6be9 100644 --- a/docs/react/api-workspace/executors/tsc.md +++ b/docs/react/api-workspace/executors/tsc.md @@ -3,7 +3,7 @@ Build a project using TypeScript. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands. ## Options diff --git a/docs/react/tutorial/06-proxy.md b/docs/react/tutorial/06-proxy.md index faed25ac9f..c3715f5e90 100644 --- a/docs/react/tutorial/06-proxy.md +++ b/docs/react/tutorial/06-proxy.md @@ -71,6 +71,6 @@ Options: --help Show available options for project target. ``` -It helps with good editor integration (see [VSCode Support](https://nx.dev/react/getting-started/console)). +It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/react/getting-started/console#nx-console-for-vscode)). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). diff --git a/nx-dev/nx-dev/pages/index.tsx b/nx-dev/nx-dev/pages/index.tsx index a513dac84e..d1f87b8d15 100644 --- a/nx-dev/nx-dev/pages/index.tsx +++ b/nx-dev/nx-dev/pages/index.tsx @@ -312,6 +312,7 @@ export function Index() { href="https://nx.dev/getting-started/console#nx-console-for-vscode" target="_blank" className="cursor-pointer underline" + rel="noreferrer" > VS Code plugin {' '} @@ -489,6 +490,7 @@ export function Index() { className="underline pointer" target="_blank" href="https://blog.nrwl.io/painlessly-build-and-deploy-next-js-apps-with-nx-225e2721da78?source=friends_link&sk=b381e3b9e7a2d8951fbe806ac0363851" + rel="noreferrer" > Next.js @@ -497,6 +499,7 @@ export function Index() { className="underline pointer" target="_blank" href="https://blog.nrwl.io/step-to-step-guide-on-creating-a-blog-using-nx-gatsby-wordpress-ac7e9bfc0efd?source=friends_link&sk=5af5e109144bc4985f3fe8d92429463b" + rel="noreferrer" > Gatsby @@ -505,6 +508,7 @@ export function Index() { className="underline pointer" target="_blank" href="https://blog.nrwl.io/introducing-react-native-support-for-nx-48d335e90c89?source=friends_link&sk=e04878accafe0d9f696b647d0b9ae2d4" + rel="noreferrer" > React Native {' '} @@ -562,6 +566,7 @@ export function Index() { className="cursor-pointer underline" href="https://nxplaybook.com/?utm_source=nx.dev" target="_blank" + rel="noreferrer" > NxPlaybook.com @@ -573,6 +578,7 @@ export function Index() { target="_blank" href="https://www.youtube.com/watch?v=2mYLe9Kp9VM&list=PLakNactNC1dH38AfqmwabvOszDmKriGco?utm_source=nx.dev" className="inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-purple-nx-base" + rel="noreferrer" > Watch Nx Workspaces Course @@ -600,6 +606,7 @@ export function Index() { href="https://nx.dev/getting-started/console#nx-console-for-vscode" target="_blank" className="cursor-pointer underline" + rel="noreferrer" > Try out Nx Console @@ -619,6 +626,7 @@ export function Index() { href="https://nrwl.io/?utm_source=nx.dev" target="_blank" className="cursor-pointer underline" + rel="noreferrer" > nrwl.io diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/migration/migration-angularjs.md b/nx-dev/nx-dev/public/documentation/latest/angular/migration/migration-angularjs.md index ed149ad842..4f4d2193c5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/migration/migration-angularjs.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/migration/migration-angularjs.md @@ -371,7 +371,7 @@ But migrating AngularJS code means we need to switch some of our tools to a more npm install -D @nrwl/web babel-plugin-angularjs-annotate ``` -Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/angular/core-concepts/nx-devkit#executors) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations. +Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/latest/angular/executors/using-builders) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations. Start with a `webpack.config.js` file in your application’s root directory: diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/delegate-build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/delegate-build.md index eecd49e86e..7c7015e99b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/delegate-build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/delegate-build.md @@ -3,7 +3,7 @@ Delegates the build to a different target while supporting incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/ng-packagr-lite.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/ng-packagr-lite.md index 1a0a9aa5a6..9ed4bc116f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/ng-packagr-lite.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/ng-packagr-lite.md @@ -3,7 +3,7 @@ Builds a library with support for incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/package.md index 29282dd4a8..d97651cfb2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/package.md @@ -3,7 +3,7 @@ Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-browser.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-browser.md index c9baf3a8b8..958df494a0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-browser.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-browser.md @@ -3,7 +3,7 @@ Builds a browser application with support for incremental builds and custom webpack configuration. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-cypress/executors/cypress.md b/nx-dev/nx-dev/public/documentation/latest/node/api-cypress/executors/cypress.md index 802fdced64..479cff28d7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-cypress/executors/cypress.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-cypress/executors/cypress.md @@ -3,7 +3,7 @@ Run Cypress e2e tests Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/build.md index c3faf69c6e..7a9dbe93ab 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/build.md @@ -3,7 +3,7 @@ Build a Gatsby app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/server.md index 1779f3629d..f3d9df4b95 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/server.md @@ -3,7 +3,7 @@ Starts server for app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-jest/executors/jest.md b/nx-dev/nx-dev/public/documentation/latest/node/api-jest/executors/jest.md index d37eac8f87..7d94aa3475 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-jest/executors/jest.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-jest/executors/jest.md @@ -3,7 +3,7 @@ Run Jest unit tests Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/eslint.md b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/eslint.md index c757376d98..510b6796ae 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/eslint.md @@ -3,7 +3,7 @@ Run ESLint on a project Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/lint.md b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/lint.md index c656e793c5..135f8793d5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/lint.md @@ -3,7 +3,7 @@ **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/build.md index 3fd5a03692..75c440b015 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/build.md @@ -3,7 +3,7 @@ Build a Next.js app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/export.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/export.md index d351b99885..d7154fd8ee 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/export.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/export.md @@ -3,7 +3,7 @@ Export a Next.js app. The exported application is located at dist/$outputPath/exported. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/server.md index 15b155be4e..131e41aec9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/server.md @@ -3,7 +3,7 @@ Serve a Next.js app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/build.md index cd5e0232ee..aedaad74b0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/build.md @@ -3,7 +3,7 @@ Build a Node application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/execute.md b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/execute.md index af709ba803..884e1e3baf 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/execute.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/execute.md @@ -3,7 +3,7 @@ Execute a Node application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/package.md index de397c9009..766a575e0b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/package.md @@ -3,7 +3,7 @@ Package a Node library Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/executors/e2e.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/executors/e2e.md index 6e3ef20340..a374cb67f6 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/executors/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/executors/e2e.md @@ -3,7 +3,7 @@ Creates and runs the e2e tests for an Nx Plugin. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/build.md index 9aba903590..edf362e121 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/build.md @@ -3,7 +3,7 @@ Build Storybook Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/storybook.md b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/storybook.md index 2c2072d792..6ef6cb9940 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/storybook.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/storybook.md @@ -3,7 +3,7 @@ Serve Storybook Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/build.md index 1794826e20..addf43a2b7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/build.md @@ -3,7 +3,7 @@ Build a application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/dev-server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/dev-server.md index 854ce1e1f0..40685bd68f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/dev-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/dev-server.md @@ -3,7 +3,7 @@ Serve a web application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/file-server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/file-server.md index c7aa765cfd..5d8c4fc0d0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/file-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/file-server.md @@ -3,7 +3,7 @@ Serve a web application from a folder Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/package.md index 868779eb97..4852871a52 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/package.md @@ -3,7 +3,7 @@ Package a library Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-commands.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-commands.md index 393bcad4b9..f34b1ee9bd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-commands.md @@ -3,7 +3,7 @@ Run any custom commands with Nx Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Examples diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-script.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-script.md index 3941b373f3..011d33b072 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-script.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-script.md @@ -3,7 +3,7 @@ Run an npm script using Nx Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/tsc.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/tsc.md index f714de6a9f..cce88ef5ba 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/tsc.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/tsc.md @@ -3,7 +3,7 @@ Build a project using TypeScript. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/node/tutorial/01-create-application.md b/nx-dev/nx-dev/public/documentation/latest/node/tutorial/01-create-application.md index d5e62cde22..28905baffe 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/tutorial/01-create-application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/tutorial/01-create-application.md @@ -113,7 +113,7 @@ Options: --help Show available options for project target. ``` -It helps with good editor integration (see [VSCode Support](https://nx.dev/node/getting-started/console)). +It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/node/getting-started/console#nx-console-for-vscode)). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/delegate-build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/delegate-build.md index c49f720f98..aa61ba17d9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/delegate-build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/delegate-build.md @@ -3,7 +3,7 @@ Delegates the build to a different target while supporting incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/ng-packagr-lite.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/ng-packagr-lite.md index 89b097995f..e47052b1ea 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/ng-packagr-lite.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/ng-packagr-lite.md @@ -3,7 +3,7 @@ Builds a library with support for incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/package.md index 26f8a2c29e..ce6c2d01c7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/package.md @@ -3,7 +3,7 @@ Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-browser.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-browser.md index 6d4a79f54b..b0ef5f4bb6 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-browser.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-browser.md @@ -3,7 +3,7 @@ Builds a browser application with support for incremental builds and custom webpack configuration. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-cypress/executors/cypress.md b/nx-dev/nx-dev/public/documentation/latest/react/api-cypress/executors/cypress.md index b51c9071c7..83bb76a4dc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-cypress/executors/cypress.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-cypress/executors/cypress.md @@ -3,7 +3,7 @@ Run Cypress e2e tests Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/build.md index 36b9d7159f..bbe59df7aa 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/build.md @@ -3,7 +3,7 @@ Build a Gatsby app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/server.md index fff46a83a7..4a9479da77 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/server.md @@ -3,7 +3,7 @@ Starts server for app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-jest/executors/jest.md b/nx-dev/nx-dev/public/documentation/latest/react/api-jest/executors/jest.md index 388890bdd9..e3d9a4143f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-jest/executors/jest.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-jest/executors/jest.md @@ -3,7 +3,7 @@ Run Jest unit tests Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/eslint.md b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/eslint.md index 208d61810a..2d7076ce1b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/eslint.md @@ -3,7 +3,7 @@ Run ESLint on a project Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/lint.md b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/lint.md index b3cf921722..6447b65702 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/lint.md @@ -3,7 +3,7 @@ **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/build.md index fe296a9eb9..623b5221dc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/build.md @@ -3,7 +3,7 @@ Build a Next.js app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/export.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/export.md index 3352a7ac93..daccdb3268 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/export.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/export.md @@ -3,7 +3,7 @@ Export a Next.js app. The exported application is located at dist/$outputPath/exported. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/server.md index 87a55e3d4e..0d374b84ce 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/server.md @@ -3,7 +3,7 @@ Serve a Next.js app Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/build.md index bb87358e7f..eccfa2d6ff 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/build.md @@ -3,7 +3,7 @@ Build a Node application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/execute.md b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/execute.md index ac9b36d417..57f9035b4b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/execute.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/execute.md @@ -3,7 +3,7 @@ Execute a Node application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/package.md index f3bae06842..cc62675770 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/package.md @@ -3,7 +3,7 @@ Package a Node library Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/executors/e2e.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/executors/e2e.md index f56ffd26e4..ef060039cc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/executors/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/executors/e2e.md @@ -3,7 +3,7 @@ Creates and runs the e2e tests for an Nx Plugin. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/build.md index f92f8882b4..ec60d45299 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/build.md @@ -3,7 +3,7 @@ Build Storybook Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/storybook.md b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/storybook.md index 4084a6cc55..358ddff0d4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/storybook.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/storybook.md @@ -3,7 +3,7 @@ Serve Storybook Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/build.md index 4c257b02ef..3d0b40271e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/build.md @@ -3,7 +3,7 @@ Build a application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/dev-server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/dev-server.md index f7fa4d7130..02ecf850af 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/dev-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/dev-server.md @@ -3,7 +3,7 @@ Serve a web application Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/file-server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/file-server.md index c4f8e3b268..0ee585602c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/file-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/file-server.md @@ -3,7 +3,7 @@ Serve a web application from a folder Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/package.md index 76adcb58e0..29a50d0f3d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/package.md @@ -3,7 +3,7 @@ Package a library Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-commands.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-commands.md index 1cb2397629..e1890d31ec 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-commands.md @@ -3,7 +3,7 @@ Run any custom commands with Nx Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Examples diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-script.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-script.md index 46e73632f8..345b7e0b3a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-script.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-script.md @@ -3,7 +3,7 @@ Run an npm script using Nx Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/tsc.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/tsc.md index daf608a506..4e8cc0f93a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/tsc.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/tsc.md @@ -3,7 +3,7 @@ Build a project using TypeScript. Options can be configured in `workspace.json` when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Options diff --git a/nx-dev/nx-dev/public/documentation/latest/react/tutorial/06-proxy.md b/nx-dev/nx-dev/public/documentation/latest/react/tutorial/06-proxy.md index faed25ac9f..c3715f5e90 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/tutorial/06-proxy.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/tutorial/06-proxy.md @@ -71,6 +71,6 @@ Options: --help Show available options for project target. ``` -It helps with good editor integration (see [VSCode Support](https://nx.dev/react/getting-started/console)). +It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/react/getting-started/console#nx-console-for-vscode)). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). diff --git a/nx-dev/nx-dev/public/documentation/previous/angular/migration/migration-angularjs.md b/nx-dev/nx-dev/public/documentation/previous/angular/migration/migration-angularjs.md index e33c05e99a..3e83d3c6fc 100644 --- a/nx-dev/nx-dev/public/documentation/previous/angular/migration/migration-angularjs.md +++ b/nx-dev/nx-dev/public/documentation/previous/angular/migration/migration-angularjs.md @@ -371,7 +371,7 @@ But migrating AngularJS code means we need to switch some of our tools to a more npm install -D @nrwl/web babel-plugin-angularjs-annotate ``` -Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/angular/core-concepts/nx-devkit#executors) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations. +Nx already has most of what you need for webpack added as a dependency. `@nrwl/web` contains the [executors](https://nx.dev/latest/angular/executors/using-builders) we need to use to build and serve the application with webpack and `babel-plugin-angularjs-annotate` is going to accomplish the same thing that `browserify-ngannotate` previously did in gulp: add dependency injection annotations. Start with a `webpack.config.js` file in your application’s root directory: diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/ng-packagr-lite.md b/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/ng-packagr-lite.md index 01ae68a0bd..293fdd8163 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/ng-packagr-lite.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/ng-packagr-lite.md @@ -3,7 +3,7 @@ Build an Angular library for incremental building Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/package.md b/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/package.md index 0ec35d28b6..557bc970e8 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/package.md @@ -3,7 +3,7 @@ Build and package an Angular library for publishing Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/webpack-browser.md b/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/webpack-browser.md index 277caab226..b52795c8d5 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/webpack-browser.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-angular/executors/webpack-browser.md @@ -3,7 +3,7 @@ Angular browser builder that supports incremental builds Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-cypress/executors/cypress.md b/nx-dev/nx-dev/public/documentation/previous/node/api-cypress/executors/cypress.md index fe44119f4f..2c29f2d915 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-cypress/executors/cypress.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-cypress/executors/cypress.md @@ -3,7 +3,7 @@ Run Cypress e2e tests Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-gatsby/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/node/api-gatsby/executors/build.md index f8108775fd..f4e761366d 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-gatsby/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-gatsby/executors/build.md @@ -3,7 +3,7 @@ Build a Gatsby app Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-gatsby/executors/server.md b/nx-dev/nx-dev/public/documentation/previous/node/api-gatsby/executors/server.md index 901978f321..746fc338be 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-gatsby/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-gatsby/executors/server.md @@ -3,7 +3,7 @@ Starts server for app Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-jest/executors/jest.md b/nx-dev/nx-dev/public/documentation/previous/node/api-jest/executors/jest.md index 53ccfdfad8..d40694936e 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-jest/executors/jest.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-jest/executors/jest.md @@ -3,7 +3,7 @@ Run Jest unit tests Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-linter/executors/eslint.md b/nx-dev/nx-dev/public/documentation/previous/node/api-linter/executors/eslint.md index a13ab2d104..84adbc72d3 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-linter/executors/eslint.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-linter/executors/eslint.md @@ -3,7 +3,7 @@ Run ESLint on a project Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-linter/executors/lint.md b/nx-dev/nx-dev/public/documentation/previous/node/api-linter/executors/lint.md index 5b1c85fe3c..09defa39f4 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-linter/executors/lint.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-linter/executors/lint.md @@ -3,7 +3,7 @@ **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/build.md index 872ac80f2e..ca079171a0 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/build.md @@ -3,7 +3,7 @@ Build a Next.js app Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/export.md b/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/export.md index 2a55bc774d..d93be27ca5 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/export.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/export.md @@ -3,7 +3,7 @@ Export a Next.js app. The exported application is located at dist/$outputPath/exported. Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/server.md b/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/server.md index 4727baf647..8ffa60b285 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-next/executors/server.md @@ -3,7 +3,7 @@ Serve a Next.js app Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/build.md index 1226951886..007e09fe29 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/build.md @@ -3,7 +3,7 @@ Build a Node application Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/execute.md b/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/execute.md index f5b2c6b7cf..dcde894628 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/execute.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/execute.md @@ -3,7 +3,7 @@ Execute a Node application Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/package.md b/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/package.md index 705e945079..a6e35d01c4 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-node/executors/package.md @@ -3,7 +3,7 @@ Package a Node library Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-nx-plugin/executors/e2e.md b/nx-dev/nx-dev/public/documentation/previous/node/api-nx-plugin/executors/e2e.md index 8da375f4c8..b167f06451 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-nx-plugin/executors/e2e.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-nx-plugin/executors/e2e.md @@ -3,7 +3,7 @@ Creates and runs an e2e for a Nx Plugin Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-storybook/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/node/api-storybook/executors/build.md index e46dbc08ed..124f91f3d1 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-storybook/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-storybook/executors/build.md @@ -3,7 +3,7 @@ Build Storybook Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-storybook/executors/storybook.md b/nx-dev/nx-dev/public/documentation/previous/node/api-storybook/executors/storybook.md index 66d2689c38..827b8945f8 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-storybook/executors/storybook.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-storybook/executors/storybook.md @@ -3,7 +3,7 @@ Serve Storybook Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/build.md index 8a1035a24f..c68d066328 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/build.md @@ -3,7 +3,7 @@ Build a application Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/dev-server.md b/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/dev-server.md index 96ae80a5b6..ff5105203d 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/dev-server.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/dev-server.md @@ -3,7 +3,7 @@ Serve a web application Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/file-server.md b/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/file-server.md index b7db7c1386..255197dc2a 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/file-server.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/file-server.md @@ -3,7 +3,7 @@ Serve a web application from a folder Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/package.md b/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/package.md index 61309ba0e7..ad99ed45df 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-web/executors/package.md @@ -3,7 +3,7 @@ Package a library Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-workspace/executors/run-commands.md b/nx-dev/nx-dev/public/documentation/previous/node/api-workspace/executors/run-commands.md index 05442bd98c..c6bbfcd2e6 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-workspace/executors/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-workspace/executors/run-commands.md @@ -3,7 +3,7 @@ Run any custom commands with Nx Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Examples diff --git a/nx-dev/nx-dev/public/documentation/previous/node/api-workspace/executors/run-script.md b/nx-dev/nx-dev/public/documentation/previous/node/api-workspace/executors/run-script.md index 47ed476f0f..0bcaf18e2b 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/api-workspace/executors/run-script.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/api-workspace/executors/run-script.md @@ -3,7 +3,7 @@ Run an npm script using Nx Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/node/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/node/tutorial/01-create-application.md b/nx-dev/nx-dev/public/documentation/previous/node/tutorial/01-create-application.md index a4df61abb8..4c021cf850 100644 --- a/nx-dev/nx-dev/public/documentation/previous/node/tutorial/01-create-application.md +++ b/nx-dev/nx-dev/public/documentation/previous/node/tutorial/01-create-application.md @@ -111,7 +111,7 @@ Options: --help Show available options for project target. ``` -It helps with good editor integration (see [VSCode Support](https://nx.dev/node/getting-started/console)). +It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/node/getting-started/console#nx-console-for-vscode)). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/ng-packagr-lite.md b/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/ng-packagr-lite.md index f1e2797332..c3a01a48ae 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/ng-packagr-lite.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/ng-packagr-lite.md @@ -3,7 +3,7 @@ Build an Angular library for incremental building Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/package.md b/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/package.md index 764903c01b..14f4421554 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/package.md @@ -3,7 +3,7 @@ Build and package an Angular library for publishing Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/webpack-browser.md b/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/webpack-browser.md index 6f1548b6c0..f3ce2ca5a6 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/webpack-browser.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-angular/executors/webpack-browser.md @@ -3,7 +3,7 @@ Angular browser builder that supports incremental builds Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-cypress/executors/cypress.md b/nx-dev/nx-dev/public/documentation/previous/react/api-cypress/executors/cypress.md index bf9f1911cf..e822de241b 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-cypress/executors/cypress.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-cypress/executors/cypress.md @@ -3,7 +3,7 @@ Run Cypress e2e tests Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-gatsby/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/react/api-gatsby/executors/build.md index bace1fb074..b34fb28089 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-gatsby/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-gatsby/executors/build.md @@ -3,7 +3,7 @@ Build a Gatsby app Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-gatsby/executors/server.md b/nx-dev/nx-dev/public/documentation/previous/react/api-gatsby/executors/server.md index e6683fbd2b..f81c86e01c 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-gatsby/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-gatsby/executors/server.md @@ -3,7 +3,7 @@ Starts server for app Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-jest/executors/jest.md b/nx-dev/nx-dev/public/documentation/previous/react/api-jest/executors/jest.md index 3e75ebc61e..974c462012 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-jest/executors/jest.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-jest/executors/jest.md @@ -3,7 +3,7 @@ Run Jest unit tests Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-linter/executors/eslint.md b/nx-dev/nx-dev/public/documentation/previous/react/api-linter/executors/eslint.md index b9f479474c..9e3100e21b 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-linter/executors/eslint.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-linter/executors/eslint.md @@ -3,7 +3,7 @@ Run ESLint on a project Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-linter/executors/lint.md b/nx-dev/nx-dev/public/documentation/previous/react/api-linter/executors/lint.md index 7708505a20..489bb8c261 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-linter/executors/lint.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-linter/executors/lint.md @@ -3,7 +3,7 @@ **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/build.md index 82c756b72e..ae0d83cc38 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/build.md @@ -3,7 +3,7 @@ Build a Next.js app Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/export.md b/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/export.md index b54040ee92..c13d6281eb 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/export.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/export.md @@ -3,7 +3,7 @@ Export a Next.js app. The exported application is located at dist/$outputPath/exported. Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/server.md b/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/server.md index f28542204f..35791486d4 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-next/executors/server.md @@ -3,7 +3,7 @@ Serve a Next.js app Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/build.md index f881cb8939..e0d7a33de5 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/build.md @@ -3,7 +3,7 @@ Build a Node application Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/execute.md b/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/execute.md index c7605b9379..18ddbf167a 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/execute.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/execute.md @@ -3,7 +3,7 @@ Execute a Node application Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/package.md b/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/package.md index c008785c34..75d9b52197 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-node/executors/package.md @@ -3,7 +3,7 @@ Package a Node library Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-nx-plugin/executors/e2e.md b/nx-dev/nx-dev/public/documentation/previous/react/api-nx-plugin/executors/e2e.md index 83870492de..acc7825317 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-nx-plugin/executors/e2e.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-nx-plugin/executors/e2e.md @@ -3,7 +3,7 @@ Creates and runs an e2e for a Nx Plugin Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-storybook/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/react/api-storybook/executors/build.md index 575413f4e5..488aee3918 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-storybook/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-storybook/executors/build.md @@ -3,7 +3,7 @@ Build Storybook Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-storybook/executors/storybook.md b/nx-dev/nx-dev/public/documentation/previous/react/api-storybook/executors/storybook.md index 241bfaf7ce..758c610353 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-storybook/executors/storybook.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-storybook/executors/storybook.md @@ -3,7 +3,7 @@ Serve Storybook Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/build.md b/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/build.md index c9f9830e0b..9a04702635 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/build.md @@ -3,7 +3,7 @@ Build a application Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/dev-server.md b/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/dev-server.md index 882b04de2f..7df9eab098 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/dev-server.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/dev-server.md @@ -3,7 +3,7 @@ Serve a web application Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/file-server.md b/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/file-server.md index 532648a84c..d57554b8ea 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/file-server.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/file-server.md @@ -3,7 +3,7 @@ Serve a web application from a folder Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/package.md b/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/package.md index 281a7e7655..6dfccd0d48 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-web/executors/package.md @@ -3,7 +3,7 @@ Package a library Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-workspace/executors/run-commands.md b/nx-dev/nx-dev/public/documentation/previous/react/api-workspace/executors/run-commands.md index 94467358d2..4e29a4ffa7 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-workspace/executors/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-workspace/executors/run-commands.md @@ -3,7 +3,7 @@ Run any custom commands with Nx Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Examples diff --git a/nx-dev/nx-dev/public/documentation/previous/react/api-workspace/executors/run-script.md b/nx-dev/nx-dev/public/documentation/previous/react/api-workspace/executors/run-script.md index 2106d245c3..1627863751 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/api-workspace/executors/run-script.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/api-workspace/executors/run-script.md @@ -3,7 +3,7 @@ Run an npm script using Nx Properties can be configured in workspace.json when defining the executor, or when invoking it. -Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/nx-cli#running-tasks. +Read more about how to use executors and the CLI here: https://nx.dev/latest/react/getting-started/nx-cli#common-commands. ## Properties diff --git a/nx-dev/nx-dev/public/documentation/previous/react/tutorial/06-proxy.md b/nx-dev/nx-dev/public/documentation/previous/react/tutorial/06-proxy.md index bd49864b6c..766ea1c094 100644 --- a/nx-dev/nx-dev/public/documentation/previous/react/tutorial/06-proxy.md +++ b/nx-dev/nx-dev/public/documentation/previous/react/tutorial/06-proxy.md @@ -72,7 +72,7 @@ Options: --help Show available options for project target. ``` -It helps with good editor integration (see [VSCode Support](https://nx.dev/react/getting-started/console)). +It helps with good editor integration (see [VSCode Support](https://nx.dev/latest/react/getting-started/console#nx-console-for-vscode)). But, most importantly, it provides a holistic dev experience regardless of the tools used, and enables advanced build features like distributed computation caching and distributed builds). diff --git a/packages/angular/src/migrations/update-12-3-0/update-storybook.ts b/packages/angular/src/migrations/update-12-3-0/update-storybook.ts index 8c8d16b02a..3828eae39f 100644 --- a/packages/angular/src/migrations/update-12-3-0/update-storybook.ts +++ b/packages/angular/src/migrations/update-12-3-0/update-storybook.ts @@ -26,7 +26,7 @@ export default async function (tree: Tree) { This workspace uses Storybook ${storybookVersion} which does not support Webpack 5. Storybook 6.2+ is required to support Webpack 5. See our documentation on migrating to Storybook 6: - https://nx.dev/angular/storybook/overview#upgrading-to-storybook-6-using-the-nx-migration-generator + https://nx.dev/latest/angular/storybook/overview#upgrading-to-storybook-6-using-the-nx-migration-generator `); throw new Error('Could not migrate to Angular 12'); } diff --git a/packages/workspace/src/generators/workspace/files/README.md__tmpl__ b/packages/workspace/src/generators/workspace/files/README.md__tmpl__ index 04c18d627c..3eec5466b8 100644 --- a/packages/workspace/src/generators/workspace/files/README.md__tmpl__ +++ b/packages/workspace/src/generators/workspace/files/README.md__tmpl__ @@ -12,9 +12,9 @@ This project was generated using [Nx](https://nx.dev). [Nx Documentation](https://nx.dev/angular) -[10-minute video showing all Nx features](https://nx.dev/angular/getting-started/what-is-nx) +[10-minute video showing all Nx features](https://nx.dev/getting-started/intro) -[Interactive Tutorial](https://nx.dev/angular/tutorial/01-create-application) +[Interactive Tutorial](https://nx.dev/tutorial/01-create-application) ## Adding capabilities to your workspace diff --git a/scripts/documentation/generate-executors-data.ts b/scripts/documentation/generate-executors-data.ts index 2e4382daa1..9d63cb89d8 100644 --- a/scripts/documentation/generate-executors-data.ts +++ b/scripts/documentation/generate-executors-data.ts @@ -87,7 +87,7 @@ function generateTemplate( Options can be configured in \`${filename}\` when defining the executor, or when invoking it. ${ framework != 'angular' - ? `Read more about how to use executors and the CLI here: https://nx.dev/${framework}/getting-started/nx-cli#running-tasks.` + ? `Read more about how to use executors and the CLI here: https://nx.dev/getting-started/nx-cli#common-commands.` : `` } \n`; @@ -116,7 +116,7 @@ function generateTemplate( ### ${option.deprecated ? `~~${option.name}~~` : option.name} ${ option.required ? '(*__required__*)' : '' } ${option.hidden ? '(__hidden__)' : ''} - + ${ !!option.aliases.length ? `Alias(es): ${option.aliases.join(',')}\n` @@ -143,8 +143,8 @@ function generateTemplate( } \n`; } - template += dedent` - ${enumStr} + template += dedent` + ${enumStr} ${formatDeprecated(option.description, option.deprecated)} `; @@ -154,7 +154,7 @@ function generateTemplate( #### ${optionValue.name} ${ optionValue.required ? '(*__required__*)' : '' } - Type: \`${optionValue.type}\` \n + Type: \`${optionValue.type}\` \n ${optionValue.description} `; }); diff --git a/scripts/documentation/internal-link-checker.ts b/scripts/documentation/internal-link-checker.ts index d73b5fcac8..19c8777575 100644 --- a/scripts/documentation/internal-link-checker.ts +++ b/scripts/documentation/internal-link-checker.ts @@ -198,7 +198,9 @@ function determineErroneousInternalLinks( let erroneousInternalLinks: Record | undefined; for (const [docPath, links] of Object.entries(internalLinks)) { const erroneousLinks = links.filter( - (link) => !validInternalLinksMap[`${link.slice(1)}`] + (link) => + !validInternalLinksMap[`${link.slice(1)}`] && + !validInternalLinksMap[`angular/${link.slice(1)}`] ); if (erroneousLinks.length) { if (!erroneousInternalLinks) {