Skip to content

Commit

Permalink
docs(misc): update docs with removed generators, presets, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Apr 30, 2024
1 parent c43397e commit 4918741
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 515 deletions.
2 changes: 1 addition & 1 deletion docs/generated/cli/create-nx-workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Prefix to use for Angular component and directive selectors.

Type: `string`

Customizes the initial content of your workspace. Default presets include: ["apps", "empty", "core", "npm", "ts", "web-components", "angular-monorepo", "angular-standalone", "react-monorepo", "react-standalone", "vue-monorepo", "vue-standalone", "nuxt", "nuxt-standalone", "next", "nextjs-standalone", "remix-monorepo", "remix-standalone", "react-native", "expo", "nest", "express", "react", "vue", "angular", "node-standalone", "node-monorepo", "ts-standalone"]. To build your own see https://nx.dev/extending-nx/recipes/create-preset
Customizes the initial content of your workspace. Default presets include: ["apps", "npm", "ts", "web-components", "angular-monorepo", "angular-standalone", "react-monorepo", "react-standalone", "vue-monorepo", "vue-standalone", "nuxt", "nuxt-standalone", "next", "nextjs-standalone", "remix-monorepo", "remix-standalone", "react-native", "expo", "nest", "express", "react", "vue", "angular", "node-standalone", "node-monorepo", "ts-standalone"]. To build your own see https://nx.dev/extending-nx/recipes/create-preset

### routing

Expand Down
57 changes: 0 additions & 57 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -7003,63 +7003,6 @@
],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "generators",
"path": "/nx-api/cypress/generators",
"name": "generators",
"children": [
{
"id": "init",
"path": "/nx-api/cypress/generators/init",
"name": "init",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "cypress-project",
"path": "/nx-api/cypress/generators/cypress-project",
"name": "cypress-project",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "configuration",
"path": "/nx-api/cypress/generators/configuration",
"name": "configuration",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "component-configuration",
"path": "/nx-api/cypress/generators/component-configuration",
"name": "component-configuration",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "migrate-to-cypress-11",
"path": "/nx-api/cypress/generators/migrate-to-cypress-11",
"name": "migrate-to-cypress-11",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "convert-to-inferred",
"path": "/nx-api/cypress/generators/convert-to-inferred",
"name": "convert-to-inferred",
"children": [],
"isExternal": false,
"disableCollapsible": false
}
],
"isExternal": false,
"disableCollapsible": false
}
],
"isExternal": false,
Expand Down
57 changes: 1 addition & 56 deletions docs/generated/manifests/nx-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -500,62 +500,7 @@
"type": "executor"
}
},
"generators": {
"/nx-api/cypress/generators/init": {
"description": "Initialize the `@nrwl/cypress` plugin.",
"file": "generated/packages/cypress/generators/init.json",
"hidden": true,
"name": "init",
"originalFilePath": "/packages/cypress/src/generators/init/schema.json",
"path": "/nx-api/cypress/generators/init",
"type": "generator"
},
"/nx-api/cypress/generators/cypress-project": {
"description": "Add a Cypress E2E Project.",
"file": "generated/packages/cypress/generators/cypress-project.json",
"hidden": true,
"name": "cypress-project",
"originalFilePath": "/packages/cypress/src/generators/cypress-project/schema.json",
"path": "/nx-api/cypress/generators/cypress-project",
"type": "generator"
},
"/nx-api/cypress/generators/configuration": {
"description": "Add a Cypress E2E Configuration to an existing project.",
"file": "generated/packages/cypress/generators/configuration.json",
"hidden": false,
"name": "configuration",
"originalFilePath": "/packages/cypress/src/generators/configuration/schema.json",
"path": "/nx-api/cypress/generators/configuration",
"type": "generator"
},
"/nx-api/cypress/generators/component-configuration": {
"description": "Set up Cypress Component Test for a project",
"file": "generated/packages/cypress/generators/component-configuration.json",
"hidden": true,
"name": "component-configuration",
"originalFilePath": "/packages/cypress/src/generators/component-configuration/schema.json",
"path": "/nx-api/cypress/generators/component-configuration",
"type": "generator"
},
"/nx-api/cypress/generators/migrate-to-cypress-11": {
"description": "Migrate existing Cypress e2e projects to Cypress v11",
"file": "generated/packages/cypress/generators/migrate-to-cypress-11.json",
"hidden": false,
"name": "migrate-to-cypress-11",
"originalFilePath": "/packages/cypress/src/generators/migrate-to-cypress-11/schema.json",
"path": "/nx-api/cypress/generators/migrate-to-cypress-11",
"type": "generator"
},
"/nx-api/cypress/generators/convert-to-inferred": {
"description": "Convert existing Cypress project(s) using `@nx/cypress:cypress` executor to use `@nx/cypress/plugin`.",
"file": "generated/packages/cypress/generators/convert-to-inferred.json",
"hidden": false,
"name": "convert-to-inferred",
"originalFilePath": "/packages/cypress/src/generators/convert-to-inferred/schema.json",
"path": "/nx-api/cypress/generators/convert-to-inferred",
"type": "generator"
}
},
"generators": {},
"path": "/nx-api/cypress"
},
"detox": {
Expand Down
57 changes: 1 addition & 56 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,62 +492,7 @@
"type": "executor"
}
],
"generators": [
{
"description": "Initialize the `@nrwl/cypress` plugin.",
"file": "generated/packages/cypress/generators/init.json",
"hidden": true,
"name": "init",
"originalFilePath": "/packages/cypress/src/generators/init/schema.json",
"path": "cypress/generators/init",
"type": "generator"
},
{
"description": "Add a Cypress E2E Project.",
"file": "generated/packages/cypress/generators/cypress-project.json",
"hidden": true,
"name": "cypress-project",
"originalFilePath": "/packages/cypress/src/generators/cypress-project/schema.json",
"path": "cypress/generators/cypress-project",
"type": "generator"
},
{
"description": "Add a Cypress E2E Configuration to an existing project.",
"file": "generated/packages/cypress/generators/configuration.json",
"hidden": false,
"name": "configuration",
"originalFilePath": "/packages/cypress/src/generators/configuration/schema.json",
"path": "cypress/generators/configuration",
"type": "generator"
},
{
"description": "Set up Cypress Component Test for a project",
"file": "generated/packages/cypress/generators/component-configuration.json",
"hidden": true,
"name": "component-configuration",
"originalFilePath": "/packages/cypress/src/generators/component-configuration/schema.json",
"path": "cypress/generators/component-configuration",
"type": "generator"
},
{
"description": "Migrate existing Cypress e2e projects to Cypress v11",
"file": "generated/packages/cypress/generators/migrate-to-cypress-11.json",
"hidden": false,
"name": "migrate-to-cypress-11",
"originalFilePath": "/packages/cypress/src/generators/migrate-to-cypress-11/schema.json",
"path": "cypress/generators/migrate-to-cypress-11",
"type": "generator"
},
{
"description": "Convert existing Cypress project(s) using `@nx/cypress:cypress` executor to use `@nx/cypress/plugin`.",
"file": "generated/packages/cypress/generators/convert-to-inferred.json",
"hidden": false,
"name": "convert-to-inferred",
"originalFilePath": "/packages/cypress/src/generators/convert-to-inferred/schema.json",
"path": "cypress/generators/convert-to-inferred",
"type": "generator"
}
],
"generators": [],
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "cypress",
"packageName": "@nx/cypress",
Expand Down

This file was deleted.

0 comments on commit 4918741

Please sign in to comment.