From 40515c2a0ee0eaa08313b6d19a401a6bb0855320 Mon Sep 17 00:00:00 2001 From: Emily Marigold Klassen <760204+forivall@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:01:17 -0700 Subject: [PATCH] docs(nx-plugin): update some missed old paths (#19909) --- docs/generated/manifests/nx-api.json | 2 +- docs/generated/packages-metadata.json | 2 +- docs/generated/packages/plugin/generators/preset.json | 2 +- packages/plugin/generators.json | 2 +- packages/plugin/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/generated/manifests/nx-api.json b/docs/generated/manifests/nx-api.json index e34947a573c7d..ed4fbb92843a0 100644 --- a/docs/generated/manifests/nx-api.json +++ b/docs/generated/manifests/nx-api.json @@ -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", diff --git a/docs/generated/packages-metadata.json b/docs/generated/packages-metadata.json index 72c84e1379591..0bd0d06d0b716 100644 --- a/docs/generated/packages-metadata.json +++ b/docs/generated/packages-metadata.json @@ -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", diff --git a/docs/generated/packages/plugin/generators/preset.json b/docs/generated/packages/plugin/generators/preset.json index 4a0ba2b843cba..9c92daa6244ea 100644 --- a/docs/generated/packages/plugin/generators/preset.json +++ b/docs/generated/packages/plugin/generators/preset.json @@ -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", diff --git a/packages/plugin/generators.json b/packages/plugin/generators.json index ec98198289e86..30b01dd4c7193 100644 --- a/packages/plugin/generators.json +++ b/packages/plugin/generators.json @@ -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 } diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 44823b513cf94..c2053ea94f3d8 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -6,7 +6,7 @@ "repository": { "type": "git", "url": "https://github.com/nrwl/nx.git", - "directory": "packages/nx-plugin" + "directory": "packages/plugin" }, "keywords": [ "Monorepo",