Skip to content

Commit 5e2bf07

Browse files
ZackDeRoseisaacplmann
andauthoredApr 27, 2023
docs(core): fixing some references to old architect terminology (#16424)
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
1 parent 6dd1385 commit 5e2bf07

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed
 

‎docs/generated/cli/run.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: 'run - CLI command'
3-
description: 'Runs an Architect target with an optional custom builder configuration defined in your project.'
3+
description: 'Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.'
44
---
55

66
# run
77

8-
Runs an Architect target with an optional custom builder configuration defined in your project.
8+
Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.
99

1010
## Usage
1111

‎docs/generated/packages/nest/documents/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ nx build my-nest-lib
9393

9494
#### Waiting for other builds
9595

96-
Setting the `waitUntilTargets` option with an array of projects (with the following format: `"project:architect"`) will execute those commands before serving the Nest application.
96+
Setting the `waitUntilTargets` option with an array of projects (with the following format: `"project:target"`) will execute those commands before serving the Nest application.
9797

9898
### Serve
9999

‎docs/generated/packages/node/documents/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ nx g @nrwl/node:application my-new-app \
7676

7777
### Debugging
7878

79-
Debugging is set to use a random port that is available on the system. The port can be changed by setting the port option in the `serve` architect in the project.json. Or by running the serve command with `--port <number>`.
79+
Debugging is set to use a random port that is available on the system. The port can be changed by setting the port option in the `serve` target in the project.json. Or by running the serve command with `--port <number>`.
8080

8181
For additional information on how to debug Node applications, see the [Node.js debugging getting started guide](https://nodejs.org/en/docs/guides/debugging-getting-started/#inspector-clients).
8282

‎docs/generated/packages/nx/documents/run.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: 'run - CLI command'
3-
description: 'Runs an Architect target with an optional custom builder configuration defined in your project.'
3+
description: 'Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.'
44
---
55

66
# run
77

8-
Runs an Architect target with an optional custom builder configuration defined in your project.
8+
Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.
99

1010
## Usage
1111

‎docs/shared/cli/run.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: 'run - CLI command'
3-
description: 'Runs an Architect target with an optional custom builder configuration defined in your project.'
3+
description: 'Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.'
44
---
55

66
# run
77

8-
Runs an Architect target with an optional custom builder configuration defined in your project.
8+
Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.
99

1010
## Usage
1111

‎docs/shared/core-features/integrate-with-editors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Integrate with Editors
22

3-
Nx Console is the UI for Nx. It works for any generator or any architect commands. Nx Console does not have a specific UI for, say, generating a component. Instead, Nx Console does what the command-line version of Nx does - it analyzes the same meta information to create the needed UI. This means that anything you can do with Nx, you can do with Nx Console.
3+
Nx Console is the UI for Nx. It works for any installed generators or any targets defined in your workspace. Nx Console does not have a specific UI for, say, generating a component. Instead, Nx Console does what the command-line version of Nx does - it analyzes the same meta information to create the needed UI. This means that anything you can do with Nx, you can do with Nx Console.
44

55
## Download
66

‎docs/shared/packages/nest/nest-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ nx build my-nest-lib
9393

9494
#### Waiting for other builds
9595

96-
Setting the `waitUntilTargets` option with an array of projects (with the following format: `"project:architect"`) will execute those commands before serving the Nest application.
96+
Setting the `waitUntilTargets` option with an array of projects (with the following format: `"project:target"`) will execute those commands before serving the Nest application.
9797

9898
### Serve
9999

‎docs/shared/packages/node/node-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ nx g @nrwl/node:application my-new-app \
7676

7777
### Debugging
7878

79-
Debugging is set to use a random port that is available on the system. The port can be changed by setting the port option in the `serve` architect in the project.json. Or by running the serve command with `--port <number>`.
79+
Debugging is set to use a random port that is available on the system. The port can be changed by setting the port option in the `serve` target in the project.json. Or by running the serve command with `--port <number>`.
8080

8181
For additional information on how to debug Node applications, see the [Node.js debugging getting started guide](https://nodejs.org/en/docs/guides/debugging-getting-started/#inspector-clients).
8282

1 commit comments

Comments
 (1)

vercel[bot] commented on Apr 27, 2023

@vercel[bot]

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.