cleanup(docs): use words generator and executor in api docs

This commit is contained in:
victor savkin 2020-11-24 10:30:00 -05:00 committed by Victor Savkin
parent 2824794a92
commit 0a955a420c
243 changed files with 560 additions and 560 deletions

View File

@ -2,7 +2,7 @@
Build an Angular library for incremental building
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Build and package an Angular library for publishing
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Angular browser builder that supports incremental builds
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Run Cypress e2e tests
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Run Jest unit tests
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Run ESLint on a project
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Build a Next.js app
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Export a Next.js app. The exported application is located at dist/\$outputPath/exported.
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Serve a Next.js app
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Build a Node application
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Execute a Node application
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Package a Node library
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Creates and runs an e2e for a Nx Plugin
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Build Storybook
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Serve Storybook
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Build a application
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Serve a web application
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Serve a web application from a folder
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Package a library
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Properties

View File

@ -2,7 +2,7 @@
Run any custom commands with Nx
Builder properties can be configured in angular.json when defining the builder, or when invoking it.
Properties can be configured in angular.json when defining the executor, or when invoking it.
## Examples

File diff suppressed because it is too large Load Diff

View File

@ -2,8 +2,8 @@
Build an Angular library for incremental building
Builder properties can be configured in workspace.json when defining the builder, or when invoking it.
Read more about how to use builders and the CLI here: https://nx.dev/node/guides/cli.
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.
## Properties

View File

@ -2,8 +2,8 @@
Build and package an Angular library for publishing
Builder properties can be configured in workspace.json when defining the builder, or when invoking it.
Read more about how to use builders and the CLI here: https://nx.dev/node/guides/cli.
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.
## Properties

View File

@ -2,8 +2,8 @@
Angular browser builder that supports incremental builds
Builder properties can be configured in workspace.json when defining the builder, or when invoking it.
Read more about how to use builders and the CLI here: https://nx.dev/node/guides/cli.
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.
## Properties

View File

@ -2,8 +2,8 @@
Run Cypress e2e tests
Builder properties can be configured in workspace.json when defining the builder, or when invoking it.
Read more about how to use builders and the CLI here: https://nx.dev/node/guides/cli.
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.
## Properties

View File

@ -2,8 +2,8 @@
Run Jest unit tests
Builder properties can be configured in workspace.json when defining the builder, or when invoking it.
Read more about how to use builders and the CLI here: https://nx.dev/node/guides/cli.
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.
## Properties

View File

@ -2,8 +2,8 @@
Run ESLint on a project
Builder properties can be configured in workspace.json when defining the builder, or when invoking it.
Read more about how to use builders and the CLI here: https://nx.dev/node/guides/cli.
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.
## Properties

View File

@ -2,8 +2,8 @@
**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0
Builder properties can be configured in workspace.json when defining the builder, or when invoking it.
Read more about how to use builders and the CLI here: https://nx.dev/node/guides/cli.
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.
## Properties

Some files were not shown because too many files have changed in this diff Show More