docs(nx-plugin): update some missed old paths (#19909)
This commit is contained in:
parent
babb2e0569
commit
40515c2a0e
@ -1957,7 +1957,7 @@
|
|||||||
"type": "generator"
|
"type": "generator"
|
||||||
},
|
},
|
||||||
"/nx-api/plugin/generators/preset": {
|
"/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",
|
"file": "generated/packages/plugin/generators/preset.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "preset",
|
"name": "preset",
|
||||||
|
|||||||
@ -1934,7 +1934,7 @@
|
|||||||
"type": "generator"
|
"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",
|
"file": "generated/packages/plugin/generators/preset.json",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"name": "preset",
|
"name": "preset",
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
"required": ["pluginName"],
|
"required": ["pluginName"],
|
||||||
"presets": []
|
"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,
|
"hidden": true,
|
||||||
"x-use-standalone-layout": true,
|
"x-use-standalone-layout": true,
|
||||||
"implementation": "/packages/plugin/src/generators/preset/generator.ts",
|
"implementation": "/packages/plugin/src/generators/preset/generator.ts",
|
||||||
|
|||||||
@ -41,7 +41,7 @@
|
|||||||
"preset": {
|
"preset": {
|
||||||
"factory": "./src/generators/preset/generator",
|
"factory": "./src/generators/preset/generator",
|
||||||
"schema": "./src/generators/preset/schema.json",
|
"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,
|
"hidden": true,
|
||||||
"x-use-standalone-layout": true
|
"x-use-standalone-layout": true
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nrwl/nx.git",
|
"url": "https://github.com/nrwl/nx.git",
|
||||||
"directory": "packages/nx-plugin"
|
"directory": "packages/plugin"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Monorepo",
|
"Monorepo",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user