docs(nxdev): remove flavour and versions patterns from docs (#8416)

This commit is contained in:
Benjamin Cabanes 2022-01-06 15:09:01 -05:00 committed by GitHub
parent 0338a14edb
commit 0fea1c8cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
58 changed files with 86 additions and 86 deletions

View File

@ -21,7 +21,7 @@ nx build <project> [options]
nx run <project>:build [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx e2e <project>
nx run <project>:e2e
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -17,7 +17,7 @@ nx generate <collection:generator>
nx g <generator>
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx lint <project> [options]
nx run <project>:lint [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -13,7 +13,7 @@ Runs an Architect target with an optional custom builder configuration defined i
nx run <target> [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx serve <project> [options]
nx run <project>:serve [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx test <project> [options]
nx run <project>:test [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -134,4 +134,4 @@ a lot better. [Read more about Nx CLI and Angular CLI.](/using-nx/nx-cli)
## What's Next
- Continue to [Step 2: Add E2E Tests](/latest/angular/tutorial/02-add-e2e-test)
- Continue to [Step 2: Add E2E Tests](/angular-tutorial/02-add-e2e-test)

View File

@ -39,4 +39,4 @@ As you progress through the tutorial, you work on making these E2E tests pass.
## What's Next
- Continue to [Step 3: Display Todos](/latest/angular/tutorial/03-display-todos)
- Continue to [Step 3: Display Todos](/angular-tutorial/03-display-todos)

View File

@ -82,4 +82,4 @@ The tests should pass now.
## What's Next
- Continue to [Step 4: Connect to an API](/latest/angular/tutorial/04-connect-to-api)
- Continue to [Step 4: Connect to an API](/angular-tutorial/04-connect-to-api)

View File

@ -58,4 +58,4 @@ export class AppComponent {
## What's Next
- Continue to [Step 5: Add Node Application Implementing an API](/latest/angular/tutorial/05-add-node-app)
- Continue to [Step 5: Add Node Application Implementing an API](/angular-tutorial/05-add-node-app)

View File

@ -188,4 +188,4 @@ The API starts running on port `3333`.
## What's Next
- Continue to [Step 6: Proxy](/latest/angular/tutorial/06-proxy)
- Continue to [Step 6: Proxy](/angular-tutorial/06-proxy)

View File

@ -42,4 +42,4 @@ This configuration tells `nx serve` to forward all requests starting with `/api`
## What's Next
- Continue to [Step 7: Share Code](/latest/angular/tutorial/07-share-code)
- Continue to [Step 7: Share Code](/angular-tutorial/07-share-code)

View File

@ -121,4 +121,4 @@ And you should see the application running.
## What's Next
- Continue to [Step 8: Create Libraries](/latest/angular/tutorial/08-create-libs)
- Continue to [Step 8: Create Libraries](/angular-tutorial/08-create-libs)

View File

@ -167,4 +167,4 @@ npx nx serve todos
## What's Next
- Continue to [Step 9: Using the Dependency Graph](/latest/angular/tutorial/09-dep-graph)
- Continue to [Step 9: Using the Dependency Graph](/angular-tutorial/09-dep-graph)

View File

@ -16,4 +16,4 @@ npx nx dep-graph
## What's Next
- Continue to [Step 10: Using Computation Caching](/latest/angular/tutorial/10-computation-caching)
- Continue to [Step 10: Using Computation Caching](/angular-tutorial/10-computation-caching)

View File

@ -69,4 +69,4 @@ Nx built `api` and retrieved `todos` from its computation cache. Read more about
## What's Next
- Continue to [Step 11: Test Affected Projects](/latest/angular/tutorial/11-test-affected-projects)
- Continue to [Step 11: Test Affected Projects](/angular-tutorial/11-test-affected-projects)

View File

@ -82,4 +82,4 @@ npx nx affected:build
## What's Next
- Continue to [Step 12: Summary](/latest/angular/tutorial/12-summary)
- Continue to [Step 12: Summary](/angular-tutorial/12-summary)

View File

@ -21,7 +21,7 @@ nx build <project> [options]
nx run <project>:build [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx e2e <project>
nx run <project>:e2e
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -17,7 +17,7 @@ nx generate <collection:generator>
nx g <generator>
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx lint <project> [options]
nx run <project>:lint [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -13,7 +13,7 @@ Runs an Architect target with an optional custom builder configuration defined i
nx run <target> [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx serve <project> [options]
nx run <project>:serve [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx test <project> [options]
nx run <project>:test [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -450,7 +450,7 @@ a [`.gitignore` file](https://git-scm.com/book/en/v2/Git-Basics-Recording-Change
## Validating the configuration
If at any point in time you want to check if your configuration is in sync, you can use
the [workspace-lint]({{framework}}/cli/workspace-lint) executor:
the [workspace-lint](/cli/workspace-lint) executor:
```bash
nx workspace-lint

View File

@ -8,20 +8,20 @@ If you're only interested in improving the performance of your monorepo by using
Check out the following guides to get started:
- [Installing Nx CLI & creating a new Nx Workspace](/{{framework}}/getting-started/nx-setup)
- [Adding Nx to an existing monorepo](/{{framework}}/migration/adding-to-monorepo)
- [Adding Nx to an Angular CLI project](/{{framework}}/migration/migration-angular)
- [Migrating from AngularJS](/{{framework}}/migration/migration-angularjs)
- [Using Nx without plugins](/{{framework}}/getting-started/nx-core)
- [Installing Nx CLI & creating a new Nx Workspace](//getting-started/nx-setup)
- [Adding Nx to an existing monorepo](//migration/adding-to-monorepo)
- [Adding Nx to an Angular CLI project](//migration/migration-angular)
- [Migrating from AngularJS](//migration/migration-angularjs)
- [Using Nx without plugins](//getting-started/nx-core)
- [CI Overview](/using-nx/ci-overview)
It is also a good idea to read the [mental model guide](/using-nx/mental-model) to understand how Nx works.
## Nx and Angular Plugins
Nx plugins helps you develop [Angular](/{{framework}}/angular/overview) applications with fully integrated support for
modern tools and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),
[ESLint](/{{framework}}/linter/eslint), Storybook, [NgRx](/angular/guides/misc-ngrx) and more.
Nx plugins helps you develop [Angular](//angular/overview) applications with fully integrated support for
modern tools and libraries like [Jest](//jest/overview), [Cypress](//cypress/overview),
[ESLint](//linter/eslint), Storybook, [NgRx](/angular/guides/misc-ngrx) and more.
### 10-min Video Overview

View File

@ -8,20 +8,20 @@ If you're only interested in improving the performance of your monorepo by using
Check out the following guides to get started:
- [Installing Nx CLI & creating a new Nx Workspace](/{{framework}}/getting-started/nx-setup)
- [Adding Nx to an existing monorepo](/{{framework}}/migration/adding-to-monorepo)
- [Migrating from CRA](/{{framework}}/migration/migration-cra)
- [Using Nx without plugins](/{{framework}}/getting-started/nx-core)
- [Installing Nx CLI & creating a new Nx Workspace](//getting-started/nx-setup)
- [Adding Nx to an existing monorepo](//migration/adding-to-monorepo)
- [Migrating from CRA](//migration/migration-cra)
- [Using Nx without plugins](//getting-started/nx-core)
- [CI Overview](/using-nx/ci-overview)
It is also a good idea to read the [mental model guide](/using-nx/mental-model) to understand how Nx works.
## Nx and React Plugins
Nx plugins help you develop [React](/{{framework}}/react/overview) applications with fully integrated support for modern tools
and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),
Storybook, [ESLint](/{{framework}}/linter/eslint), and more. Nx also supports React
frameworks like [Gatsby](/{{version}}/react/gatsby/overview), [Next.js](/{{version}}/react/guides/nextjs), Remix, and has great support for React Native.
Nx plugins help you develop [React](//react/overview) applications with fully integrated support for modern tools
and libraries like [Jest](//jest/overview), [Cypress](//cypress/overview),
Storybook, [ESLint](//linter/eslint), and more. Nx also supports React
frameworks like [Gatsby](///gatsby/overview), [Next.js](///guides/nextjs), Remix, and has great support for React Native.
### 10-min Video Overview

View File

@ -97,7 +97,7 @@ Learn more about the advantages of Nx in the following guides:
## Transitioning Manually
If you are unable to automatically transform your Angular CLI workspace to an Nx workspace using the [ng add]({{framework}}/migration/migration-angular#using-ng-add-preserving-your-existing-structure) method, there are some manual steps you can take to move your project(s) into an Nx workspace.
If you are unable to automatically transform your Angular CLI workspace to an Nx workspace using the [ng add](/migration/migration-angular#using-ng-add-preserving-your-existing-structure) method, there are some manual steps you can take to move your project(s) into an Nx workspace.
### Generating a new workspace

View File

@ -21,7 +21,7 @@ nx build <project> [options]
nx run <project>:build [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx e2e <project>
nx run <project>:e2e
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -17,7 +17,7 @@ nx generate <collection:generator>
nx g <generator>
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx lint <project> [options]
nx run <project>:lint [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -13,7 +13,7 @@ Runs an Architect target with an optional custom builder configuration defined i
nx run <target> [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx serve <project> [options]
nx run <project>:serve [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx test <project> [options]
nx run <project>:test [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -134,4 +134,4 @@ a lot better. [Read more about Nx CLI and Angular CLI.](/using-nx/nx-cli)
## What's Next
- Continue to [Step 2: Add E2E Tests](/latest/angular/tutorial/02-add-e2e-test)
- Continue to [Step 2: Add E2E Tests](/angular-tutorial/02-add-e2e-test)

View File

@ -39,4 +39,4 @@ As you progress through the tutorial, you work on making these E2E tests pass.
## What's Next
- Continue to [Step 3: Display Todos](/latest/angular/tutorial/03-display-todos)
- Continue to [Step 3: Display Todos](/angular-tutorial/03-display-todos)

View File

@ -82,4 +82,4 @@ The tests should pass now.
## What's Next
- Continue to [Step 4: Connect to an API](/latest/angular/tutorial/04-connect-to-api)
- Continue to [Step 4: Connect to an API](/angular-tutorial/04-connect-to-api)

View File

@ -58,4 +58,4 @@ export class AppComponent {
## What's Next
- Continue to [Step 5: Add Node Application Implementing an API](/latest/angular/tutorial/05-add-node-app)
- Continue to [Step 5: Add Node Application Implementing an API](/angular-tutorial/05-add-node-app)

View File

@ -188,4 +188,4 @@ The API starts running on port `3333`.
## What's Next
- Continue to [Step 6: Proxy](/latest/angular/tutorial/06-proxy)
- Continue to [Step 6: Proxy](/angular-tutorial/06-proxy)

View File

@ -42,4 +42,4 @@ This configuration tells `nx serve` to forward all requests starting with `/api`
## What's Next
- Continue to [Step 7: Share Code](/latest/angular/tutorial/07-share-code)
- Continue to [Step 7: Share Code](/angular-tutorial/07-share-code)

View File

@ -121,4 +121,4 @@ And you should see the application running.
## What's Next
- Continue to [Step 8: Create Libraries](/latest/angular/tutorial/08-create-libs)
- Continue to [Step 8: Create Libraries](/angular-tutorial/08-create-libs)

View File

@ -167,4 +167,4 @@ npx nx serve todos
## What's Next
- Continue to [Step 9: Using the Dependency Graph](/latest/angular/tutorial/09-dep-graph)
- Continue to [Step 9: Using the Dependency Graph](/angular-tutorial/09-dep-graph)

View File

@ -16,4 +16,4 @@ npx nx dep-graph
## What's Next
- Continue to [Step 10: Using Computation Caching](/latest/angular/tutorial/10-computation-caching)
- Continue to [Step 10: Using Computation Caching](/angular-tutorial/10-computation-caching)

View File

@ -69,4 +69,4 @@ Nx built `api` and retrieved `todos` from its computation cache. Read more about
## What's Next
- Continue to [Step 11: Test Affected Projects](/latest/angular/tutorial/11-test-affected-projects)
- Continue to [Step 11: Test Affected Projects](/angular-tutorial/11-test-affected-projects)

View File

@ -82,4 +82,4 @@ npx nx affected:build
## What's Next
- Continue to [Step 12: Summary](/latest/angular/tutorial/12-summary)
- Continue to [Step 12: Summary](/angular-tutorial/12-summary)

View File

@ -21,7 +21,7 @@ nx build <project> [options]
nx run <project>:build [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx e2e <project>
nx run <project>:e2e
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -17,7 +17,7 @@ nx generate <collection:generator>
nx g <generator>
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx lint <project> [options]
nx run <project>:lint [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -13,7 +13,7 @@ Runs an Architect target with an optional custom builder configuration defined i
nx run <target> [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx serve <project> [options]
nx run <project>:serve [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -21,7 +21,7 @@ nx test <project> [options]
nx run <project>:test [options]
```
[Install `nx` globally]({{framework}}/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
### Examples

View File

@ -450,7 +450,7 @@ a [`.gitignore` file](https://git-scm.com/book/en/v2/Git-Basics-Recording-Change
## Validating the configuration
If at any point in time you want to check if your configuration is in sync, you can use
the [workspace-lint]({{framework}}/cli/workspace-lint) executor:
the [workspace-lint](/cli/workspace-lint) executor:
```bash
nx workspace-lint

View File

@ -8,20 +8,20 @@ If you're only interested in improving the performance of your monorepo by using
Check out the following guides to get started:
- [Installing Nx CLI & creating a new Nx Workspace](/{{framework}}/getting-started/nx-setup)
- [Adding Nx to an existing monorepo](/{{framework}}/migration/adding-to-monorepo)
- [Adding Nx to an Angular CLI project](/{{framework}}/migration/migration-angular)
- [Migrating from AngularJS](/{{framework}}/migration/migration-angularjs)
- [Using Nx without plugins](/{{framework}}/getting-started/nx-core)
- [Installing Nx CLI & creating a new Nx Workspace](//getting-started/nx-setup)
- [Adding Nx to an existing monorepo](//migration/adding-to-monorepo)
- [Adding Nx to an Angular CLI project](//migration/migration-angular)
- [Migrating from AngularJS](//migration/migration-angularjs)
- [Using Nx without plugins](//getting-started/nx-core)
- [CI Overview](/using-nx/ci-overview)
It is also a good idea to read the [mental model guide](/using-nx/mental-model) to understand how Nx works.
## Nx and Angular Plugins
Nx plugins helps you develop [Angular](/{{framework}}/angular/overview) applications with fully integrated support for
modern tools and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),
[ESLint](/{{framework}}/linter/eslint), Storybook, [NgRx](/angular/guides/misc-ngrx) and more.
Nx plugins helps you develop [Angular](//angular/overview) applications with fully integrated support for
modern tools and libraries like [Jest](//jest/overview), [Cypress](//cypress/overview),
[ESLint](//linter/eslint), Storybook, [NgRx](/angular/guides/misc-ngrx) and more.
### 10-min Video Overview

View File

@ -8,20 +8,20 @@ If you're only interested in improving the performance of your monorepo by using
Check out the following guides to get started:
- [Installing Nx CLI & creating a new Nx Workspace](/{{framework}}/getting-started/nx-setup)
- [Adding Nx to an existing monorepo](/{{framework}}/migration/adding-to-monorepo)
- [Migrating from CRA](/{{framework}}/migration/migration-cra)
- [Using Nx without plugins](/{{framework}}/getting-started/nx-core)
- [Installing Nx CLI & creating a new Nx Workspace](//getting-started/nx-setup)
- [Adding Nx to an existing monorepo](//migration/adding-to-monorepo)
- [Migrating from CRA](//migration/migration-cra)
- [Using Nx without plugins](//getting-started/nx-core)
- [CI Overview](/using-nx/ci-overview)
It is also a good idea to read the [mental model guide](/using-nx/mental-model) to understand how Nx works.
## Nx and React Plugins
Nx plugins help you develop [React](/{{framework}}/react/overview) applications with fully integrated support for modern tools
and libraries like [Jest](/{{framework}}/jest/overview), [Cypress](/{{framework}}/cypress/overview),
Storybook, [ESLint](/{{framework}}/linter/eslint), and more. Nx also supports React
frameworks like [Gatsby](/{{version}}/react/gatsby/overview), [Next.js](/{{version}}/react/guides/nextjs), Remix, and has great support for React Native.
Nx plugins help you develop [React](//react/overview) applications with fully integrated support for modern tools
and libraries like [Jest](//jest/overview), [Cypress](//cypress/overview),
Storybook, [ESLint](//linter/eslint), and more. Nx also supports React
frameworks like [Gatsby](///gatsby/overview), [Next.js](///guides/nextjs), Remix, and has great support for React Native.
### 10-min Video Overview

View File

@ -97,7 +97,7 @@ Learn more about the advantages of Nx in the following guides:
## Transitioning Manually
If you are unable to automatically transform your Angular CLI workspace to an Nx workspace using the [ng add]({{framework}}/migration/migration-angular#using-ng-add-preserving-your-existing-structure) method, there are some manual steps you can take to move your project(s) into an Nx workspace.
If you are unable to automatically transform your Angular CLI workspace to an Nx workspace using the [ng add](/migration/migration-angular#using-ng-add-preserving-your-existing-structure) method, there are some manual steps you can take to move your project(s) into an Nx workspace.
### Generating a new workspace