docs(nx-plugin): update some missed old paths (#19909)
This commit is contained in:
parent
babb2e0569
commit
40515c2a0e
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nrwl/nx.git",
|
||||
"directory": "packages/nx-plugin"
|
||||
"directory": "packages/plugin"
|
||||
},
|
||||
"keywords": [
|
||||
"Monorepo",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user