Skip to content

Commit

Permalink
docs(core): detox package has better schema descriptions (#9504)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes committed Mar 24, 2022
1 parent 2502821 commit f4b6a83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/generated/packages/detox.json
@@ -1,7 +1,7 @@
{
"githubRoot": "https://github.com/nrwl/nx/blob/master",
"name": "detox",
"description": "Detox Plugin for Nx",
"description": "The Nx Plugin for Detox contains executors and generators allowing your workspace to use the powerful Detox integration testing capabilities.",
"root": "/packages/detox",
"source": "/packages/detox/src",
"generators": [
Expand All @@ -23,7 +23,7 @@
"required": [],
"presets": []
},
"description": "Initialize the @nrwl/detox plugin",
"description": "Initialize the `@nrwl/detox` plugin.",
"hidden": true,
"implementation": "/packages/detox/src/generators/init/init#detoxInitGenerator.ts",
"aliases": [],
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"aliases": ["app"],
"x-type": "application",
"description": "Create a detox application",
"description": "Create a Detox application.",
"implementation": "/packages/detox/src/generators/application/application#detoxApplicationGenerator.ts",
"hidden": false,
"path": "/packages/detox/src/generators/application/schema.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/detox/generators.json
Expand Up @@ -6,30 +6,30 @@
"init": {
"factory": "./src/generators/init/init#detoxInitSchematic",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the @nrwl/detox plugin",
"description": "Initialize the `@nrwl/detox` plugin.",
"hidden": true
},
"application": {
"factory": "./src/generators/application/application#detoxApplicationSchematic",
"schema": "./src/generators/application/schema.json",
"aliases": ["app"],
"x-type": "application",
"description": "Create a detox application"
"description": "Create a Detox application."
}
},
"generators": {
"init": {
"factory": "./src/generators/init/init#detoxInitGenerator",
"schema": "./src/generators/init/schema.json",
"description": "Initialize the @nrwl/detox plugin",
"description": "Initialize the `@nrwl/detox` plugin.",
"hidden": true
},
"application": {
"factory": "./src/generators/application/application#detoxApplicationGenerator",
"schema": "./src/generators/application/schema.json",
"aliases": ["app"],
"x-type": "application",
"description": "Create a detox application"
"description": "Create a Detox application."
}
}
}
2 changes: 1 addition & 1 deletion packages/detox/package.json
@@ -1,7 +1,7 @@
{
"name": "@nrwl/detox",
"version": "0.0.1",
"description": "Detox Plugin for Nx",
"description": "The Nx Plugin for Detox contains executors and generators allowing your workspace to use the powerful Detox integration testing capabilities.",
"keywords": [
"Monorepo",
"React",
Expand Down

1 comment on commit f4b6a83

@vercel
Copy link

@vercel vercel bot commented on f4b6a83 Mar 24, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.