Skip to content

Commit

Permalink
docs(nxdev): fix link to docs from executors (nrwl#4908)
Browse files Browse the repository at this point in the history
ISSUES CLOSED: nrwl#4862

Co-authored-by: Isaac Mann <[email protected]>
  • Loading branch information
isaacplmann and Isaac Mann authored Feb 26, 2021
1 parent 925e5d2 commit 1c94df1
Show file tree
Hide file tree
Showing 49 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/node/api-angular/executors/ng-packagr-lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-angular/executors/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-angular/executors/webpack-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-cypress/executors/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-gatsby/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-gatsby/executors/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-jest/executors/jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-linter/executors/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-linter/executors/lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-next/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-next/executors/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-next/executors/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-node/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-node/executors/execute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-node/executors/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-nx-plugin/executors/e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-storybook/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-storybook/executors/storybook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-web/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-web/executors/dev-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-web/executors/file-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-web/executors/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-workspace/executors/run-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/node/api-workspace/executors/run-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/node/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-angular/executors/ng-packagr-lite.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-angular/executors/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-angular/executors/webpack-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-cypress/executors/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-gatsby/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-gatsby/executors/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-jest/executors/jest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-linter/executors/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-linter/executors/lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-next/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-next/executors/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-next/executors/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-node/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-node/executors/execute.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-node/executors/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-nx-plugin/executors/e2e.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-storybook/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-storybook/executors/storybook.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-web/executors/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
2 changes: 1 addition & 1 deletion docs/react/api-web/executors/dev-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/guides/cli.
Read more about how to use executors and the CLI here: https://nx.dev/react/getting-started/cli-overview#running-tasks.

## Properties

Expand Down
Loading

0 comments on commit 1c94df1

Please sign in to comment.