Skip to content

Commit

Permalink
chore(node): update docs after consolidating js and node plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored and Jack Hsu committed Feb 23, 2022
1 parent 4790cc2 commit b48bb94
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 365 deletions.
166 changes: 0 additions & 166 deletions docs/generated/api-js/generators/application.md

This file was deleted.

68 changes: 0 additions & 68 deletions docs/generated/api-node/executors/execute.md

This file was deleted.

@@ -1,11 +1,11 @@
---
title: '@nrwl/js:node executor'
description: 'Build Node.js applications'
title: '@nrwl/node:node executor'
description: 'Execute a Node application'
---

# @nrwl/js:node
# @nrwl/node:node

Build Node.js applications
Execute a Node application

Options can be configured in `workspace.json` when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.

Expand Down
102 changes: 0 additions & 102 deletions docs/generated/api-node/executors/package.md

This file was deleted.

@@ -1,11 +1,11 @@
---
title: '@nrwl/node:build executor'
description: 'Build a Node application'
title: '@nrwl/node:webpack executor'
description: 'Build a Node application using webpack'
---

# @nrwl/node:build
# @nrwl/node:webpack

Build a Node application
Build a Node application using webpack

Options can be configured in `workspace.json` when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.

Expand Down

0 comments on commit b48bb94

Please sign in to comment.