Skip to content

Commit

Permalink
docs(nx-plugin): update some missed old paths (#19909)
Browse files Browse the repository at this point in the history
  • Loading branch information
forivall authored Oct 27, 2023
1 parent babb2e0 commit 40515c2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/generated/manifests/nx-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,7 @@
"type": "generator"
},
"/nx-api/plugin/generators/preset": {
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nrwl/nx-plugin`.",
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nx/plugin`.",
"file": "generated/packages/plugin/generators/preset.json",
"hidden": true,
"name": "preset",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1934,7 +1934,7 @@
"type": "generator"
},
{
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nrwl/nx-plugin`.",
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nx/plugin`.",
"file": "generated/packages/plugin/generators/preset.json",
"hidden": true,
"name": "preset",
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/packages/plugin/generators/preset.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"required": ["pluginName"],
"presets": []
},
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nrwl/nx-plugin`.",
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nx/plugin`.",
"hidden": true,
"x-use-standalone-layout": true,
"implementation": "/packages/plugin/src/generators/preset/generator.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/generators.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"preset": {
"factory": "./src/generators/preset/generator",
"schema": "./src/generators/preset/schema.json",
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nrwl/nx-plugin`.",
"description": "Initializes a workspace with an nx-plugin inside of it. Use as: `create-nx-workspace --preset @nx/plugin`.",
"hidden": true,
"x-use-standalone-layout": true
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/nx-plugin"
"directory": "packages/plugin"
},
"keywords": [
"Monorepo",
Expand Down

1 comment on commit 40515c2

@vercel
Copy link

@vercel vercel bot commented on 40515c2 Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

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

Please sign in to comment.