diff --git a/docs/angular/api-angular/executors/delegate-build.md b/docs/angular/api-angular/executors/delegate-build.md index 66947c2478f6f..ccaf684600e5d 100644 --- a/docs/angular/api-angular/executors/delegate-build.md +++ b/docs/angular/api-angular/executors/delegate-build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:delegate-build executor' +description: 'Delegates the build to a different target while supporting incremental builds.' +--- + # @nrwl/angular:delegate-build Delegates the build to a different target while supporting incremental builds. diff --git a/docs/angular/api-angular/executors/ng-packagr-lite.md b/docs/angular/api-angular/executors/ng-packagr-lite.md index 1a910703c008a..253dd6d2c79e8 100644 --- a/docs/angular/api-angular/executors/ng-packagr-lite.md +++ b/docs/angular/api-angular/executors/ng-packagr-lite.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ng-packagr-lite executor' +description: 'Builds a library with support for incremental builds.' +--- + # @nrwl/angular:ng-packagr-lite Builds a library with support for incremental builds. diff --git a/docs/angular/api-angular/executors/package.md b/docs/angular/api-angular/executors/package.md index c177134d1b197..2a6f57f8d1dcf 100644 --- a/docs/angular/api-angular/executors/package.md +++ b/docs/angular/api-angular/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:package executor' +description: 'Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.' +--- + # @nrwl/angular:package Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. diff --git a/docs/angular/api-angular/executors/webpack-browser.md b/docs/angular/api-angular/executors/webpack-browser.md index 5b8b290ed444c..8d50ab3528c8e 100644 --- a/docs/angular/api-angular/executors/webpack-browser.md +++ b/docs/angular/api-angular/executors/webpack-browser.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-browser executor' +description: 'Builds a browser application with support for incremental builds and custom webpack configuration.' +--- + # @nrwl/angular:webpack-browser Builds a browser application with support for incremental builds and custom webpack configuration. diff --git a/docs/angular/api-angular/executors/webpack-server.md b/docs/angular/api-angular/executors/webpack-server.md index 5dee43091497c..be7e6b29b0ddd 100644 --- a/docs/angular/api-angular/executors/webpack-server.md +++ b/docs/angular/api-angular/executors/webpack-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-server executor' +description: 'Serves a browser application with support for a custom webpack configuration.' +--- + # @nrwl/angular:webpack-server Serves a browser application with support for a custom webpack configuration. diff --git a/docs/angular/api-angular/generators/application.md b/docs/angular/api-angular/generators/application.md index d57f040dff485..f055a8be318ad 100644 --- a/docs/angular/api-angular/generators/application.md +++ b/docs/angular/api-angular/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:application generator' +description: 'Creates an Angular application.' +--- + # @nrwl/angular:application Creates an Angular application. diff --git a/docs/angular/api-angular/generators/convert-tslint-to-eslint.md b/docs/angular/api-angular/generators/convert-tslint-to-eslint.md index a7bb1c4095089..e4db24bd3e947 100644 --- a/docs/angular/api-angular/generators/convert-tslint-to-eslint.md +++ b/docs/angular/api-angular/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:convert-tslint-to-eslint generator' +description: 'Converts a project from TSLint to ESLint.' +--- + # @nrwl/angular:convert-tslint-to-eslint Converts a project from TSLint to ESLint. diff --git a/docs/angular/api-angular/generators/downgrade-module.md b/docs/angular/api-angular/generators/downgrade-module.md index c0fdb0888e671..0d3cda452c276 100644 --- a/docs/angular/api-angular/generators/downgrade-module.md +++ b/docs/angular/api-angular/generators/downgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:downgrade-module generator' +description: 'Sets up a Downgrade Module.' +--- + # @nrwl/angular:downgrade-module Sets up a Downgrade Module. diff --git a/docs/angular/api-angular/generators/karma-project.md b/docs/angular/api-angular/generators/karma-project.md index 1bb55f6e1b49b..179095cc444c5 100644 --- a/docs/angular/api-angular/generators/karma-project.md +++ b/docs/angular/api-angular/generators/karma-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma-project generator' +description: 'Adds Karma configuration to a project.' +--- + # @nrwl/angular:karma-project Adds Karma configuration to a project. diff --git a/docs/angular/api-angular/generators/karma.md b/docs/angular/api-angular/generators/karma.md index 329e37a0346c1..51cc43cbef2de 100644 --- a/docs/angular/api-angular/generators/karma.md +++ b/docs/angular/api-angular/generators/karma.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma generator' +description: 'Adds Karma configuration to a workspace.' +--- + # @nrwl/angular:karma Adds Karma configuration to a workspace. diff --git a/docs/angular/api-angular/generators/library-secondary-entry-point.md b/docs/angular/api-angular/generators/library-secondary-entry-point.md index b250fe5f65c79..599ef1819834f 100644 --- a/docs/angular/api-angular/generators/library-secondary-entry-point.md +++ b/docs/angular/api-angular/generators/library-secondary-entry-point.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library-secondary-entry-point generator' +description: 'Creates a secondary entry point for an Angular publishable library.' +--- + # @nrwl/angular:library-secondary-entry-point Creates a secondary entry point for an Angular publishable library. diff --git a/docs/angular/api-angular/generators/library.md b/docs/angular/api-angular/generators/library.md index aeca30f34a1e4..8526888a9f4cf 100644 --- a/docs/angular/api-angular/generators/library.md +++ b/docs/angular/api-angular/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library generator' +description: 'Creates an Angular library.' +--- + # @nrwl/angular:library Creates an Angular library. diff --git a/docs/angular/api-angular/generators/move.md b/docs/angular/api-angular/generators/move.md index e4ffac9d21469..d52fd273160a0 100644 --- a/docs/angular/api-angular/generators/move.md +++ b/docs/angular/api-angular/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:move generator' +description: 'Moves an Angular application or library to another folder within the workspace and updates the project configuration.' +--- + # @nrwl/angular:move Moves an Angular application or library to another folder within the workspace and updates the project configuration. diff --git a/docs/angular/api-angular/generators/ngrx.md b/docs/angular/api-angular/generators/ngrx.md index 6285c42b8e383..be96e9fa7feed 100644 --- a/docs/angular/api-angular/generators/ngrx.md +++ b/docs/angular/api-angular/generators/ngrx.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ngrx generator' +description: 'Adds NgRx support to an application or library.' +--- + # @nrwl/angular:ngrx Adds NgRx support to an application or library. diff --git a/docs/angular/api-angular/generators/scam.md b/docs/angular/api-angular/generators/scam.md index a12d614620df4..2782621c6433e 100644 --- a/docs/angular/api-angular/generators/scam.md +++ b/docs/angular/api-angular/generators/scam.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:scam generator' +description: 'Generate a component with an accompanying Single Component Angular Module (SCAM).' +--- + # @nrwl/angular:scam Generate a component with an accompanying Single Component Angular Module (SCAM). diff --git a/docs/angular/api-angular/generators/setup-mfe.md b/docs/angular/api-angular/generators/setup-mfe.md index 822cfb7b08320..b6a934f3f83f3 100644 --- a/docs/angular/api-angular/generators/setup-mfe.md +++ b/docs/angular/api-angular/generators/setup-mfe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:setup-mfe generator' +description: 'Generate a Module Federation configuration for a given Angular application.' +--- + # @nrwl/angular:setup-mfe Generate a Module Federation configuration for a given Angular application. diff --git a/docs/angular/api-angular/generators/stories.md b/docs/angular/api-angular/generators/stories.md index 5abf4fff0620d..c2184dc713225 100644 --- a/docs/angular/api-angular/generators/stories.md +++ b/docs/angular/api-angular/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:stories generator' +description: 'Creates stories/specs for all components declared in a project.' +--- + # @nrwl/angular:stories Creates stories/specs for all components declared in a project. diff --git a/docs/angular/api-angular/generators/storybook-configuration.md b/docs/angular/api-angular/generators/storybook-configuration.md index d0b42c563c9e0..3397536e84de9 100644 --- a/docs/angular/api-angular/generators/storybook-configuration.md +++ b/docs/angular/api-angular/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-configuration generator' +description: 'Adds Storybook configuration to a project.' +--- + # @nrwl/angular:storybook-configuration Adds Storybook configuration to a project. diff --git a/docs/angular/api-angular/generators/storybook-migrate-defaults-5-to-6.md b/docs/angular/api-angular/generators/storybook-migrate-defaults-5-to-6.md index 171054109b688..cbccf2dfc88c2 100644 --- a/docs/angular/api-angular/generators/storybook-migrate-defaults-5-to-6.md +++ b/docs/angular/api-angular/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-defaults-5-to-6 generator' +description: 'Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/angular:storybook-migrate-defaults-5-to-6 Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/angular/api-angular/generators/storybook-migrate-stories-to-6-2.md b/docs/angular/api-angular/generators/storybook-migrate-stories-to-6-2.md index c118b022674c7..2952a46a473ce 100644 --- a/docs/angular/api-angular/generators/storybook-migrate-stories-to-6-2.md +++ b/docs/angular/api-angular/generators/storybook-migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-stories-to-6-2 generator' +description: 'Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export.' +--- + # @nrwl/angular:storybook-migrate-stories-to-6-2 Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export. diff --git a/docs/angular/api-angular/generators/upgrade-module.md b/docs/angular/api-angular/generators/upgrade-module.md index e5bd2bee7219b..54b96e4fc3908 100644 --- a/docs/angular/api-angular/generators/upgrade-module.md +++ b/docs/angular/api-angular/generators/upgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:upgrade-module generator' +description: 'Sets up an Upgrade Module.' +--- + # @nrwl/angular:upgrade-module Sets up an Upgrade Module. diff --git a/docs/angular/api-angular/generators/web-worker.md b/docs/angular/api-angular/generators/web-worker.md index 1775d3bb370b2..3230af39f8e8b 100644 --- a/docs/angular/api-angular/generators/web-worker.md +++ b/docs/angular/api-angular/generators/web-worker.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:web-worker generator' +description: 'Creates a Web Worker.' +--- + # @nrwl/angular:web-worker Creates a Web Worker. diff --git a/docs/angular/api-cypress/executors/cypress.md b/docs/angular/api-cypress/executors/cypress.md index 931cf3b44bc7a..a872003d40a59 100644 --- a/docs/angular/api-cypress/executors/cypress.md +++ b/docs/angular/api-cypress/executors/cypress.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/cypress:cypress executor' +description: 'Run Cypress e2e tests' +--- + # @nrwl/cypress:cypress Run Cypress e2e tests diff --git a/docs/angular/api-detox/executors/build.md b/docs/angular/api-detox/executors/build.md index d954617e2b266..b01b6b1b92375 100644 --- a/docs/angular/api-detox/executors/build.md +++ b/docs/angular/api-detox/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:build executor' +description: 'Run the command defined in build property of the specified configuration.' +--- + # @nrwl/detox:build Run the command defined in build property of the specified configuration. diff --git a/docs/angular/api-detox/executors/test.md b/docs/angular/api-detox/executors/test.md index fb0ec873e02d0..991d614743e14 100644 --- a/docs/angular/api-detox/executors/test.md +++ b/docs/angular/api-detox/executors/test.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:test executor' +description: 'Initiating your detox test suite.' +--- + # @nrwl/detox:test Initiating your detox test suite. diff --git a/docs/angular/api-detox/generators/application.md b/docs/angular/api-detox/generators/application.md index c99ef6852f99f..9d3930e353b25 100644 --- a/docs/angular/api-detox/generators/application.md +++ b/docs/angular/api-detox/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:application generator' +description: 'Create a detox application' +--- + # @nrwl/detox:application Create a detox application diff --git a/docs/angular/api-express/generators/application.md b/docs/angular/api-express/generators/application.md index 846f84d816395..7938def4061d7 100644 --- a/docs/angular/api-express/generators/application.md +++ b/docs/angular/api-express/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/express:application generator' +description: 'Create an express application' +--- + # @nrwl/express:application Create an express application diff --git a/docs/angular/api-gatsby/executors/build.md b/docs/angular/api-gatsby/executors/build.md index 25aeb34240373..cbb85677ba80e 100644 --- a/docs/angular/api-gatsby/executors/build.md +++ b/docs/angular/api-gatsby/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:build executor' +description: 'Build a Gatsby app' +--- + # @nrwl/gatsby:build Build a Gatsby app diff --git a/docs/angular/api-gatsby/executors/server.md b/docs/angular/api-gatsby/executors/server.md index 260374939f2bb..10573ae0f7866 100644 --- a/docs/angular/api-gatsby/executors/server.md +++ b/docs/angular/api-gatsby/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:server executor' +description: 'Starts server for app' +--- + # @nrwl/gatsby:server Starts server for app diff --git a/docs/angular/api-gatsby/generators/application.md b/docs/angular/api-gatsby/generators/application.md index 8f462ba7b97e8..8265c5f388db1 100644 --- a/docs/angular/api-gatsby/generators/application.md +++ b/docs/angular/api-gatsby/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:application generator' +description: 'Create an application' +--- + # @nrwl/gatsby:application Create an application diff --git a/docs/angular/api-gatsby/generators/component.md b/docs/angular/api-gatsby/generators/component.md index e4b62116624a8..1cf4637ad39e6 100644 --- a/docs/angular/api-gatsby/generators/component.md +++ b/docs/angular/api-gatsby/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:component generator' +description: 'Create a component' +--- + # @nrwl/gatsby:component Create a component diff --git a/docs/angular/api-gatsby/generators/page.md b/docs/angular/api-gatsby/generators/page.md index 71cf471bd133f..d121d51f93fcd 100644 --- a/docs/angular/api-gatsby/generators/page.md +++ b/docs/angular/api-gatsby/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:page generator' +description: 'Create a page' +--- + # @nrwl/gatsby:page Create a page diff --git a/docs/angular/api-jest/executors/jest.md b/docs/angular/api-jest/executors/jest.md index f64cf0fd34861..3ac6fc17b8b3e 100644 --- a/docs/angular/api-jest/executors/jest.md +++ b/docs/angular/api-jest/executors/jest.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/jest:jest executor' +description: 'Run Jest unit tests' +--- + # @nrwl/jest:jest Run Jest unit tests diff --git a/docs/angular/api-js/executors/tsc.md b/docs/angular/api-js/executors/tsc.md index b0babee5f3c7e..5ca66f0fad2c9 100644 --- a/docs/angular/api-js/executors/tsc.md +++ b/docs/angular/api-js/executors/tsc.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:tsc executor' +description: 'Build a project using TypeScript.' +--- + # @nrwl/js:tsc Build a project using TypeScript. diff --git a/docs/angular/api-js/generators/application.md b/docs/angular/api-js/generators/application.md index 9b81cafee84f2..37be7d1b1d998 100644 --- a/docs/angular/api-js/generators/application.md +++ b/docs/angular/api-js/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:application generator' +description: 'Create a application' +--- + # @nrwl/js:application Create a application diff --git a/docs/angular/api-js/generators/library.md b/docs/angular/api-js/generators/library.md index 2d7dd9ace967d..db7b595a84f85 100644 --- a/docs/angular/api-js/generators/library.md +++ b/docs/angular/api-js/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:library generator' +description: 'Create a library' +--- + # @nrwl/js:library Create a library diff --git a/docs/angular/api-linter/executors/eslint.md b/docs/angular/api-linter/executors/eslint.md index f6d6d707720e6..8896c1484e351 100644 --- a/docs/angular/api-linter/executors/eslint.md +++ b/docs/angular/api-linter/executors/eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:eslint executor' +description: 'Run ESLint on a project' +--- + # @nrwl/linter:eslint Run ESLint on a project diff --git a/docs/angular/api-linter/executors/lint.md b/docs/angular/api-linter/executors/lint.md index ffba028b484d8..bd7574f4924ba 100644 --- a/docs/angular/api-linter/executors/lint.md +++ b/docs/angular/api-linter/executors/lint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:lint executor' +description: '**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0' +--- + # @nrwl/linter:lint **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 diff --git a/docs/angular/api-linter/generators/workspace-rule.md b/docs/angular/api-linter/generators/workspace-rule.md index 64b1fb49c8a5a..1cb0cdcb4a36e 100644 --- a/docs/angular/api-linter/generators/workspace-rule.md +++ b/docs/angular/api-linter/generators/workspace-rule.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:workspace-rule generator' +description: 'Create a new workspace ESLint rule' +--- + # @nrwl/linter:workspace-rule Create a new workspace ESLint rule diff --git a/docs/angular/api-nest/generators/application.md b/docs/angular/api-nest/generators/application.md index e7bdec3f91495..09fb40b4bd5bc 100644 --- a/docs/angular/api-nest/generators/application.md +++ b/docs/angular/api-nest/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:application generator' +description: 'Create a NestJS application.' +--- + # @nrwl/nest:application Create a NestJS application. diff --git a/docs/angular/api-nest/generators/class.md b/docs/angular/api-nest/generators/class.md index 3c74a16833eac..08e6ce0353b91 100644 --- a/docs/angular/api-nest/generators/class.md +++ b/docs/angular/api-nest/generators/class.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:class generator' +description: 'Run the `class` NestJS generator with Nx project support.' +--- + # @nrwl/nest:class Run the `class` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/controller.md b/docs/angular/api-nest/generators/controller.md index 541c0d9a520ad..362579bac1e16 100644 --- a/docs/angular/api-nest/generators/controller.md +++ b/docs/angular/api-nest/generators/controller.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:controller generator' +description: 'Run the `controller` NestJS generator with Nx project support.' +--- + # @nrwl/nest:controller Run the `controller` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/convert-tslint-to-eslint.md b/docs/angular/api-nest/generators/convert-tslint-to-eslint.md index 5a90df793e4a9..968a32e611e68 100644 --- a/docs/angular/api-nest/generators/convert-tslint-to-eslint.md +++ b/docs/angular/api-nest/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:convert-tslint-to-eslint generator' +description: 'Convert a project from TSLint to ESLint.' +--- + # @nrwl/nest:convert-tslint-to-eslint Convert a project from TSLint to ESLint. diff --git a/docs/angular/api-nest/generators/decorator.md b/docs/angular/api-nest/generators/decorator.md index 15dc3f3179083..1ad218f3ddde7 100644 --- a/docs/angular/api-nest/generators/decorator.md +++ b/docs/angular/api-nest/generators/decorator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:decorator generator' +description: 'Run the `decorator` NestJS generator with Nx project support.' +--- + # @nrwl/nest:decorator Run the `decorator` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/filter.md b/docs/angular/api-nest/generators/filter.md index fac4582c7e5b4..2d34b04e2a606 100644 --- a/docs/angular/api-nest/generators/filter.md +++ b/docs/angular/api-nest/generators/filter.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:filter generator' +description: 'Run the `filter` NestJS generator with Nx project support.' +--- + # @nrwl/nest:filter Run the `filter` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/gateway.md b/docs/angular/api-nest/generators/gateway.md index 5745843a4654d..152e610c86656 100644 --- a/docs/angular/api-nest/generators/gateway.md +++ b/docs/angular/api-nest/generators/gateway.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:gateway generator' +description: 'Run the `gateway` NestJS generator with Nx project support.' +--- + # @nrwl/nest:gateway Run the `gateway` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/guard.md b/docs/angular/api-nest/generators/guard.md index c363c05f9e7f5..42bc7207e318b 100644 --- a/docs/angular/api-nest/generators/guard.md +++ b/docs/angular/api-nest/generators/guard.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:guard generator' +description: 'Run the `guard` NestJS generator with Nx project support.' +--- + # @nrwl/nest:guard Run the `guard` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/interceptor.md b/docs/angular/api-nest/generators/interceptor.md index e3d40ba2d2a68..7d462e6d1748b 100644 --- a/docs/angular/api-nest/generators/interceptor.md +++ b/docs/angular/api-nest/generators/interceptor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interceptor generator' +description: 'Run the `interceptor` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interceptor Run the `interceptor` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/interface.md b/docs/angular/api-nest/generators/interface.md index 38e9acb989210..e8f0e320b5826 100644 --- a/docs/angular/api-nest/generators/interface.md +++ b/docs/angular/api-nest/generators/interface.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interface generator' +description: 'Run the `interface` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interface Run the `interface` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/library.md b/docs/angular/api-nest/generators/library.md index 5bffaa6084dff..a89d2a5638308 100644 --- a/docs/angular/api-nest/generators/library.md +++ b/docs/angular/api-nest/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:library generator' +description: 'Create a new NestJS library.' +--- + # @nrwl/nest:library Create a new NestJS library. diff --git a/docs/angular/api-nest/generators/middleware.md b/docs/angular/api-nest/generators/middleware.md index bd7785fd38a2c..f3775381e60d1 100644 --- a/docs/angular/api-nest/generators/middleware.md +++ b/docs/angular/api-nest/generators/middleware.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:middleware generator' +description: 'Run the `middleware` NestJS generator with Nx project support.' +--- + # @nrwl/nest:middleware Run the `middleware` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/module.md b/docs/angular/api-nest/generators/module.md index 8c589ce4f42f7..a05b466e44352 100644 --- a/docs/angular/api-nest/generators/module.md +++ b/docs/angular/api-nest/generators/module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:module generator' +description: 'Run the `module` NestJS generator with Nx project support.' +--- + # @nrwl/nest:module Run the `module` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/pipe.md b/docs/angular/api-nest/generators/pipe.md index cf895e9e91f9e..739b67aa013be 100644 --- a/docs/angular/api-nest/generators/pipe.md +++ b/docs/angular/api-nest/generators/pipe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:pipe generator' +description: 'Run the `pipe` NestJS generator with Nx project support.' +--- + # @nrwl/nest:pipe Run the `pipe` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/provider.md b/docs/angular/api-nest/generators/provider.md index 2c7845708caf5..082a99a4a8c64 100644 --- a/docs/angular/api-nest/generators/provider.md +++ b/docs/angular/api-nest/generators/provider.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:provider generator' +description: 'Run the `provider` NestJS generator with Nx project support.' +--- + # @nrwl/nest:provider Run the `provider` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/resolver.md b/docs/angular/api-nest/generators/resolver.md index aa58f5bc17a8f..64bde6df46efb 100644 --- a/docs/angular/api-nest/generators/resolver.md +++ b/docs/angular/api-nest/generators/resolver.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resolver generator' +description: 'Run the `resolver` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resolver Run the `resolver` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/resource.md b/docs/angular/api-nest/generators/resource.md index a914c0e0b6e78..bdfcc7adfd906 100644 --- a/docs/angular/api-nest/generators/resource.md +++ b/docs/angular/api-nest/generators/resource.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resource generator' +description: 'Run the `resource` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resource Run the `resource` NestJS generator with Nx project support. diff --git a/docs/angular/api-nest/generators/service.md b/docs/angular/api-nest/generators/service.md index bf892e58c6907..06fd1ff4a58cf 100644 --- a/docs/angular/api-nest/generators/service.md +++ b/docs/angular/api-nest/generators/service.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:service generator' +description: 'Run the `service` NestJS generator with Nx project support.' +--- + # @nrwl/nest:service Run the `service` NestJS generator with Nx project support. diff --git a/docs/angular/api-next/executors/build.md b/docs/angular/api-next/executors/build.md index 6b51b0455aef1..a645e7ba4e5e0 100644 --- a/docs/angular/api-next/executors/build.md +++ b/docs/angular/api-next/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:build executor' +description: 'Build a Next.js app' +--- + # @nrwl/next:build Build a Next.js app diff --git a/docs/angular/api-next/executors/export.md b/docs/angular/api-next/executors/export.md index 792450716a0d9..66445f1d12ffe 100644 --- a/docs/angular/api-next/executors/export.md +++ b/docs/angular/api-next/executors/export.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:export executor' +description: 'Export a Next.js app. The exported application is located at dist/$outputPath/exported.' +--- + # @nrwl/next:export Export a Next.js app. The exported application is located at dist/$outputPath/exported. diff --git a/docs/angular/api-next/executors/server.md b/docs/angular/api-next/executors/server.md index ac14b7e0e2565..c9d8a15b1e3c9 100644 --- a/docs/angular/api-next/executors/server.md +++ b/docs/angular/api-next/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:server executor' +description: 'Serve a Next.js app' +--- + # @nrwl/next:server Serve a Next.js app diff --git a/docs/angular/api-next/generators/application.md b/docs/angular/api-next/generators/application.md index 861db2115825d..852835bc4b770 100644 --- a/docs/angular/api-next/generators/application.md +++ b/docs/angular/api-next/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:application generator' +description: 'Create a Next.js application' +--- + # @nrwl/next:application Create a Next.js application diff --git a/docs/angular/api-next/generators/component.md b/docs/angular/api-next/generators/component.md index 921fa991e86a1..177eb7b23e137 100644 --- a/docs/angular/api-next/generators/component.md +++ b/docs/angular/api-next/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:component generator' +description: 'Create a React component' +--- + # @nrwl/next:component Create a React component diff --git a/docs/angular/api-next/generators/page.md b/docs/angular/api-next/generators/page.md index 8dc47842028f8..98fe3a4ed44b0 100644 --- a/docs/angular/api-next/generators/page.md +++ b/docs/angular/api-next/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:page generator' +description: 'Create a Next.js page component' +--- + # @nrwl/next:page Create a Next.js page component diff --git a/docs/angular/api-node/executors/build.md b/docs/angular/api-node/executors/build.md index f46412202b3b9..a232cad66d8d5 100644 --- a/docs/angular/api-node/executors/build.md +++ b/docs/angular/api-node/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:build executor' +description: 'Build a Node application' +--- + # @nrwl/node:build Build a Node application diff --git a/docs/angular/api-node/executors/execute.md b/docs/angular/api-node/executors/execute.md index 16bfdfa997ea5..8c54fc2d2432b 100644 --- a/docs/angular/api-node/executors/execute.md +++ b/docs/angular/api-node/executors/execute.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:execute executor' +description: 'Execute a Node application' +--- + # @nrwl/node:execute Execute a Node application diff --git a/docs/angular/api-node/executors/package.md b/docs/angular/api-node/executors/package.md index ca4e77757ec91..aaae9070ce706 100644 --- a/docs/angular/api-node/executors/package.md +++ b/docs/angular/api-node/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:package executor' +description: 'Package a Node library' +--- + # @nrwl/node:package Package a Node library diff --git a/docs/angular/api-node/generators/application.md b/docs/angular/api-node/generators/application.md index ffb1950dd9d6b..c5275f5957161 100644 --- a/docs/angular/api-node/generators/application.md +++ b/docs/angular/api-node/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:application generator' +description: 'Create a node application' +--- + # @nrwl/node:application Create a node application diff --git a/docs/angular/api-node/generators/library.md b/docs/angular/api-node/generators/library.md index c4ef17e1e4f7a..51f5e93bc519a 100644 --- a/docs/angular/api-node/generators/library.md +++ b/docs/angular/api-node/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:library generator' +description: 'Create a library' +--- + # @nrwl/node:library Create a library diff --git a/docs/angular/api-nx-plugin/executors/e2e.md b/docs/angular/api-nx-plugin/executors/e2e.md index a90b50efd45f2..1eed81a7e9d4c 100644 --- a/docs/angular/api-nx-plugin/executors/e2e.md +++ b/docs/angular/api-nx-plugin/executors/e2e.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:e2e executor' +description: 'Creates and runs the e2e tests for an Nx Plugin.' +--- + # @nrwl/nx-plugin:e2e Creates and runs the e2e tests for an Nx Plugin. diff --git a/docs/angular/api-nx-plugin/generators/executor.md b/docs/angular/api-nx-plugin/generators/executor.md index 59763b474dd71..3ee375c9b0c4f 100644 --- a/docs/angular/api-nx-plugin/generators/executor.md +++ b/docs/angular/api-nx-plugin/generators/executor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:executor generator' +description: 'Create a executor for an Nx Plugin' +--- + # @nrwl/nx-plugin:executor Create a executor for an Nx Plugin diff --git a/docs/angular/api-nx-plugin/generators/generator.md b/docs/angular/api-nx-plugin/generators/generator.md index 1975a1c2918a1..36079f930de9f 100644 --- a/docs/angular/api-nx-plugin/generators/generator.md +++ b/docs/angular/api-nx-plugin/generators/generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:generator generator' +description: 'Create a generator for an Nx Plugin' +--- + # @nrwl/nx-plugin:generator Create a generator for an Nx Plugin diff --git a/docs/angular/api-nx-plugin/generators/migration.md b/docs/angular/api-nx-plugin/generators/migration.md index 4e1d1649f6d4e..0f509f1e9d1ed 100644 --- a/docs/angular/api-nx-plugin/generators/migration.md +++ b/docs/angular/api-nx-plugin/generators/migration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:migration generator' +description: 'Create a migration for an Nx Plugin' +--- + # @nrwl/nx-plugin:migration Create a migration for an Nx Plugin diff --git a/docs/angular/api-nx-plugin/generators/plugin.md b/docs/angular/api-nx-plugin/generators/plugin.md index 0d8ec546f6a14..4b1bb93cabaae 100644 --- a/docs/angular/api-nx-plugin/generators/plugin.md +++ b/docs/angular/api-nx-plugin/generators/plugin.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:plugin generator' +description: 'Create a Nx Plugin' +--- + # @nrwl/nx-plugin:plugin Create a Nx Plugin diff --git a/docs/angular/api-react-native/executors/build-android.md b/docs/angular/api-react-native/executors/build-android.md index 3ce7bd4148252..3b73059706299 100644 --- a/docs/angular/api-react-native/executors/build-android.md +++ b/docs/angular/api-react-native/executors/build-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:build-android executor' +description: 'Release Build for Android.' +--- + # @nrwl/react-native:build-android Release Build for Android. diff --git a/docs/angular/api-react-native/executors/bundle.md b/docs/angular/api-react-native/executors/bundle.md index d846de693c044..21b31faea4ab8 100644 --- a/docs/angular/api-react-native/executors/bundle.md +++ b/docs/angular/api-react-native/executors/bundle.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:bundle executor' +description: 'Builds the JS bundle.' +--- + # @nrwl/react-native:bundle Builds the JS bundle. diff --git a/docs/angular/api-react-native/executors/ensure-symlink.md b/docs/angular/api-react-native/executors/ensure-symlink.md index 1a8e0e9b3dd6d..82809f259beb6 100644 --- a/docs/angular/api-react-native/executors/ensure-symlink.md +++ b/docs/angular/api-react-native/executors/ensure-symlink.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:ensure-symlink executor' +description: "Ensure workspace node_modules is symlink under app's node_modules folder." +--- + # @nrwl/react-native:ensure-symlink Ensure workspace node_modules is symlink under app's node_modules folder. diff --git a/docs/angular/api-react-native/executors/run-android.md b/docs/angular/api-react-native/executors/run-android.md index edcdd2b4cde48..1ded72dc32b7c 100644 --- a/docs/angular/api-react-native/executors/run-android.md +++ b/docs/angular/api-react-native/executors/run-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-android executor' +description: 'Runs Android application.' +--- + # @nrwl/react-native:run-android Runs Android application. diff --git a/docs/angular/api-react-native/executors/run-ios.md b/docs/angular/api-react-native/executors/run-ios.md index 020452d5bdf45..634e7d293120f 100644 --- a/docs/angular/api-react-native/executors/run-ios.md +++ b/docs/angular/api-react-native/executors/run-ios.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-ios executor' +description: 'Runs iOS application.' +--- + # @nrwl/react-native:run-ios Runs iOS application. diff --git a/docs/angular/api-react-native/executors/start.md b/docs/angular/api-react-native/executors/start.md index 7afca65aae452..3e14797135971 100644 --- a/docs/angular/api-react-native/executors/start.md +++ b/docs/angular/api-react-native/executors/start.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:start executor' +description: 'Starts the dev server for JS bundle.' +--- + # @nrwl/react-native:start Starts the dev server for JS bundle. diff --git a/docs/angular/api-react-native/executors/sync-deps.md b/docs/angular/api-react-native/executors/sync-deps.md index abbe5a31fed95..4791e5cd2983e 100644 --- a/docs/angular/api-react-native/executors/sync-deps.md +++ b/docs/angular/api-react-native/executors/sync-deps.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:sync-deps executor' +description: 'Syncs dependencies to package.json (required for autolinking).' +--- + # @nrwl/react-native:sync-deps Syncs dependencies to package.json (required for autolinking). diff --git a/docs/angular/api-react-native/generators/application.md b/docs/angular/api-react-native/generators/application.md index df252a83c6397..44e7809072756 100644 --- a/docs/angular/api-react-native/generators/application.md +++ b/docs/angular/api-react-native/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:application generator' +description: 'Create an application' +--- + # @nrwl/react-native:application Create an application diff --git a/docs/angular/api-react-native/generators/component.md b/docs/angular/api-react-native/generators/component.md index f01e543de29e6..682716ff8df50 100644 --- a/docs/angular/api-react-native/generators/component.md +++ b/docs/angular/api-react-native/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:component generator' +description: 'Create a component' +--- + # @nrwl/react-native:component Create a component diff --git a/docs/angular/api-react-native/generators/library.md b/docs/angular/api-react-native/generators/library.md index c7a2c5e11e5bc..8552c79c95896 100644 --- a/docs/angular/api-react-native/generators/library.md +++ b/docs/angular/api-react-native/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:library generator' +description: 'Create a library' +--- + # @nrwl/react-native:library Create a library diff --git a/docs/angular/api-react/generators/application.md b/docs/angular/api-react/generators/application.md index af381c463eb39..c912289b6b667 100644 --- a/docs/angular/api-react/generators/application.md +++ b/docs/angular/api-react/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:application generator' +description: 'Create an application' +--- + # @nrwl/react:application Create an application diff --git a/docs/angular/api-react/generators/component-cypress-spec.md b/docs/angular/api-react/generators/component-cypress-spec.md index 1df6e6491c346..0bf5896e3cb79 100644 --- a/docs/angular/api-react/generators/component-cypress-spec.md +++ b/docs/angular/api-react/generators/component-cypress-spec.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-cypress-spec generator' +description: 'Create a cypress spec for a ui component that has a story' +--- + # @nrwl/react:component-cypress-spec Create a cypress spec for a ui component that has a story diff --git a/docs/angular/api-react/generators/component-story.md b/docs/angular/api-react/generators/component-story.md index 5f270d711a720..5d67a26984dde 100644 --- a/docs/angular/api-react/generators/component-story.md +++ b/docs/angular/api-react/generators/component-story.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-story generator' +description: 'Generate storybook story for a react component' +--- + # @nrwl/react:component-story Generate storybook story for a react component diff --git a/docs/angular/api-react/generators/component.md b/docs/angular/api-react/generators/component.md index 8b56fa7eff88b..f95580b0b30c0 100644 --- a/docs/angular/api-react/generators/component.md +++ b/docs/angular/api-react/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component generator' +description: 'Create a component' +--- + # @nrwl/react:component Create a component diff --git a/docs/angular/api-react/generators/hook.md b/docs/angular/api-react/generators/hook.md index ed2795cd4bc78..d1911d8af6a4f 100644 --- a/docs/angular/api-react/generators/hook.md +++ b/docs/angular/api-react/generators/hook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:hook generator' +description: 'Create a hook' +--- + # @nrwl/react:hook Create a hook diff --git a/docs/angular/api-react/generators/library.md b/docs/angular/api-react/generators/library.md index 1a938d206d2e8..6b2e145e8caea 100644 --- a/docs/angular/api-react/generators/library.md +++ b/docs/angular/api-react/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:library generator' +description: 'Create a library' +--- + # @nrwl/react:library Create a library diff --git a/docs/angular/api-react/generators/redux.md b/docs/angular/api-react/generators/redux.md index 9218cb636b815..867709d2a07eb 100644 --- a/docs/angular/api-react/generators/redux.md +++ b/docs/angular/api-react/generators/redux.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:redux generator' +description: 'Create a redux slice for a project' +--- + # @nrwl/react:redux Create a redux slice for a project diff --git a/docs/angular/api-react/generators/stories.md b/docs/angular/api-react/generators/stories.md index 0a25240e8c302..8e4228034a0ea 100644 --- a/docs/angular/api-react/generators/stories.md +++ b/docs/angular/api-react/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:stories generator' +description: 'Create stories/specs for all components declared in a library' +--- + # @nrwl/react:stories Create stories/specs for all components declared in a library diff --git a/docs/angular/api-react/generators/storybook-configuration.md b/docs/angular/api-react/generators/storybook-configuration.md index 6d1c387d6d19d..3477a162a7dd5 100644 --- a/docs/angular/api-react/generators/storybook-configuration.md +++ b/docs/angular/api-react/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-configuration generator' +description: 'Set up storybook for a react library' +--- + # @nrwl/react:storybook-configuration Set up storybook for a react library diff --git a/docs/angular/api-react/generators/storybook-migrate-defaults-5-to-6.md b/docs/angular/api-react/generators/storybook-migrate-defaults-5-to-6.md index 04f6359c76d4d..dd00485f20bb4 100644 --- a/docs/angular/api-react/generators/storybook-migrate-defaults-5-to-6.md +++ b/docs/angular/api-react/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/react:storybook-migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/angular/api-storybook/executors/build.md b/docs/angular/api-storybook/executors/build.md index 7ecbe80cefe13..6446c4125850d 100644 --- a/docs/angular/api-storybook/executors/build.md +++ b/docs/angular/api-storybook/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:build executor' +description: 'Build Storybook' +--- + # @nrwl/storybook:build Build Storybook diff --git a/docs/angular/api-storybook/executors/storybook.md b/docs/angular/api-storybook/executors/storybook.md index 9433ac4dd913a..ffd45754911f1 100644 --- a/docs/angular/api-storybook/executors/storybook.md +++ b/docs/angular/api-storybook/executors/storybook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:storybook executor' +description: 'Serve Storybook' +--- + # @nrwl/storybook:storybook Serve Storybook diff --git a/docs/angular/api-storybook/generators/configuration.md b/docs/angular/api-storybook/generators/configuration.md index e36097a09af90..6d161b77f7c7f 100644 --- a/docs/angular/api-storybook/generators/configuration.md +++ b/docs/angular/api-storybook/generators/configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:configuration generator' +description: 'Add storybook configuration to a ui library or an application' +--- + # @nrwl/storybook:configuration Add storybook configuration to a ui library or an application diff --git a/docs/angular/api-storybook/generators/cypress-project.md b/docs/angular/api-storybook/generators/cypress-project.md index a590f2d743f43..94061b3d6f61a 100644 --- a/docs/angular/api-storybook/generators/cypress-project.md +++ b/docs/angular/api-storybook/generators/cypress-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:cypress-project generator' +description: 'Add cypress e2e app to test a ui library that is set up for storybook' +--- + # @nrwl/storybook:cypress-project Add cypress e2e app to test a ui library that is set up for storybook diff --git a/docs/angular/api-storybook/generators/migrate-defaults-5-to-6.md b/docs/angular/api-storybook/generators/migrate-defaults-5-to-6.md index 09779744e6080..c6fcf1701ffb3 100644 --- a/docs/angular/api-storybook/generators/migrate-defaults-5-to-6.md +++ b/docs/angular/api-storybook/generators/migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/storybook:migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/angular/api-storybook/generators/migrate-stories-to-6-2.md b/docs/angular/api-storybook/generators/migrate-stories-to-6-2.md index 8295990e950e0..958b9cfd5103c 100644 --- a/docs/angular/api-storybook/generators/migrate-stories-to-6-2.md +++ b/docs/angular/api-storybook/generators/migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-stories-to-6-2 generator' +description: 'Migrate stories syntax to 6.2' +--- + # @nrwl/storybook:migrate-stories-to-6-2 Migrate stories syntax to 6.2 diff --git a/docs/angular/api-web/executors/dev-server.md b/docs/angular/api-web/executors/dev-server.md index 639f01c39a81c..e27ca0092dad5 100644 --- a/docs/angular/api-web/executors/dev-server.md +++ b/docs/angular/api-web/executors/dev-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:dev-server executor' +description: 'Serve a web application' +--- + # @nrwl/web:dev-server Serve a web application diff --git a/docs/angular/api-web/executors/file-server.md b/docs/angular/api-web/executors/file-server.md index 8661efc385662..4f962b67728d6 100644 --- a/docs/angular/api-web/executors/file-server.md +++ b/docs/angular/api-web/executors/file-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:file-server executor' +description: 'Serve a web application from a folder' +--- + # @nrwl/web:file-server Serve a web application from a folder diff --git a/docs/angular/api-web/executors/rollup.md b/docs/angular/api-web/executors/rollup.md index 0cc69018360aa..ff7bb826aa34d 100644 --- a/docs/angular/api-web/executors/rollup.md +++ b/docs/angular/api-web/executors/rollup.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:rollup executor' +description: 'Package a library using rollup' +--- + # @nrwl/web:rollup Package a library using rollup diff --git a/docs/angular/api-web/executors/webpack.md b/docs/angular/api-web/executors/webpack.md index fc29065694038..cdbb79275711f 100644 --- a/docs/angular/api-web/executors/webpack.md +++ b/docs/angular/api-web/executors/webpack.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:webpack executor' +description: 'Build an application using webpack' +--- + # @nrwl/web:webpack Build an application using webpack diff --git a/docs/angular/api-web/generators/application.md b/docs/angular/api-web/generators/application.md index 0558229238b16..917d827e28def 100644 --- a/docs/angular/api-web/generators/application.md +++ b/docs/angular/api-web/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:application generator' +description: 'Create an application' +--- + # @nrwl/web:application Create an application diff --git a/docs/angular/api-workspace/executors/run-commands.md b/docs/angular/api-workspace/executors/run-commands.md index 97ef4b9de813c..db32575458e64 100644 --- a/docs/angular/api-workspace/executors/run-commands.md +++ b/docs/angular/api-workspace/executors/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands executor' +description: 'Run any custom commands with Nx' +--- + # @nrwl/workspace:run-commands Run any custom commands with Nx diff --git a/docs/angular/api-workspace/executors/run-script.md b/docs/angular/api-workspace/executors/run-script.md index 733534a323059..93efe25fe1c35 100644 --- a/docs/angular/api-workspace/executors/run-script.md +++ b/docs/angular/api-workspace/executors/run-script.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-script executor' +description: 'Run an npm script using Nx' +--- + # @nrwl/workspace:run-script Run an npm script using Nx diff --git a/docs/angular/api-workspace/generators/convert-to-nx-project.md b/docs/angular/api-workspace/generators/convert-to-nx-project.md index 6f7fd8b8d5be0..c4458df467b94 100644 --- a/docs/angular/api-workspace/generators/convert-to-nx-project.md +++ b/docs/angular/api-workspace/generators/convert-to-nx-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:convert-to-nx-project generator' +description: "Moves a project's configuration outside of workspace.json" +--- + # @nrwl/workspace:convert-to-nx-project Moves a project's configuration outside of workspace.json diff --git a/docs/angular/api-workspace/generators/library.md b/docs/angular/api-workspace/generators/library.md index a7a65f468d886..66f038e5cb632 100644 --- a/docs/angular/api-workspace/generators/library.md +++ b/docs/angular/api-workspace/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:library generator' +description: 'Create a library' +--- + # @nrwl/workspace:library Create a library diff --git a/docs/angular/api-workspace/generators/move.md b/docs/angular/api-workspace/generators/move.md index 22cd28b3a38a3..4cd72ccfd8f9f 100644 --- a/docs/angular/api-workspace/generators/move.md +++ b/docs/angular/api-workspace/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:move generator' +description: 'Move an application or library to another folder' +--- + # @nrwl/workspace:move Move an application or library to another folder diff --git a/docs/angular/api-workspace/generators/npm-package.md b/docs/angular/api-workspace/generators/npm-package.md index c3c109f33d7e9..5d709646834fa 100644 --- a/docs/angular/api-workspace/generators/npm-package.md +++ b/docs/angular/api-workspace/generators/npm-package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:npm-package generator' +description: 'Create a minimal npm package' +--- + # @nrwl/workspace:npm-package Create a minimal npm package diff --git a/docs/angular/api-workspace/generators/remove.md b/docs/angular/api-workspace/generators/remove.md index 7599fc0f4a62f..264fe0a045ce3 100644 --- a/docs/angular/api-workspace/generators/remove.md +++ b/docs/angular/api-workspace/generators/remove.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:remove generator' +description: 'Remove an application or library' +--- + # @nrwl/workspace:remove Remove an application or library diff --git a/docs/angular/api-workspace/generators/run-commands.md b/docs/angular/api-workspace/generators/run-commands.md index b1b283526f7e5..ebb293393a14c 100644 --- a/docs/angular/api-workspace/generators/run-commands.md +++ b/docs/angular/api-workspace/generators/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands generator' +description: 'Generates a target to run any command in the terminal' +--- + # @nrwl/workspace:run-commands Generates a target to run any command in the terminal diff --git a/docs/angular/api-workspace/generators/workspace-generator.md b/docs/angular/api-workspace/generators/workspace-generator.md index 6081fc132631c..a80e335c37d72 100644 --- a/docs/angular/api-workspace/generators/workspace-generator.md +++ b/docs/angular/api-workspace/generators/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:workspace-generator generator' +description: 'Generates a workspace generator' +--- + # @nrwl/workspace:workspace-generator Generates a workspace generator diff --git a/docs/angular/cli/affected-apps.md b/docs/angular/cli/affected-apps.md index 24328a2f500f7..8a7a9cdbd45d5 100644 --- a/docs/angular/cli/affected-apps.md +++ b/docs/angular/cli/affected-apps.md @@ -1,3 +1,8 @@ +--- +title: 'affected:apps - CLI command' +description: 'Print applications affected by changes' +--- + # affected:apps Print applications affected by changes diff --git a/docs/angular/cli/affected-build.md b/docs/angular/cli/affected-build.md index 5a44ab0572fb7..496a757652821 100644 --- a/docs/angular/cli/affected-build.md +++ b/docs/angular/cli/affected-build.md @@ -1,3 +1,8 @@ +--- +title: 'affected:build - CLI command' +description: 'Build applications and publishable libraries affected by changes' +--- + # affected:build Build applications and publishable libraries affected by changes diff --git a/docs/angular/cli/affected-dep-graph.md b/docs/angular/cli/affected-dep-graph.md index c05dbc0f16044..837fe6494f69e 100644 --- a/docs/angular/cli/affected-dep-graph.md +++ b/docs/angular/cli/affected-dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'affected:dep-graph - CLI command' +description: 'Graph dependencies affected by changes' +--- + # affected:dep-graph Graph dependencies affected by changes diff --git a/docs/angular/cli/affected-e2e.md b/docs/angular/cli/affected-e2e.md index 318ba9ba7570a..09e799bdb09a0 100644 --- a/docs/angular/cli/affected-e2e.md +++ b/docs/angular/cli/affected-e2e.md @@ -1,3 +1,8 @@ +--- +title: 'affected:e2e - CLI command' +description: 'Run e2e tests for the applications affected by changes' +--- + # affected:e2e Run e2e tests for the applications affected by changes diff --git a/docs/angular/cli/affected-libs.md b/docs/angular/cli/affected-libs.md index 62864f72bfae4..e75edf09841cd 100644 --- a/docs/angular/cli/affected-libs.md +++ b/docs/angular/cli/affected-libs.md @@ -1,3 +1,8 @@ +--- +title: 'affected:libs - CLI command' +description: 'Print libraries affected by changes' +--- + # affected:libs Print libraries affected by changes diff --git a/docs/angular/cli/affected-lint.md b/docs/angular/cli/affected-lint.md index dc95f58a17ab4..bfbf9c1c1627b 100644 --- a/docs/angular/cli/affected-lint.md +++ b/docs/angular/cli/affected-lint.md @@ -1,3 +1,8 @@ +--- +title: 'affected:lint - CLI command' +description: 'Lint projects affected by changes' +--- + # affected:lint Lint projects affected by changes diff --git a/docs/angular/cli/affected-test.md b/docs/angular/cli/affected-test.md index 67a2575278876..5859c7b8e1587 100644 --- a/docs/angular/cli/affected-test.md +++ b/docs/angular/cli/affected-test.md @@ -1,3 +1,8 @@ +--- +title: 'affected:test - CLI command' +description: 'Test projects affected by changes' +--- + # affected:test Test projects affected by changes diff --git a/docs/angular/cli/affected.md b/docs/angular/cli/affected.md index 7950a715bf94a..92b3cd456a24c 100644 --- a/docs/angular/cli/affected.md +++ b/docs/angular/cli/affected.md @@ -1,3 +1,8 @@ +--- +title: 'affected - CLI command' +description: 'Run target for affected projects' +--- + # affected Run target for affected projects diff --git a/docs/angular/cli/build.md b/docs/angular/cli/build.md index f12f82e8b1ff4..3890bcd249a84 100644 --- a/docs/angular/cli/build.md +++ b/docs/angular/cli/build.md @@ -1,3 +1,8 @@ +--- +title: 'build - CLI command' +description: 'Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.' +--- + # build Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. diff --git a/docs/angular/cli/connect-to-nx-cloud.md b/docs/angular/cli/connect-to-nx-cloud.md index ef9618b963b7b..e5ddd7d4681ad 100644 --- a/docs/angular/cli/connect-to-nx-cloud.md +++ b/docs/angular/cli/connect-to-nx-cloud.md @@ -1,3 +1,8 @@ +--- +title: 'connect-to-nx-cloud - CLI command' +description: 'Makes sure the workspace is connected to Nx Cloud' +--- + # connect-to-nx-cloud Makes sure the workspace is connected to Nx Cloud diff --git a/docs/angular/cli/daemon.md b/docs/angular/cli/daemon.md index 8b15a5a8e00d2..9f729602e9b1f 100644 --- a/docs/angular/cli/daemon.md +++ b/docs/angular/cli/daemon.md @@ -1,3 +1,8 @@ +--- +title: 'daemon - CLI command' +description: "EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph." +--- + # daemon EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph. diff --git a/docs/angular/cli/dep-graph.md b/docs/angular/cli/dep-graph.md index 8dbbd49c6c012..8356b563781ff 100644 --- a/docs/angular/cli/dep-graph.md +++ b/docs/angular/cli/dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'dep-graph - CLI command' +description: 'Graph dependencies within workspace' +--- + # dep-graph Graph dependencies within workspace diff --git a/docs/angular/cli/e2e.md b/docs/angular/cli/e2e.md index 59235e7a251f6..6271b2d3e5b9b 100644 --- a/docs/angular/cli/e2e.md +++ b/docs/angular/cli/e2e.md @@ -1,3 +1,8 @@ +--- +title: 'e2e - CLI command' +description: 'Builds and serves an app, then runs end-to-end tests using the configured E2E test runner.' +--- + # e2e Builds and serves an app, then runs end-to-end tests using the configured E2E test runner. diff --git a/docs/angular/cli/format-check.md b/docs/angular/cli/format-check.md index 25e4be0be03e1..54ce4ccb514fb 100644 --- a/docs/angular/cli/format-check.md +++ b/docs/angular/cli/format-check.md @@ -1,3 +1,8 @@ +--- +title: 'format:check - CLI command' +description: 'Check for un-formatted files' +--- + # format:check Check for un-formatted files diff --git a/docs/angular/cli/format-write.md b/docs/angular/cli/format-write.md index d49e5cab48c34..8f66ad7593eed 100644 --- a/docs/angular/cli/format-write.md +++ b/docs/angular/cli/format-write.md @@ -1,3 +1,8 @@ +--- +title: 'format:write - CLI command' +description: 'Overwrite un-formatted files' +--- + # format:write Overwrite un-formatted files diff --git a/docs/angular/cli/generate.md b/docs/angular/cli/generate.md index 77c4d2e11764e..ece284ea1033d 100644 --- a/docs/angular/cli/generate.md +++ b/docs/angular/cli/generate.md @@ -1,3 +1,8 @@ +--- +title: 'generate - CLI command' +description: 'Runs a generator that creates and/or modifies files based on a generator from a collection.' +--- + # generate Runs a generator that creates and/or modifies files based on a generator from a collection. diff --git a/docs/angular/cli/lint.md b/docs/angular/cli/lint.md index 9dd5c71153014..d13a85b591813 100644 --- a/docs/angular/cli/lint.md +++ b/docs/angular/cli/lint.md @@ -1,3 +1,8 @@ +--- +title: 'lint - CLI command' +description: 'Runs linting tools on application code in a given project folder using the configured linter.' +--- + # lint Runs linting tools on application code in a given project folder using the configured linter. diff --git a/docs/angular/cli/list.md b/docs/angular/cli/list.md index be0433be1a342..9f055f0e2d8e3 100644 --- a/docs/angular/cli/list.md +++ b/docs/angular/cli/list.md @@ -1,3 +1,8 @@ +--- +title: 'list - CLI command' +description: 'Lists installed plugins, capabilities of installed plugins and other available plugins.' +--- + # list Lists installed plugins, capabilities of installed plugins and other available plugins. diff --git a/docs/angular/cli/migrate.md b/docs/angular/cli/migrate.md index c1c23173c2e8c..83d5bae7ee253 100644 --- a/docs/angular/cli/migrate.md +++ b/docs/angular/cli/migrate.md @@ -1,3 +1,11 @@ +--- +title: "migrate - CLI command" +description: "Creates a migrations file or runs migrations from the migrations file. +- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest) +- Run migrations (e.g., nx migrate --run-migrations=migrations.json) +" +--- + # migrate Creates a migrations file or runs migrations from the migrations file. diff --git a/docs/angular/cli/print-affected.md b/docs/angular/cli/print-affected.md index 5627ad66273e1..d480fc4d439cc 100644 --- a/docs/angular/cli/print-affected.md +++ b/docs/angular/cli/print-affected.md @@ -1,3 +1,8 @@ +--- +title: 'print-affected - CLI command' +description: 'Prints information about the projects and targets affected by changes' +--- + # print-affected Prints information about the projects and targets affected by changes diff --git a/docs/angular/cli/report.md b/docs/angular/cli/report.md index 0fae67a84edb3..ed66e158d159f 100644 --- a/docs/angular/cli/report.md +++ b/docs/angular/cli/report.md @@ -1,3 +1,8 @@ +--- +title: 'report - CLI command' +description: 'Reports useful version numbers to copy into the Nx issue template' +--- + # report Reports useful version numbers to copy into the Nx issue template diff --git a/docs/angular/cli/reset.md b/docs/angular/cli/reset.md index 39dc0a2e8f645..a81c0d4c4effa 100644 --- a/docs/angular/cli/reset.md +++ b/docs/angular/cli/reset.md @@ -1,3 +1,8 @@ +--- +title: 'reset - CLI command' +description: 'Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon.' +--- + # reset Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon. diff --git a/docs/angular/cli/run-many.md b/docs/angular/cli/run-many.md index 2167dcd5dcb25..85a37a222f3ae 100644 --- a/docs/angular/cli/run-many.md +++ b/docs/angular/cli/run-many.md @@ -1,3 +1,8 @@ +--- +title: 'run-many - CLI command' +description: 'Run target for multiple listed projects' +--- + # run-many Run target for multiple listed projects diff --git a/docs/angular/cli/run.md b/docs/angular/cli/run.md index bab1aa42a3b34..91a720d5d6724 100644 --- a/docs/angular/cli/run.md +++ b/docs/angular/cli/run.md @@ -1,3 +1,8 @@ +--- +title: 'run - CLI command' +description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +--- + # run Runs an Architect target with an optional custom builder configuration defined in your project. diff --git a/docs/angular/cli/serve.md b/docs/angular/cli/serve.md index 0f0b8e130b704..9eb3e6cec3a67 100644 --- a/docs/angular/cli/serve.md +++ b/docs/angular/cli/serve.md @@ -1,3 +1,8 @@ +--- +title: 'serve - CLI command' +description: 'Builds and serves an application, rebuilding on file changes.' +--- + # serve Builds and serves an application, rebuilding on file changes. diff --git a/docs/angular/cli/test.md b/docs/angular/cli/test.md index cf86963e7e7df..3c1483a640dca 100644 --- a/docs/angular/cli/test.md +++ b/docs/angular/cli/test.md @@ -1,3 +1,8 @@ +--- +title: 'test - CLI command' +description: 'Runs unit tests in a project using the configured unit test runner.' +--- + # test Runs unit tests in a project using the configured unit test runner. diff --git a/docs/angular/cli/workspace-generator.md b/docs/angular/cli/workspace-generator.md index 20d68b180332b..c9915c1a76c64 100644 --- a/docs/angular/cli/workspace-generator.md +++ b/docs/angular/cli/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: 'workspace-generator - CLI command' +description: 'Runs a workspace generator from the tools/generators directory' +--- + # workspace-generator Runs a workspace generator from the tools/generators directory diff --git a/docs/angular/cli/workspace-lint.md b/docs/angular/cli/workspace-lint.md index e72c80e2f0206..193bf2a76bf33 100644 --- a/docs/angular/cli/workspace-lint.md +++ b/docs/angular/cli/workspace-lint.md @@ -1,6 +1,11 @@ +--- +title: 'workspace-lint - CLI command' +description: 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file' +--- + # workspace-lint -Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file +Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file ## Usage diff --git a/docs/node/api-angular/executors/delegate-build.md b/docs/node/api-angular/executors/delegate-build.md index b1ac83b9c029d..535e4e3597753 100644 --- a/docs/node/api-angular/executors/delegate-build.md +++ b/docs/node/api-angular/executors/delegate-build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:delegate-build executor' +description: 'Delegates the build to a different target while supporting incremental builds.' +--- + # @nrwl/angular:delegate-build Delegates the build to a different target while supporting incremental builds. diff --git a/docs/node/api-angular/executors/ng-packagr-lite.md b/docs/node/api-angular/executors/ng-packagr-lite.md index 8a961af8ba177..ee83f92bfed87 100644 --- a/docs/node/api-angular/executors/ng-packagr-lite.md +++ b/docs/node/api-angular/executors/ng-packagr-lite.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ng-packagr-lite executor' +description: 'Builds a library with support for incremental builds.' +--- + # @nrwl/angular:ng-packagr-lite Builds a library with support for incremental builds. diff --git a/docs/node/api-angular/executors/package.md b/docs/node/api-angular/executors/package.md index c0cb8912e76f8..9734b6a769611 100644 --- a/docs/node/api-angular/executors/package.md +++ b/docs/node/api-angular/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:package executor' +description: 'Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.' +--- + # @nrwl/angular:package Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. diff --git a/docs/node/api-angular/executors/webpack-browser.md b/docs/node/api-angular/executors/webpack-browser.md index 0ca1627dfcb98..b103e9e31be94 100644 --- a/docs/node/api-angular/executors/webpack-browser.md +++ b/docs/node/api-angular/executors/webpack-browser.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-browser executor' +description: 'Builds a browser application with support for incremental builds and custom webpack configuration.' +--- + # @nrwl/angular:webpack-browser Builds a browser application with support for incremental builds and custom webpack configuration. diff --git a/docs/node/api-angular/executors/webpack-server.md b/docs/node/api-angular/executors/webpack-server.md index 2e25c624e7ff0..8a2fa9e6252da 100644 --- a/docs/node/api-angular/executors/webpack-server.md +++ b/docs/node/api-angular/executors/webpack-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-server executor' +description: 'Serves a browser application with support for a custom webpack configuration.' +--- + # @nrwl/angular:webpack-server Serves a browser application with support for a custom webpack configuration. diff --git a/docs/node/api-angular/generators/application.md b/docs/node/api-angular/generators/application.md index 7cff20d1779f8..c1f238c8f29be 100644 --- a/docs/node/api-angular/generators/application.md +++ b/docs/node/api-angular/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:application generator' +description: 'Creates an Angular application.' +--- + # @nrwl/angular:application Creates an Angular application. diff --git a/docs/node/api-angular/generators/convert-tslint-to-eslint.md b/docs/node/api-angular/generators/convert-tslint-to-eslint.md index d2fef5aacb165..db65a46a8a14f 100644 --- a/docs/node/api-angular/generators/convert-tslint-to-eslint.md +++ b/docs/node/api-angular/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:convert-tslint-to-eslint generator' +description: 'Converts a project from TSLint to ESLint.' +--- + # @nrwl/angular:convert-tslint-to-eslint Converts a project from TSLint to ESLint. diff --git a/docs/node/api-angular/generators/downgrade-module.md b/docs/node/api-angular/generators/downgrade-module.md index ad25f18086ac3..99ac2aa89b171 100644 --- a/docs/node/api-angular/generators/downgrade-module.md +++ b/docs/node/api-angular/generators/downgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:downgrade-module generator' +description: 'Sets up a Downgrade Module.' +--- + # @nrwl/angular:downgrade-module Sets up a Downgrade Module. diff --git a/docs/node/api-angular/generators/karma-project.md b/docs/node/api-angular/generators/karma-project.md index 969f6c93501f7..75ed0795117f7 100644 --- a/docs/node/api-angular/generators/karma-project.md +++ b/docs/node/api-angular/generators/karma-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma-project generator' +description: 'Adds Karma configuration to a project.' +--- + # @nrwl/angular:karma-project Adds Karma configuration to a project. diff --git a/docs/node/api-angular/generators/karma.md b/docs/node/api-angular/generators/karma.md index e22e93b40430b..c2595c7722b83 100644 --- a/docs/node/api-angular/generators/karma.md +++ b/docs/node/api-angular/generators/karma.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma generator' +description: 'Adds Karma configuration to a workspace.' +--- + # @nrwl/angular:karma Adds Karma configuration to a workspace. diff --git a/docs/node/api-angular/generators/library-secondary-entry-point.md b/docs/node/api-angular/generators/library-secondary-entry-point.md index 72c6de56830dd..dd635696555c4 100644 --- a/docs/node/api-angular/generators/library-secondary-entry-point.md +++ b/docs/node/api-angular/generators/library-secondary-entry-point.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library-secondary-entry-point generator' +description: 'Creates a secondary entry point for an Angular publishable library.' +--- + # @nrwl/angular:library-secondary-entry-point Creates a secondary entry point for an Angular publishable library. diff --git a/docs/node/api-angular/generators/library.md b/docs/node/api-angular/generators/library.md index 716326edeffcd..b9ea57e15b45a 100644 --- a/docs/node/api-angular/generators/library.md +++ b/docs/node/api-angular/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library generator' +description: 'Creates an Angular library.' +--- + # @nrwl/angular:library Creates an Angular library. diff --git a/docs/node/api-angular/generators/move.md b/docs/node/api-angular/generators/move.md index 465bea4e13ad5..0a9a0d756f384 100644 --- a/docs/node/api-angular/generators/move.md +++ b/docs/node/api-angular/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:move generator' +description: 'Moves an Angular application or library to another folder within the workspace and updates the project configuration.' +--- + # @nrwl/angular:move Moves an Angular application or library to another folder within the workspace and updates the project configuration. diff --git a/docs/node/api-angular/generators/ngrx.md b/docs/node/api-angular/generators/ngrx.md index 2180e4c483d72..433d6f2a305aa 100644 --- a/docs/node/api-angular/generators/ngrx.md +++ b/docs/node/api-angular/generators/ngrx.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ngrx generator' +description: 'Adds NgRx support to an application or library.' +--- + # @nrwl/angular:ngrx Adds NgRx support to an application or library. diff --git a/docs/node/api-angular/generators/scam.md b/docs/node/api-angular/generators/scam.md index 0f000799fa0fb..e129fb7447e49 100644 --- a/docs/node/api-angular/generators/scam.md +++ b/docs/node/api-angular/generators/scam.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:scam generator' +description: 'Generate a component with an accompanying Single Component Angular Module (SCAM).' +--- + # @nrwl/angular:scam Generate a component with an accompanying Single Component Angular Module (SCAM). diff --git a/docs/node/api-angular/generators/setup-mfe.md b/docs/node/api-angular/generators/setup-mfe.md index 4726ba5d73bc7..0bf991ae960b8 100644 --- a/docs/node/api-angular/generators/setup-mfe.md +++ b/docs/node/api-angular/generators/setup-mfe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:setup-mfe generator' +description: 'Generate a Module Federation configuration for a given Angular application.' +--- + # @nrwl/angular:setup-mfe Generate a Module Federation configuration for a given Angular application. diff --git a/docs/node/api-angular/generators/stories.md b/docs/node/api-angular/generators/stories.md index 674775abbecd0..399453eea78e2 100644 --- a/docs/node/api-angular/generators/stories.md +++ b/docs/node/api-angular/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:stories generator' +description: 'Creates stories/specs for all components declared in a project.' +--- + # @nrwl/angular:stories Creates stories/specs for all components declared in a project. diff --git a/docs/node/api-angular/generators/storybook-configuration.md b/docs/node/api-angular/generators/storybook-configuration.md index 1f938b6626a10..c56c5bbe93670 100644 --- a/docs/node/api-angular/generators/storybook-configuration.md +++ b/docs/node/api-angular/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-configuration generator' +description: 'Adds Storybook configuration to a project.' +--- + # @nrwl/angular:storybook-configuration Adds Storybook configuration to a project. diff --git a/docs/node/api-angular/generators/storybook-migrate-defaults-5-to-6.md b/docs/node/api-angular/generators/storybook-migrate-defaults-5-to-6.md index 90d06a282c5c1..dd0010a3a578d 100644 --- a/docs/node/api-angular/generators/storybook-migrate-defaults-5-to-6.md +++ b/docs/node/api-angular/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-defaults-5-to-6 generator' +description: 'Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/angular:storybook-migrate-defaults-5-to-6 Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/node/api-angular/generators/storybook-migrate-stories-to-6-2.md b/docs/node/api-angular/generators/storybook-migrate-stories-to-6-2.md index 4be8043415642..a81530a233003 100644 --- a/docs/node/api-angular/generators/storybook-migrate-stories-to-6-2.md +++ b/docs/node/api-angular/generators/storybook-migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-stories-to-6-2 generator' +description: 'Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export.' +--- + # @nrwl/angular:storybook-migrate-stories-to-6-2 Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export. diff --git a/docs/node/api-angular/generators/upgrade-module.md b/docs/node/api-angular/generators/upgrade-module.md index 4d1bfae913c13..7cbcd4152e1a3 100644 --- a/docs/node/api-angular/generators/upgrade-module.md +++ b/docs/node/api-angular/generators/upgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:upgrade-module generator' +description: 'Sets up an Upgrade Module.' +--- + # @nrwl/angular:upgrade-module Sets up an Upgrade Module. diff --git a/docs/node/api-angular/generators/web-worker.md b/docs/node/api-angular/generators/web-worker.md index 1f7cbef036d4f..293af264e71da 100644 --- a/docs/node/api-angular/generators/web-worker.md +++ b/docs/node/api-angular/generators/web-worker.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:web-worker generator' +description: 'Creates a Web Worker.' +--- + # @nrwl/angular:web-worker Creates a Web Worker. diff --git a/docs/node/api-cypress/executors/cypress.md b/docs/node/api-cypress/executors/cypress.md index 71239a2abb5ba..555addb70a79a 100644 --- a/docs/node/api-cypress/executors/cypress.md +++ b/docs/node/api-cypress/executors/cypress.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/cypress:cypress executor' +description: 'Run Cypress e2e tests' +--- + # @nrwl/cypress:cypress Run Cypress e2e tests diff --git a/docs/node/api-detox/executors/build.md b/docs/node/api-detox/executors/build.md index f05e86b9a132a..f59448dc6e801 100644 --- a/docs/node/api-detox/executors/build.md +++ b/docs/node/api-detox/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:build executor' +description: 'Run the command defined in build property of the specified configuration.' +--- + # @nrwl/detox:build Run the command defined in build property of the specified configuration. diff --git a/docs/node/api-detox/executors/test.md b/docs/node/api-detox/executors/test.md index 0924c8c2d0786..c0b0750151bc4 100644 --- a/docs/node/api-detox/executors/test.md +++ b/docs/node/api-detox/executors/test.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:test executor' +description: 'Initiating your detox test suite.' +--- + # @nrwl/detox:test Initiating your detox test suite. diff --git a/docs/node/api-detox/generators/application.md b/docs/node/api-detox/generators/application.md index d4623cead290e..36b863db4a554 100644 --- a/docs/node/api-detox/generators/application.md +++ b/docs/node/api-detox/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:application generator' +description: 'Create a detox application' +--- + # @nrwl/detox:application Create a detox application diff --git a/docs/node/api-express/generators/application.md b/docs/node/api-express/generators/application.md index 5c42e54ae5e68..9adb7242155bc 100644 --- a/docs/node/api-express/generators/application.md +++ b/docs/node/api-express/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/express:application generator' +description: 'Create an express application' +--- + # @nrwl/express:application Create an express application diff --git a/docs/node/api-gatsby/executors/build.md b/docs/node/api-gatsby/executors/build.md index 872c7ef2d4688..1c5a251f452f1 100644 --- a/docs/node/api-gatsby/executors/build.md +++ b/docs/node/api-gatsby/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:build executor' +description: 'Build a Gatsby app' +--- + # @nrwl/gatsby:build Build a Gatsby app diff --git a/docs/node/api-gatsby/executors/server.md b/docs/node/api-gatsby/executors/server.md index 5dedfcd708237..865f09a304b82 100644 --- a/docs/node/api-gatsby/executors/server.md +++ b/docs/node/api-gatsby/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:server executor' +description: 'Starts server for app' +--- + # @nrwl/gatsby:server Starts server for app diff --git a/docs/node/api-gatsby/generators/application.md b/docs/node/api-gatsby/generators/application.md index bd327dcef9065..066cb740da8b8 100644 --- a/docs/node/api-gatsby/generators/application.md +++ b/docs/node/api-gatsby/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:application generator' +description: 'Create an application' +--- + # @nrwl/gatsby:application Create an application diff --git a/docs/node/api-gatsby/generators/component.md b/docs/node/api-gatsby/generators/component.md index 558a6a9be373c..a79ef064e827e 100644 --- a/docs/node/api-gatsby/generators/component.md +++ b/docs/node/api-gatsby/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:component generator' +description: 'Create a component' +--- + # @nrwl/gatsby:component Create a component diff --git a/docs/node/api-gatsby/generators/page.md b/docs/node/api-gatsby/generators/page.md index 440778b0b64d0..9d70c6a17176a 100644 --- a/docs/node/api-gatsby/generators/page.md +++ b/docs/node/api-gatsby/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:page generator' +description: 'Create a page' +--- + # @nrwl/gatsby:page Create a page diff --git a/docs/node/api-jest/executors/jest.md b/docs/node/api-jest/executors/jest.md index 011f3e1179749..e9d9cc15cbac2 100644 --- a/docs/node/api-jest/executors/jest.md +++ b/docs/node/api-jest/executors/jest.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/jest:jest executor' +description: 'Run Jest unit tests' +--- + # @nrwl/jest:jest Run Jest unit tests diff --git a/docs/node/api-js/executors/tsc.md b/docs/node/api-js/executors/tsc.md index 0134023b65408..5f0686b63c6bc 100644 --- a/docs/node/api-js/executors/tsc.md +++ b/docs/node/api-js/executors/tsc.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:tsc executor' +description: 'Build a project using TypeScript.' +--- + # @nrwl/js:tsc Build a project using TypeScript. diff --git a/docs/node/api-js/generators/application.md b/docs/node/api-js/generators/application.md index d3cb3f64db891..c9799dd7805f2 100644 --- a/docs/node/api-js/generators/application.md +++ b/docs/node/api-js/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:application generator' +description: 'Create a application' +--- + # @nrwl/js:application Create a application diff --git a/docs/node/api-js/generators/library.md b/docs/node/api-js/generators/library.md index c48725f0e4a67..dec223ff4bfe0 100644 --- a/docs/node/api-js/generators/library.md +++ b/docs/node/api-js/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:library generator' +description: 'Create a library' +--- + # @nrwl/js:library Create a library diff --git a/docs/node/api-linter/executors/eslint.md b/docs/node/api-linter/executors/eslint.md index e74720bec1c78..ae4ed0c03a003 100644 --- a/docs/node/api-linter/executors/eslint.md +++ b/docs/node/api-linter/executors/eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:eslint executor' +description: 'Run ESLint on a project' +--- + # @nrwl/linter:eslint Run ESLint on a project diff --git a/docs/node/api-linter/executors/lint.md b/docs/node/api-linter/executors/lint.md index 1cb04d736c810..2b4b8000e26f3 100644 --- a/docs/node/api-linter/executors/lint.md +++ b/docs/node/api-linter/executors/lint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:lint executor' +description: '**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0' +--- + # @nrwl/linter:lint **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 diff --git a/docs/node/api-linter/generators/workspace-rule.md b/docs/node/api-linter/generators/workspace-rule.md index b077b41106b37..ac04b9e34205d 100644 --- a/docs/node/api-linter/generators/workspace-rule.md +++ b/docs/node/api-linter/generators/workspace-rule.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:workspace-rule generator' +description: 'Create a new workspace ESLint rule' +--- + # @nrwl/linter:workspace-rule Create a new workspace ESLint rule diff --git a/docs/node/api-nest/generators/application.md b/docs/node/api-nest/generators/application.md index 77a843ac59066..fde171a1ed2de 100644 --- a/docs/node/api-nest/generators/application.md +++ b/docs/node/api-nest/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:application generator' +description: 'Create a NestJS application.' +--- + # @nrwl/nest:application Create a NestJS application. diff --git a/docs/node/api-nest/generators/class.md b/docs/node/api-nest/generators/class.md index 252b43d4c93d1..a652e44eae90f 100644 --- a/docs/node/api-nest/generators/class.md +++ b/docs/node/api-nest/generators/class.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:class generator' +description: 'Run the `class` NestJS generator with Nx project support.' +--- + # @nrwl/nest:class Run the `class` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/controller.md b/docs/node/api-nest/generators/controller.md index c1a2d3e800de4..2c68a995101ec 100644 --- a/docs/node/api-nest/generators/controller.md +++ b/docs/node/api-nest/generators/controller.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:controller generator' +description: 'Run the `controller` NestJS generator with Nx project support.' +--- + # @nrwl/nest:controller Run the `controller` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/convert-tslint-to-eslint.md b/docs/node/api-nest/generators/convert-tslint-to-eslint.md index 05793ccace2e5..f13547958f506 100644 --- a/docs/node/api-nest/generators/convert-tslint-to-eslint.md +++ b/docs/node/api-nest/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:convert-tslint-to-eslint generator' +description: 'Convert a project from TSLint to ESLint.' +--- + # @nrwl/nest:convert-tslint-to-eslint Convert a project from TSLint to ESLint. diff --git a/docs/node/api-nest/generators/decorator.md b/docs/node/api-nest/generators/decorator.md index 3f35c60e08550..30e98953db973 100644 --- a/docs/node/api-nest/generators/decorator.md +++ b/docs/node/api-nest/generators/decorator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:decorator generator' +description: 'Run the `decorator` NestJS generator with Nx project support.' +--- + # @nrwl/nest:decorator Run the `decorator` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/filter.md b/docs/node/api-nest/generators/filter.md index 7a7188b24b7aa..ebd2cf9c75500 100644 --- a/docs/node/api-nest/generators/filter.md +++ b/docs/node/api-nest/generators/filter.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:filter generator' +description: 'Run the `filter` NestJS generator with Nx project support.' +--- + # @nrwl/nest:filter Run the `filter` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/gateway.md b/docs/node/api-nest/generators/gateway.md index d83fefa3ce31d..4ae8d463dace4 100644 --- a/docs/node/api-nest/generators/gateway.md +++ b/docs/node/api-nest/generators/gateway.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:gateway generator' +description: 'Run the `gateway` NestJS generator with Nx project support.' +--- + # @nrwl/nest:gateway Run the `gateway` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/guard.md b/docs/node/api-nest/generators/guard.md index 6d5c69385b42d..e42e94cef418a 100644 --- a/docs/node/api-nest/generators/guard.md +++ b/docs/node/api-nest/generators/guard.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:guard generator' +description: 'Run the `guard` NestJS generator with Nx project support.' +--- + # @nrwl/nest:guard Run the `guard` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/interceptor.md b/docs/node/api-nest/generators/interceptor.md index 160a81b83554b..f48bf5cfd596a 100644 --- a/docs/node/api-nest/generators/interceptor.md +++ b/docs/node/api-nest/generators/interceptor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interceptor generator' +description: 'Run the `interceptor` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interceptor Run the `interceptor` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/interface.md b/docs/node/api-nest/generators/interface.md index f12872eecfd62..c92aa0cb547bb 100644 --- a/docs/node/api-nest/generators/interface.md +++ b/docs/node/api-nest/generators/interface.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interface generator' +description: 'Run the `interface` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interface Run the `interface` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/library.md b/docs/node/api-nest/generators/library.md index 6ef2efeac6b38..4a886fcea6f2c 100644 --- a/docs/node/api-nest/generators/library.md +++ b/docs/node/api-nest/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:library generator' +description: 'Create a new NestJS library.' +--- + # @nrwl/nest:library Create a new NestJS library. diff --git a/docs/node/api-nest/generators/middleware.md b/docs/node/api-nest/generators/middleware.md index 50b7f66097e8b..5e4b0c40a333f 100644 --- a/docs/node/api-nest/generators/middleware.md +++ b/docs/node/api-nest/generators/middleware.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:middleware generator' +description: 'Run the `middleware` NestJS generator with Nx project support.' +--- + # @nrwl/nest:middleware Run the `middleware` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/module.md b/docs/node/api-nest/generators/module.md index 61e9161832ba2..a98640fa8d4ea 100644 --- a/docs/node/api-nest/generators/module.md +++ b/docs/node/api-nest/generators/module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:module generator' +description: 'Run the `module` NestJS generator with Nx project support.' +--- + # @nrwl/nest:module Run the `module` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/pipe.md b/docs/node/api-nest/generators/pipe.md index 073c9d1e93b1c..2b1926407733e 100644 --- a/docs/node/api-nest/generators/pipe.md +++ b/docs/node/api-nest/generators/pipe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:pipe generator' +description: 'Run the `pipe` NestJS generator with Nx project support.' +--- + # @nrwl/nest:pipe Run the `pipe` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/provider.md b/docs/node/api-nest/generators/provider.md index ae8d031c9510a..17e4166dd856e 100644 --- a/docs/node/api-nest/generators/provider.md +++ b/docs/node/api-nest/generators/provider.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:provider generator' +description: 'Run the `provider` NestJS generator with Nx project support.' +--- + # @nrwl/nest:provider Run the `provider` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/resolver.md b/docs/node/api-nest/generators/resolver.md index fa5da4a632b46..afca3530fb9a7 100644 --- a/docs/node/api-nest/generators/resolver.md +++ b/docs/node/api-nest/generators/resolver.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resolver generator' +description: 'Run the `resolver` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resolver Run the `resolver` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/resource.md b/docs/node/api-nest/generators/resource.md index c29610866d640..35e19905aae31 100644 --- a/docs/node/api-nest/generators/resource.md +++ b/docs/node/api-nest/generators/resource.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resource generator' +description: 'Run the `resource` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resource Run the `resource` NestJS generator with Nx project support. diff --git a/docs/node/api-nest/generators/service.md b/docs/node/api-nest/generators/service.md index 1039223e1b8ce..976473c4f81f8 100644 --- a/docs/node/api-nest/generators/service.md +++ b/docs/node/api-nest/generators/service.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:service generator' +description: 'Run the `service` NestJS generator with Nx project support.' +--- + # @nrwl/nest:service Run the `service` NestJS generator with Nx project support. diff --git a/docs/node/api-next/executors/build.md b/docs/node/api-next/executors/build.md index 34aea92cc095d..0471072f744c8 100644 --- a/docs/node/api-next/executors/build.md +++ b/docs/node/api-next/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:build executor' +description: 'Build a Next.js app' +--- + # @nrwl/next:build Build a Next.js app diff --git a/docs/node/api-next/executors/export.md b/docs/node/api-next/executors/export.md index f9820a7ec0a9f..7e059e96f8818 100644 --- a/docs/node/api-next/executors/export.md +++ b/docs/node/api-next/executors/export.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:export executor' +description: 'Export a Next.js app. The exported application is located at dist/$outputPath/exported.' +--- + # @nrwl/next:export Export a Next.js app. The exported application is located at dist/$outputPath/exported. diff --git a/docs/node/api-next/executors/server.md b/docs/node/api-next/executors/server.md index 51b5b49898b2a..4843204a209be 100644 --- a/docs/node/api-next/executors/server.md +++ b/docs/node/api-next/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:server executor' +description: 'Serve a Next.js app' +--- + # @nrwl/next:server Serve a Next.js app diff --git a/docs/node/api-next/generators/application.md b/docs/node/api-next/generators/application.md index ce9542860519f..03d7b901027fc 100644 --- a/docs/node/api-next/generators/application.md +++ b/docs/node/api-next/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:application generator' +description: 'Create a Next.js application' +--- + # @nrwl/next:application Create a Next.js application diff --git a/docs/node/api-next/generators/component.md b/docs/node/api-next/generators/component.md index 6bca940495e76..b3528c8138ae5 100644 --- a/docs/node/api-next/generators/component.md +++ b/docs/node/api-next/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:component generator' +description: 'Create a React component' +--- + # @nrwl/next:component Create a React component diff --git a/docs/node/api-next/generators/page.md b/docs/node/api-next/generators/page.md index 2205b77679bb1..9f8a70dbdefc9 100644 --- a/docs/node/api-next/generators/page.md +++ b/docs/node/api-next/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:page generator' +description: 'Create a Next.js page component' +--- + # @nrwl/next:page Create a Next.js page component diff --git a/docs/node/api-node/executors/build.md b/docs/node/api-node/executors/build.md index e4c9e13a61ce0..c1e73e6e75ff4 100644 --- a/docs/node/api-node/executors/build.md +++ b/docs/node/api-node/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:build executor' +description: 'Build a Node application' +--- + # @nrwl/node:build Build a Node application diff --git a/docs/node/api-node/executors/execute.md b/docs/node/api-node/executors/execute.md index 1f69d40c89942..6f831ce7fa81c 100644 --- a/docs/node/api-node/executors/execute.md +++ b/docs/node/api-node/executors/execute.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:execute executor' +description: 'Execute a Node application' +--- + # @nrwl/node:execute Execute a Node application diff --git a/docs/node/api-node/executors/package.md b/docs/node/api-node/executors/package.md index ed70201166602..a75ddc8129b9d 100644 --- a/docs/node/api-node/executors/package.md +++ b/docs/node/api-node/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:package executor' +description: 'Package a Node library' +--- + # @nrwl/node:package Package a Node library diff --git a/docs/node/api-node/generators/application.md b/docs/node/api-node/generators/application.md index 3d3e383f42d85..3144b0ab63d9d 100644 --- a/docs/node/api-node/generators/application.md +++ b/docs/node/api-node/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:application generator' +description: 'Create a node application' +--- + # @nrwl/node:application Create a node application diff --git a/docs/node/api-node/generators/library.md b/docs/node/api-node/generators/library.md index 0bab8322c7b22..7125261ae51e2 100644 --- a/docs/node/api-node/generators/library.md +++ b/docs/node/api-node/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:library generator' +description: 'Create a library' +--- + # @nrwl/node:library Create a library diff --git a/docs/node/api-nx-plugin/executors/e2e.md b/docs/node/api-nx-plugin/executors/e2e.md index 3edd161e26dd9..107511f9dbd02 100644 --- a/docs/node/api-nx-plugin/executors/e2e.md +++ b/docs/node/api-nx-plugin/executors/e2e.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:e2e executor' +description: 'Creates and runs the e2e tests for an Nx Plugin.' +--- + # @nrwl/nx-plugin:e2e Creates and runs the e2e tests for an Nx Plugin. diff --git a/docs/node/api-nx-plugin/generators/executor.md b/docs/node/api-nx-plugin/generators/executor.md index e740f0c1a1d5a..9ba010200f3be 100644 --- a/docs/node/api-nx-plugin/generators/executor.md +++ b/docs/node/api-nx-plugin/generators/executor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:executor generator' +description: 'Create a executor for an Nx Plugin' +--- + # @nrwl/nx-plugin:executor Create a executor for an Nx Plugin diff --git a/docs/node/api-nx-plugin/generators/generator.md b/docs/node/api-nx-plugin/generators/generator.md index 49caeedc13084..9e93ca51e08ff 100644 --- a/docs/node/api-nx-plugin/generators/generator.md +++ b/docs/node/api-nx-plugin/generators/generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:generator generator' +description: 'Create a generator for an Nx Plugin' +--- + # @nrwl/nx-plugin:generator Create a generator for an Nx Plugin diff --git a/docs/node/api-nx-plugin/generators/migration.md b/docs/node/api-nx-plugin/generators/migration.md index 8f1d8e7bd4ed9..0a89776490529 100644 --- a/docs/node/api-nx-plugin/generators/migration.md +++ b/docs/node/api-nx-plugin/generators/migration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:migration generator' +description: 'Create a migration for an Nx Plugin' +--- + # @nrwl/nx-plugin:migration Create a migration for an Nx Plugin diff --git a/docs/node/api-nx-plugin/generators/plugin.md b/docs/node/api-nx-plugin/generators/plugin.md index 96f2cd5ce257e..7e55a8d6743b2 100644 --- a/docs/node/api-nx-plugin/generators/plugin.md +++ b/docs/node/api-nx-plugin/generators/plugin.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:plugin generator' +description: 'Create a Nx Plugin' +--- + # @nrwl/nx-plugin:plugin Create a Nx Plugin diff --git a/docs/node/api-react-native/executors/build-android.md b/docs/node/api-react-native/executors/build-android.md index e482636d70190..0c74616ec7f34 100644 --- a/docs/node/api-react-native/executors/build-android.md +++ b/docs/node/api-react-native/executors/build-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:build-android executor' +description: 'Release Build for Android.' +--- + # @nrwl/react-native:build-android Release Build for Android. diff --git a/docs/node/api-react-native/executors/bundle.md b/docs/node/api-react-native/executors/bundle.md index ddfe2cdfbd3d2..7136976133959 100644 --- a/docs/node/api-react-native/executors/bundle.md +++ b/docs/node/api-react-native/executors/bundle.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:bundle executor' +description: 'Builds the JS bundle.' +--- + # @nrwl/react-native:bundle Builds the JS bundle. diff --git a/docs/node/api-react-native/executors/ensure-symlink.md b/docs/node/api-react-native/executors/ensure-symlink.md index fc674026bd787..7cbf7536500c1 100644 --- a/docs/node/api-react-native/executors/ensure-symlink.md +++ b/docs/node/api-react-native/executors/ensure-symlink.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:ensure-symlink executor' +description: "Ensure workspace node_modules is symlink under app's node_modules folder." +--- + # @nrwl/react-native:ensure-symlink Ensure workspace node_modules is symlink under app's node_modules folder. diff --git a/docs/node/api-react-native/executors/run-android.md b/docs/node/api-react-native/executors/run-android.md index b5234845b89d3..8fb400a29b4fd 100644 --- a/docs/node/api-react-native/executors/run-android.md +++ b/docs/node/api-react-native/executors/run-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-android executor' +description: 'Runs Android application.' +--- + # @nrwl/react-native:run-android Runs Android application. diff --git a/docs/node/api-react-native/executors/run-ios.md b/docs/node/api-react-native/executors/run-ios.md index 0c7c27a757966..090f226b841e8 100644 --- a/docs/node/api-react-native/executors/run-ios.md +++ b/docs/node/api-react-native/executors/run-ios.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-ios executor' +description: 'Runs iOS application.' +--- + # @nrwl/react-native:run-ios Runs iOS application. diff --git a/docs/node/api-react-native/executors/start.md b/docs/node/api-react-native/executors/start.md index 3e5b8f63481c8..1fc0a0763f76f 100644 --- a/docs/node/api-react-native/executors/start.md +++ b/docs/node/api-react-native/executors/start.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:start executor' +description: 'Starts the dev server for JS bundle.' +--- + # @nrwl/react-native:start Starts the dev server for JS bundle. diff --git a/docs/node/api-react-native/executors/sync-deps.md b/docs/node/api-react-native/executors/sync-deps.md index 1557bf080f945..9caa5bc9c9009 100644 --- a/docs/node/api-react-native/executors/sync-deps.md +++ b/docs/node/api-react-native/executors/sync-deps.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:sync-deps executor' +description: 'Syncs dependencies to package.json (required for autolinking).' +--- + # @nrwl/react-native:sync-deps Syncs dependencies to package.json (required for autolinking). diff --git a/docs/node/api-react-native/generators/application.md b/docs/node/api-react-native/generators/application.md index 9d531048d8c34..150e0a42ad308 100644 --- a/docs/node/api-react-native/generators/application.md +++ b/docs/node/api-react-native/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:application generator' +description: 'Create an application' +--- + # @nrwl/react-native:application Create an application diff --git a/docs/node/api-react-native/generators/component.md b/docs/node/api-react-native/generators/component.md index 4070af5e98d3e..a08108f0a9766 100644 --- a/docs/node/api-react-native/generators/component.md +++ b/docs/node/api-react-native/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:component generator' +description: 'Create a component' +--- + # @nrwl/react-native:component Create a component diff --git a/docs/node/api-react-native/generators/library.md b/docs/node/api-react-native/generators/library.md index 2f26c9872b83f..1c080087088cd 100644 --- a/docs/node/api-react-native/generators/library.md +++ b/docs/node/api-react-native/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:library generator' +description: 'Create a library' +--- + # @nrwl/react-native:library Create a library diff --git a/docs/node/api-react/generators/application.md b/docs/node/api-react/generators/application.md index 7bfb7b5a053f4..51764bd9a35c4 100644 --- a/docs/node/api-react/generators/application.md +++ b/docs/node/api-react/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:application generator' +description: 'Create an application' +--- + # @nrwl/react:application Create an application diff --git a/docs/node/api-react/generators/component-cypress-spec.md b/docs/node/api-react/generators/component-cypress-spec.md index 1988a9168ccb7..f69d0785a5e84 100644 --- a/docs/node/api-react/generators/component-cypress-spec.md +++ b/docs/node/api-react/generators/component-cypress-spec.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-cypress-spec generator' +description: 'Create a cypress spec for a ui component that has a story' +--- + # @nrwl/react:component-cypress-spec Create a cypress spec for a ui component that has a story diff --git a/docs/node/api-react/generators/component-story.md b/docs/node/api-react/generators/component-story.md index 9793d5e17331f..5812759ece9d9 100644 --- a/docs/node/api-react/generators/component-story.md +++ b/docs/node/api-react/generators/component-story.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-story generator' +description: 'Generate storybook story for a react component' +--- + # @nrwl/react:component-story Generate storybook story for a react component diff --git a/docs/node/api-react/generators/component.md b/docs/node/api-react/generators/component.md index 271da317e3aae..9864fac37ab8b 100644 --- a/docs/node/api-react/generators/component.md +++ b/docs/node/api-react/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component generator' +description: 'Create a component' +--- + # @nrwl/react:component Create a component diff --git a/docs/node/api-react/generators/hook.md b/docs/node/api-react/generators/hook.md index fbad0e6878287..93c6f2c85c5a4 100644 --- a/docs/node/api-react/generators/hook.md +++ b/docs/node/api-react/generators/hook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:hook generator' +description: 'Create a hook' +--- + # @nrwl/react:hook Create a hook diff --git a/docs/node/api-react/generators/library.md b/docs/node/api-react/generators/library.md index 9f2d2bb1444d6..f636d12ccdef4 100644 --- a/docs/node/api-react/generators/library.md +++ b/docs/node/api-react/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:library generator' +description: 'Create a library' +--- + # @nrwl/react:library Create a library diff --git a/docs/node/api-react/generators/redux.md b/docs/node/api-react/generators/redux.md index c83451204909d..95929652f2d45 100644 --- a/docs/node/api-react/generators/redux.md +++ b/docs/node/api-react/generators/redux.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:redux generator' +description: 'Create a redux slice for a project' +--- + # @nrwl/react:redux Create a redux slice for a project diff --git a/docs/node/api-react/generators/stories.md b/docs/node/api-react/generators/stories.md index 1134c264949e9..65ff592c37a70 100644 --- a/docs/node/api-react/generators/stories.md +++ b/docs/node/api-react/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:stories generator' +description: 'Create stories/specs for all components declared in a library' +--- + # @nrwl/react:stories Create stories/specs for all components declared in a library diff --git a/docs/node/api-react/generators/storybook-configuration.md b/docs/node/api-react/generators/storybook-configuration.md index 747319e39fdd0..dfe1a2e6df957 100644 --- a/docs/node/api-react/generators/storybook-configuration.md +++ b/docs/node/api-react/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-configuration generator' +description: 'Set up storybook for a react library' +--- + # @nrwl/react:storybook-configuration Set up storybook for a react library diff --git a/docs/node/api-react/generators/storybook-migrate-defaults-5-to-6.md b/docs/node/api-react/generators/storybook-migrate-defaults-5-to-6.md index 084f863f1de9a..c340edc3f004c 100644 --- a/docs/node/api-react/generators/storybook-migrate-defaults-5-to-6.md +++ b/docs/node/api-react/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/react:storybook-migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/node/api-storybook/executors/build.md b/docs/node/api-storybook/executors/build.md index 0d8627e56570c..08da4caf48da6 100644 --- a/docs/node/api-storybook/executors/build.md +++ b/docs/node/api-storybook/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:build executor' +description: 'Build Storybook' +--- + # @nrwl/storybook:build Build Storybook diff --git a/docs/node/api-storybook/executors/storybook.md b/docs/node/api-storybook/executors/storybook.md index 91aa4a5a2a6f7..6708c13a964c1 100644 --- a/docs/node/api-storybook/executors/storybook.md +++ b/docs/node/api-storybook/executors/storybook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:storybook executor' +description: 'Serve Storybook' +--- + # @nrwl/storybook:storybook Serve Storybook diff --git a/docs/node/api-storybook/generators/configuration.md b/docs/node/api-storybook/generators/configuration.md index a7a318f69ca91..0fde868742034 100644 --- a/docs/node/api-storybook/generators/configuration.md +++ b/docs/node/api-storybook/generators/configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:configuration generator' +description: 'Add storybook configuration to a ui library or an application' +--- + # @nrwl/storybook:configuration Add storybook configuration to a ui library or an application diff --git a/docs/node/api-storybook/generators/cypress-project.md b/docs/node/api-storybook/generators/cypress-project.md index 9dc464fc0c282..6d7e27b71220a 100644 --- a/docs/node/api-storybook/generators/cypress-project.md +++ b/docs/node/api-storybook/generators/cypress-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:cypress-project generator' +description: 'Add cypress e2e app to test a ui library that is set up for storybook' +--- + # @nrwl/storybook:cypress-project Add cypress e2e app to test a ui library that is set up for storybook diff --git a/docs/node/api-storybook/generators/migrate-defaults-5-to-6.md b/docs/node/api-storybook/generators/migrate-defaults-5-to-6.md index e7b78cfbc0d92..2d89444bb8fb1 100644 --- a/docs/node/api-storybook/generators/migrate-defaults-5-to-6.md +++ b/docs/node/api-storybook/generators/migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/storybook:migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/node/api-storybook/generators/migrate-stories-to-6-2.md b/docs/node/api-storybook/generators/migrate-stories-to-6-2.md index f08702f2dadc2..a980e2e39067c 100644 --- a/docs/node/api-storybook/generators/migrate-stories-to-6-2.md +++ b/docs/node/api-storybook/generators/migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-stories-to-6-2 generator' +description: 'Migrate stories syntax to 6.2' +--- + # @nrwl/storybook:migrate-stories-to-6-2 Migrate stories syntax to 6.2 diff --git a/docs/node/api-web/executors/dev-server.md b/docs/node/api-web/executors/dev-server.md index 777b518f5e75e..b391b9c1872d0 100644 --- a/docs/node/api-web/executors/dev-server.md +++ b/docs/node/api-web/executors/dev-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:dev-server executor' +description: 'Serve a web application' +--- + # @nrwl/web:dev-server Serve a web application diff --git a/docs/node/api-web/executors/file-server.md b/docs/node/api-web/executors/file-server.md index 35843ad0e440b..156a78a8ddb7f 100644 --- a/docs/node/api-web/executors/file-server.md +++ b/docs/node/api-web/executors/file-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:file-server executor' +description: 'Serve a web application from a folder' +--- + # @nrwl/web:file-server Serve a web application from a folder diff --git a/docs/node/api-web/executors/rollup.md b/docs/node/api-web/executors/rollup.md index 51d28dbcfff74..360f9f9e94ad5 100644 --- a/docs/node/api-web/executors/rollup.md +++ b/docs/node/api-web/executors/rollup.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:rollup executor' +description: 'Package a library using rollup' +--- + # @nrwl/web:rollup Package a library using rollup diff --git a/docs/node/api-web/executors/webpack.md b/docs/node/api-web/executors/webpack.md index fa14fe3533759..e102bda6ebccf 100644 --- a/docs/node/api-web/executors/webpack.md +++ b/docs/node/api-web/executors/webpack.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:webpack executor' +description: 'Build an application using webpack' +--- + # @nrwl/web:webpack Build an application using webpack diff --git a/docs/node/api-web/generators/application.md b/docs/node/api-web/generators/application.md index 8becab523a696..dc333565f0ccb 100644 --- a/docs/node/api-web/generators/application.md +++ b/docs/node/api-web/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:application generator' +description: 'Create an application' +--- + # @nrwl/web:application Create an application diff --git a/docs/node/api-workspace/executors/run-commands.md b/docs/node/api-workspace/executors/run-commands.md index e17c257f003e2..73be1d83e8d6c 100644 --- a/docs/node/api-workspace/executors/run-commands.md +++ b/docs/node/api-workspace/executors/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands executor' +description: 'Run any custom commands with Nx' +--- + # @nrwl/workspace:run-commands Run any custom commands with Nx diff --git a/docs/node/api-workspace/executors/run-script.md b/docs/node/api-workspace/executors/run-script.md index 493949f2ade8d..2ff3e3eec1f65 100644 --- a/docs/node/api-workspace/executors/run-script.md +++ b/docs/node/api-workspace/executors/run-script.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-script executor' +description: 'Run an npm script using Nx' +--- + # @nrwl/workspace:run-script Run an npm script using Nx diff --git a/docs/node/api-workspace/generators/convert-to-nx-project.md b/docs/node/api-workspace/generators/convert-to-nx-project.md index 2d2cf8dd0ca77..abcba6ffdf132 100644 --- a/docs/node/api-workspace/generators/convert-to-nx-project.md +++ b/docs/node/api-workspace/generators/convert-to-nx-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:convert-to-nx-project generator' +description: "Moves a project's configuration outside of workspace.json" +--- + # @nrwl/workspace:convert-to-nx-project Moves a project's configuration outside of workspace.json diff --git a/docs/node/api-workspace/generators/library.md b/docs/node/api-workspace/generators/library.md index 6830e9675f231..49245254c0e65 100644 --- a/docs/node/api-workspace/generators/library.md +++ b/docs/node/api-workspace/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:library generator' +description: 'Create a library' +--- + # @nrwl/workspace:library Create a library diff --git a/docs/node/api-workspace/generators/move.md b/docs/node/api-workspace/generators/move.md index 3ac4256884f50..cde24e0be6934 100644 --- a/docs/node/api-workspace/generators/move.md +++ b/docs/node/api-workspace/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:move generator' +description: 'Move an application or library to another folder' +--- + # @nrwl/workspace:move Move an application or library to another folder diff --git a/docs/node/api-workspace/generators/npm-package.md b/docs/node/api-workspace/generators/npm-package.md index c8b22b92ca30a..ca5ad7bdc561d 100644 --- a/docs/node/api-workspace/generators/npm-package.md +++ b/docs/node/api-workspace/generators/npm-package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:npm-package generator' +description: 'Create a minimal npm package' +--- + # @nrwl/workspace:npm-package Create a minimal npm package diff --git a/docs/node/api-workspace/generators/remove.md b/docs/node/api-workspace/generators/remove.md index 84141afecc86d..494639ce2632c 100644 --- a/docs/node/api-workspace/generators/remove.md +++ b/docs/node/api-workspace/generators/remove.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:remove generator' +description: 'Remove an application or library' +--- + # @nrwl/workspace:remove Remove an application or library diff --git a/docs/node/api-workspace/generators/run-commands.md b/docs/node/api-workspace/generators/run-commands.md index 856421c372060..79cb2ee0ef37a 100644 --- a/docs/node/api-workspace/generators/run-commands.md +++ b/docs/node/api-workspace/generators/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands generator' +description: 'Generates a target to run any command in the terminal' +--- + # @nrwl/workspace:run-commands Generates a target to run any command in the terminal diff --git a/docs/node/api-workspace/generators/workspace-generator.md b/docs/node/api-workspace/generators/workspace-generator.md index 93d12ff310f0d..99fdf2e494cb8 100644 --- a/docs/node/api-workspace/generators/workspace-generator.md +++ b/docs/node/api-workspace/generators/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:workspace-generator generator' +description: 'Generates a workspace generator' +--- + # @nrwl/workspace:workspace-generator Generates a workspace generator diff --git a/docs/node/cli/affected-apps.md b/docs/node/cli/affected-apps.md index 24328a2f500f7..8a7a9cdbd45d5 100644 --- a/docs/node/cli/affected-apps.md +++ b/docs/node/cli/affected-apps.md @@ -1,3 +1,8 @@ +--- +title: 'affected:apps - CLI command' +description: 'Print applications affected by changes' +--- + # affected:apps Print applications affected by changes diff --git a/docs/node/cli/affected-build.md b/docs/node/cli/affected-build.md index 5a44ab0572fb7..496a757652821 100644 --- a/docs/node/cli/affected-build.md +++ b/docs/node/cli/affected-build.md @@ -1,3 +1,8 @@ +--- +title: 'affected:build - CLI command' +description: 'Build applications and publishable libraries affected by changes' +--- + # affected:build Build applications and publishable libraries affected by changes diff --git a/docs/node/cli/affected-dep-graph.md b/docs/node/cli/affected-dep-graph.md index c05dbc0f16044..837fe6494f69e 100644 --- a/docs/node/cli/affected-dep-graph.md +++ b/docs/node/cli/affected-dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'affected:dep-graph - CLI command' +description: 'Graph dependencies affected by changes' +--- + # affected:dep-graph Graph dependencies affected by changes diff --git a/docs/node/cli/affected-e2e.md b/docs/node/cli/affected-e2e.md index 318ba9ba7570a..09e799bdb09a0 100644 --- a/docs/node/cli/affected-e2e.md +++ b/docs/node/cli/affected-e2e.md @@ -1,3 +1,8 @@ +--- +title: 'affected:e2e - CLI command' +description: 'Run e2e tests for the applications affected by changes' +--- + # affected:e2e Run e2e tests for the applications affected by changes diff --git a/docs/node/cli/affected-libs.md b/docs/node/cli/affected-libs.md index 62864f72bfae4..e75edf09841cd 100644 --- a/docs/node/cli/affected-libs.md +++ b/docs/node/cli/affected-libs.md @@ -1,3 +1,8 @@ +--- +title: 'affected:libs - CLI command' +description: 'Print libraries affected by changes' +--- + # affected:libs Print libraries affected by changes diff --git a/docs/node/cli/affected-lint.md b/docs/node/cli/affected-lint.md index dc95f58a17ab4..bfbf9c1c1627b 100644 --- a/docs/node/cli/affected-lint.md +++ b/docs/node/cli/affected-lint.md @@ -1,3 +1,8 @@ +--- +title: 'affected:lint - CLI command' +description: 'Lint projects affected by changes' +--- + # affected:lint Lint projects affected by changes diff --git a/docs/node/cli/affected-test.md b/docs/node/cli/affected-test.md index 67a2575278876..5859c7b8e1587 100644 --- a/docs/node/cli/affected-test.md +++ b/docs/node/cli/affected-test.md @@ -1,3 +1,8 @@ +--- +title: 'affected:test - CLI command' +description: 'Test projects affected by changes' +--- + # affected:test Test projects affected by changes diff --git a/docs/node/cli/affected.md b/docs/node/cli/affected.md index 7950a715bf94a..92b3cd456a24c 100644 --- a/docs/node/cli/affected.md +++ b/docs/node/cli/affected.md @@ -1,3 +1,8 @@ +--- +title: 'affected - CLI command' +description: 'Run target for affected projects' +--- + # affected Run target for affected projects diff --git a/docs/node/cli/build.md b/docs/node/cli/build.md index f12f82e8b1ff4..3890bcd249a84 100644 --- a/docs/node/cli/build.md +++ b/docs/node/cli/build.md @@ -1,3 +1,8 @@ +--- +title: 'build - CLI command' +description: 'Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.' +--- + # build Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. diff --git a/docs/node/cli/connect-to-nx-cloud.md b/docs/node/cli/connect-to-nx-cloud.md index ef9618b963b7b..e5ddd7d4681ad 100644 --- a/docs/node/cli/connect-to-nx-cloud.md +++ b/docs/node/cli/connect-to-nx-cloud.md @@ -1,3 +1,8 @@ +--- +title: 'connect-to-nx-cloud - CLI command' +description: 'Makes sure the workspace is connected to Nx Cloud' +--- + # connect-to-nx-cloud Makes sure the workspace is connected to Nx Cloud diff --git a/docs/node/cli/daemon.md b/docs/node/cli/daemon.md index 8b15a5a8e00d2..9f729602e9b1f 100644 --- a/docs/node/cli/daemon.md +++ b/docs/node/cli/daemon.md @@ -1,3 +1,8 @@ +--- +title: 'daemon - CLI command' +description: "EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph." +--- + # daemon EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph. diff --git a/docs/node/cli/dep-graph.md b/docs/node/cli/dep-graph.md index 8dbbd49c6c012..8356b563781ff 100644 --- a/docs/node/cli/dep-graph.md +++ b/docs/node/cli/dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'dep-graph - CLI command' +description: 'Graph dependencies within workspace' +--- + # dep-graph Graph dependencies within workspace diff --git a/docs/node/cli/e2e.md b/docs/node/cli/e2e.md index 59235e7a251f6..6271b2d3e5b9b 100644 --- a/docs/node/cli/e2e.md +++ b/docs/node/cli/e2e.md @@ -1,3 +1,8 @@ +--- +title: 'e2e - CLI command' +description: 'Builds and serves an app, then runs end-to-end tests using the configured E2E test runner.' +--- + # e2e Builds and serves an app, then runs end-to-end tests using the configured E2E test runner. diff --git a/docs/node/cli/format-check.md b/docs/node/cli/format-check.md index 25e4be0be03e1..54ce4ccb514fb 100644 --- a/docs/node/cli/format-check.md +++ b/docs/node/cli/format-check.md @@ -1,3 +1,8 @@ +--- +title: 'format:check - CLI command' +description: 'Check for un-formatted files' +--- + # format:check Check for un-formatted files diff --git a/docs/node/cli/format-write.md b/docs/node/cli/format-write.md index d49e5cab48c34..8f66ad7593eed 100644 --- a/docs/node/cli/format-write.md +++ b/docs/node/cli/format-write.md @@ -1,3 +1,8 @@ +--- +title: 'format:write - CLI command' +description: 'Overwrite un-formatted files' +--- + # format:write Overwrite un-formatted files diff --git a/docs/node/cli/generate.md b/docs/node/cli/generate.md index 77c4d2e11764e..ece284ea1033d 100644 --- a/docs/node/cli/generate.md +++ b/docs/node/cli/generate.md @@ -1,3 +1,8 @@ +--- +title: 'generate - CLI command' +description: 'Runs a generator that creates and/or modifies files based on a generator from a collection.' +--- + # generate Runs a generator that creates and/or modifies files based on a generator from a collection. diff --git a/docs/node/cli/lint.md b/docs/node/cli/lint.md index 9dd5c71153014..d13a85b591813 100644 --- a/docs/node/cli/lint.md +++ b/docs/node/cli/lint.md @@ -1,3 +1,8 @@ +--- +title: 'lint - CLI command' +description: 'Runs linting tools on application code in a given project folder using the configured linter.' +--- + # lint Runs linting tools on application code in a given project folder using the configured linter. diff --git a/docs/node/cli/list.md b/docs/node/cli/list.md index be0433be1a342..9f055f0e2d8e3 100644 --- a/docs/node/cli/list.md +++ b/docs/node/cli/list.md @@ -1,3 +1,8 @@ +--- +title: 'list - CLI command' +description: 'Lists installed plugins, capabilities of installed plugins and other available plugins.' +--- + # list Lists installed plugins, capabilities of installed plugins and other available plugins. diff --git a/docs/node/cli/migrate.md b/docs/node/cli/migrate.md index c1c23173c2e8c..83d5bae7ee253 100644 --- a/docs/node/cli/migrate.md +++ b/docs/node/cli/migrate.md @@ -1,3 +1,11 @@ +--- +title: "migrate - CLI command" +description: "Creates a migrations file or runs migrations from the migrations file. +- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest) +- Run migrations (e.g., nx migrate --run-migrations=migrations.json) +" +--- + # migrate Creates a migrations file or runs migrations from the migrations file. diff --git a/docs/node/cli/print-affected.md b/docs/node/cli/print-affected.md index 5627ad66273e1..d480fc4d439cc 100644 --- a/docs/node/cli/print-affected.md +++ b/docs/node/cli/print-affected.md @@ -1,3 +1,8 @@ +--- +title: 'print-affected - CLI command' +description: 'Prints information about the projects and targets affected by changes' +--- + # print-affected Prints information about the projects and targets affected by changes diff --git a/docs/node/cli/report.md b/docs/node/cli/report.md index 0fae67a84edb3..ed66e158d159f 100644 --- a/docs/node/cli/report.md +++ b/docs/node/cli/report.md @@ -1,3 +1,8 @@ +--- +title: 'report - CLI command' +description: 'Reports useful version numbers to copy into the Nx issue template' +--- + # report Reports useful version numbers to copy into the Nx issue template diff --git a/docs/node/cli/reset.md b/docs/node/cli/reset.md index 39dc0a2e8f645..a81c0d4c4effa 100644 --- a/docs/node/cli/reset.md +++ b/docs/node/cli/reset.md @@ -1,3 +1,8 @@ +--- +title: 'reset - CLI command' +description: 'Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon.' +--- + # reset Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon. diff --git a/docs/node/cli/run-many.md b/docs/node/cli/run-many.md index 2167dcd5dcb25..85a37a222f3ae 100644 --- a/docs/node/cli/run-many.md +++ b/docs/node/cli/run-many.md @@ -1,3 +1,8 @@ +--- +title: 'run-many - CLI command' +description: 'Run target for multiple listed projects' +--- + # run-many Run target for multiple listed projects diff --git a/docs/node/cli/run.md b/docs/node/cli/run.md index bab1aa42a3b34..91a720d5d6724 100644 --- a/docs/node/cli/run.md +++ b/docs/node/cli/run.md @@ -1,3 +1,8 @@ +--- +title: 'run - CLI command' +description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +--- + # run Runs an Architect target with an optional custom builder configuration defined in your project. diff --git a/docs/node/cli/serve.md b/docs/node/cli/serve.md index 0f0b8e130b704..9eb3e6cec3a67 100644 --- a/docs/node/cli/serve.md +++ b/docs/node/cli/serve.md @@ -1,3 +1,8 @@ +--- +title: 'serve - CLI command' +description: 'Builds and serves an application, rebuilding on file changes.' +--- + # serve Builds and serves an application, rebuilding on file changes. diff --git a/docs/node/cli/test.md b/docs/node/cli/test.md index cf86963e7e7df..3c1483a640dca 100644 --- a/docs/node/cli/test.md +++ b/docs/node/cli/test.md @@ -1,3 +1,8 @@ +--- +title: 'test - CLI command' +description: 'Runs unit tests in a project using the configured unit test runner.' +--- + # test Runs unit tests in a project using the configured unit test runner. diff --git a/docs/node/cli/workspace-generator.md b/docs/node/cli/workspace-generator.md index 20d68b180332b..c9915c1a76c64 100644 --- a/docs/node/cli/workspace-generator.md +++ b/docs/node/cli/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: 'workspace-generator - CLI command' +description: 'Runs a workspace generator from the tools/generators directory' +--- + # workspace-generator Runs a workspace generator from the tools/generators directory diff --git a/docs/node/cli/workspace-lint.md b/docs/node/cli/workspace-lint.md index e72c80e2f0206..193bf2a76bf33 100644 --- a/docs/node/cli/workspace-lint.md +++ b/docs/node/cli/workspace-lint.md @@ -1,6 +1,11 @@ +--- +title: 'workspace-lint - CLI command' +description: 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file' +--- + # workspace-lint -Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file +Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file ## Usage diff --git a/docs/react/api-angular/executors/delegate-build.md b/docs/react/api-angular/executors/delegate-build.md index b1ac83b9c029d..535e4e3597753 100644 --- a/docs/react/api-angular/executors/delegate-build.md +++ b/docs/react/api-angular/executors/delegate-build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:delegate-build executor' +description: 'Delegates the build to a different target while supporting incremental builds.' +--- + # @nrwl/angular:delegate-build Delegates the build to a different target while supporting incremental builds. diff --git a/docs/react/api-angular/executors/ng-packagr-lite.md b/docs/react/api-angular/executors/ng-packagr-lite.md index 8a961af8ba177..ee83f92bfed87 100644 --- a/docs/react/api-angular/executors/ng-packagr-lite.md +++ b/docs/react/api-angular/executors/ng-packagr-lite.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ng-packagr-lite executor' +description: 'Builds a library with support for incremental builds.' +--- + # @nrwl/angular:ng-packagr-lite Builds a library with support for incremental builds. diff --git a/docs/react/api-angular/executors/package.md b/docs/react/api-angular/executors/package.md index c0cb8912e76f8..9734b6a769611 100644 --- a/docs/react/api-angular/executors/package.md +++ b/docs/react/api-angular/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:package executor' +description: 'Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.' +--- + # @nrwl/angular:package Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. diff --git a/docs/react/api-angular/executors/webpack-browser.md b/docs/react/api-angular/executors/webpack-browser.md index 0ca1627dfcb98..b103e9e31be94 100644 --- a/docs/react/api-angular/executors/webpack-browser.md +++ b/docs/react/api-angular/executors/webpack-browser.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-browser executor' +description: 'Builds a browser application with support for incremental builds and custom webpack configuration.' +--- + # @nrwl/angular:webpack-browser Builds a browser application with support for incremental builds and custom webpack configuration. diff --git a/docs/react/api-angular/executors/webpack-server.md b/docs/react/api-angular/executors/webpack-server.md index 2e25c624e7ff0..8a2fa9e6252da 100644 --- a/docs/react/api-angular/executors/webpack-server.md +++ b/docs/react/api-angular/executors/webpack-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-server executor' +description: 'Serves a browser application with support for a custom webpack configuration.' +--- + # @nrwl/angular:webpack-server Serves a browser application with support for a custom webpack configuration. diff --git a/docs/react/api-angular/generators/application.md b/docs/react/api-angular/generators/application.md index 7cff20d1779f8..c1f238c8f29be 100644 --- a/docs/react/api-angular/generators/application.md +++ b/docs/react/api-angular/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:application generator' +description: 'Creates an Angular application.' +--- + # @nrwl/angular:application Creates an Angular application. diff --git a/docs/react/api-angular/generators/convert-tslint-to-eslint.md b/docs/react/api-angular/generators/convert-tslint-to-eslint.md index d2fef5aacb165..db65a46a8a14f 100644 --- a/docs/react/api-angular/generators/convert-tslint-to-eslint.md +++ b/docs/react/api-angular/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:convert-tslint-to-eslint generator' +description: 'Converts a project from TSLint to ESLint.' +--- + # @nrwl/angular:convert-tslint-to-eslint Converts a project from TSLint to ESLint. diff --git a/docs/react/api-angular/generators/downgrade-module.md b/docs/react/api-angular/generators/downgrade-module.md index ad25f18086ac3..99ac2aa89b171 100644 --- a/docs/react/api-angular/generators/downgrade-module.md +++ b/docs/react/api-angular/generators/downgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:downgrade-module generator' +description: 'Sets up a Downgrade Module.' +--- + # @nrwl/angular:downgrade-module Sets up a Downgrade Module. diff --git a/docs/react/api-angular/generators/karma-project.md b/docs/react/api-angular/generators/karma-project.md index 969f6c93501f7..75ed0795117f7 100644 --- a/docs/react/api-angular/generators/karma-project.md +++ b/docs/react/api-angular/generators/karma-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma-project generator' +description: 'Adds Karma configuration to a project.' +--- + # @nrwl/angular:karma-project Adds Karma configuration to a project. diff --git a/docs/react/api-angular/generators/karma.md b/docs/react/api-angular/generators/karma.md index e22e93b40430b..c2595c7722b83 100644 --- a/docs/react/api-angular/generators/karma.md +++ b/docs/react/api-angular/generators/karma.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma generator' +description: 'Adds Karma configuration to a workspace.' +--- + # @nrwl/angular:karma Adds Karma configuration to a workspace. diff --git a/docs/react/api-angular/generators/library-secondary-entry-point.md b/docs/react/api-angular/generators/library-secondary-entry-point.md index 72c6de56830dd..dd635696555c4 100644 --- a/docs/react/api-angular/generators/library-secondary-entry-point.md +++ b/docs/react/api-angular/generators/library-secondary-entry-point.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library-secondary-entry-point generator' +description: 'Creates a secondary entry point for an Angular publishable library.' +--- + # @nrwl/angular:library-secondary-entry-point Creates a secondary entry point for an Angular publishable library. diff --git a/docs/react/api-angular/generators/library.md b/docs/react/api-angular/generators/library.md index 716326edeffcd..b9ea57e15b45a 100644 --- a/docs/react/api-angular/generators/library.md +++ b/docs/react/api-angular/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library generator' +description: 'Creates an Angular library.' +--- + # @nrwl/angular:library Creates an Angular library. diff --git a/docs/react/api-angular/generators/move.md b/docs/react/api-angular/generators/move.md index 465bea4e13ad5..0a9a0d756f384 100644 --- a/docs/react/api-angular/generators/move.md +++ b/docs/react/api-angular/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:move generator' +description: 'Moves an Angular application or library to another folder within the workspace and updates the project configuration.' +--- + # @nrwl/angular:move Moves an Angular application or library to another folder within the workspace and updates the project configuration. diff --git a/docs/react/api-angular/generators/ngrx.md b/docs/react/api-angular/generators/ngrx.md index 2180e4c483d72..433d6f2a305aa 100644 --- a/docs/react/api-angular/generators/ngrx.md +++ b/docs/react/api-angular/generators/ngrx.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ngrx generator' +description: 'Adds NgRx support to an application or library.' +--- + # @nrwl/angular:ngrx Adds NgRx support to an application or library. diff --git a/docs/react/api-angular/generators/scam.md b/docs/react/api-angular/generators/scam.md index 0f000799fa0fb..e129fb7447e49 100644 --- a/docs/react/api-angular/generators/scam.md +++ b/docs/react/api-angular/generators/scam.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:scam generator' +description: 'Generate a component with an accompanying Single Component Angular Module (SCAM).' +--- + # @nrwl/angular:scam Generate a component with an accompanying Single Component Angular Module (SCAM). diff --git a/docs/react/api-angular/generators/setup-mfe.md b/docs/react/api-angular/generators/setup-mfe.md index 4726ba5d73bc7..0bf991ae960b8 100644 --- a/docs/react/api-angular/generators/setup-mfe.md +++ b/docs/react/api-angular/generators/setup-mfe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:setup-mfe generator' +description: 'Generate a Module Federation configuration for a given Angular application.' +--- + # @nrwl/angular:setup-mfe Generate a Module Federation configuration for a given Angular application. diff --git a/docs/react/api-angular/generators/stories.md b/docs/react/api-angular/generators/stories.md index 674775abbecd0..399453eea78e2 100644 --- a/docs/react/api-angular/generators/stories.md +++ b/docs/react/api-angular/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:stories generator' +description: 'Creates stories/specs for all components declared in a project.' +--- + # @nrwl/angular:stories Creates stories/specs for all components declared in a project. diff --git a/docs/react/api-angular/generators/storybook-configuration.md b/docs/react/api-angular/generators/storybook-configuration.md index 1f938b6626a10..c56c5bbe93670 100644 --- a/docs/react/api-angular/generators/storybook-configuration.md +++ b/docs/react/api-angular/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-configuration generator' +description: 'Adds Storybook configuration to a project.' +--- + # @nrwl/angular:storybook-configuration Adds Storybook configuration to a project. diff --git a/docs/react/api-angular/generators/storybook-migrate-defaults-5-to-6.md b/docs/react/api-angular/generators/storybook-migrate-defaults-5-to-6.md index 90d06a282c5c1..dd0010a3a578d 100644 --- a/docs/react/api-angular/generators/storybook-migrate-defaults-5-to-6.md +++ b/docs/react/api-angular/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-defaults-5-to-6 generator' +description: 'Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/angular:storybook-migrate-defaults-5-to-6 Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/react/api-angular/generators/storybook-migrate-stories-to-6-2.md b/docs/react/api-angular/generators/storybook-migrate-stories-to-6-2.md index 4be8043415642..a81530a233003 100644 --- a/docs/react/api-angular/generators/storybook-migrate-stories-to-6-2.md +++ b/docs/react/api-angular/generators/storybook-migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-stories-to-6-2 generator' +description: 'Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export.' +--- + # @nrwl/angular:storybook-migrate-stories-to-6-2 Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export. diff --git a/docs/react/api-angular/generators/upgrade-module.md b/docs/react/api-angular/generators/upgrade-module.md index 4d1bfae913c13..7cbcd4152e1a3 100644 --- a/docs/react/api-angular/generators/upgrade-module.md +++ b/docs/react/api-angular/generators/upgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:upgrade-module generator' +description: 'Sets up an Upgrade Module.' +--- + # @nrwl/angular:upgrade-module Sets up an Upgrade Module. diff --git a/docs/react/api-angular/generators/web-worker.md b/docs/react/api-angular/generators/web-worker.md index 1f7cbef036d4f..293af264e71da 100644 --- a/docs/react/api-angular/generators/web-worker.md +++ b/docs/react/api-angular/generators/web-worker.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:web-worker generator' +description: 'Creates a Web Worker.' +--- + # @nrwl/angular:web-worker Creates a Web Worker. diff --git a/docs/react/api-cypress/executors/cypress.md b/docs/react/api-cypress/executors/cypress.md index 71239a2abb5ba..555addb70a79a 100644 --- a/docs/react/api-cypress/executors/cypress.md +++ b/docs/react/api-cypress/executors/cypress.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/cypress:cypress executor' +description: 'Run Cypress e2e tests' +--- + # @nrwl/cypress:cypress Run Cypress e2e tests diff --git a/docs/react/api-detox/executors/build.md b/docs/react/api-detox/executors/build.md index f05e86b9a132a..f59448dc6e801 100644 --- a/docs/react/api-detox/executors/build.md +++ b/docs/react/api-detox/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:build executor' +description: 'Run the command defined in build property of the specified configuration.' +--- + # @nrwl/detox:build Run the command defined in build property of the specified configuration. diff --git a/docs/react/api-detox/executors/test.md b/docs/react/api-detox/executors/test.md index 0924c8c2d0786..c0b0750151bc4 100644 --- a/docs/react/api-detox/executors/test.md +++ b/docs/react/api-detox/executors/test.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:test executor' +description: 'Initiating your detox test suite.' +--- + # @nrwl/detox:test Initiating your detox test suite. diff --git a/docs/react/api-detox/generators/application.md b/docs/react/api-detox/generators/application.md index d4623cead290e..36b863db4a554 100644 --- a/docs/react/api-detox/generators/application.md +++ b/docs/react/api-detox/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:application generator' +description: 'Create a detox application' +--- + # @nrwl/detox:application Create a detox application diff --git a/docs/react/api-express/generators/application.md b/docs/react/api-express/generators/application.md index 5c42e54ae5e68..9adb7242155bc 100644 --- a/docs/react/api-express/generators/application.md +++ b/docs/react/api-express/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/express:application generator' +description: 'Create an express application' +--- + # @nrwl/express:application Create an express application diff --git a/docs/react/api-gatsby/executors/build.md b/docs/react/api-gatsby/executors/build.md index 872c7ef2d4688..1c5a251f452f1 100644 --- a/docs/react/api-gatsby/executors/build.md +++ b/docs/react/api-gatsby/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:build executor' +description: 'Build a Gatsby app' +--- + # @nrwl/gatsby:build Build a Gatsby app diff --git a/docs/react/api-gatsby/executors/server.md b/docs/react/api-gatsby/executors/server.md index 5dedfcd708237..865f09a304b82 100644 --- a/docs/react/api-gatsby/executors/server.md +++ b/docs/react/api-gatsby/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:server executor' +description: 'Starts server for app' +--- + # @nrwl/gatsby:server Starts server for app diff --git a/docs/react/api-gatsby/generators/application.md b/docs/react/api-gatsby/generators/application.md index bd327dcef9065..066cb740da8b8 100644 --- a/docs/react/api-gatsby/generators/application.md +++ b/docs/react/api-gatsby/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:application generator' +description: 'Create an application' +--- + # @nrwl/gatsby:application Create an application diff --git a/docs/react/api-gatsby/generators/component.md b/docs/react/api-gatsby/generators/component.md index 558a6a9be373c..a79ef064e827e 100644 --- a/docs/react/api-gatsby/generators/component.md +++ b/docs/react/api-gatsby/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:component generator' +description: 'Create a component' +--- + # @nrwl/gatsby:component Create a component diff --git a/docs/react/api-gatsby/generators/page.md b/docs/react/api-gatsby/generators/page.md index 440778b0b64d0..9d70c6a17176a 100644 --- a/docs/react/api-gatsby/generators/page.md +++ b/docs/react/api-gatsby/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:page generator' +description: 'Create a page' +--- + # @nrwl/gatsby:page Create a page diff --git a/docs/react/api-jest/executors/jest.md b/docs/react/api-jest/executors/jest.md index 011f3e1179749..e9d9cc15cbac2 100644 --- a/docs/react/api-jest/executors/jest.md +++ b/docs/react/api-jest/executors/jest.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/jest:jest executor' +description: 'Run Jest unit tests' +--- + # @nrwl/jest:jest Run Jest unit tests diff --git a/docs/react/api-js/executors/tsc.md b/docs/react/api-js/executors/tsc.md index 0134023b65408..5f0686b63c6bc 100644 --- a/docs/react/api-js/executors/tsc.md +++ b/docs/react/api-js/executors/tsc.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:tsc executor' +description: 'Build a project using TypeScript.' +--- + # @nrwl/js:tsc Build a project using TypeScript. diff --git a/docs/react/api-js/generators/application.md b/docs/react/api-js/generators/application.md index d3cb3f64db891..c9799dd7805f2 100644 --- a/docs/react/api-js/generators/application.md +++ b/docs/react/api-js/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:application generator' +description: 'Create a application' +--- + # @nrwl/js:application Create a application diff --git a/docs/react/api-js/generators/library.md b/docs/react/api-js/generators/library.md index c48725f0e4a67..dec223ff4bfe0 100644 --- a/docs/react/api-js/generators/library.md +++ b/docs/react/api-js/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:library generator' +description: 'Create a library' +--- + # @nrwl/js:library Create a library diff --git a/docs/react/api-linter/executors/eslint.md b/docs/react/api-linter/executors/eslint.md index e74720bec1c78..ae4ed0c03a003 100644 --- a/docs/react/api-linter/executors/eslint.md +++ b/docs/react/api-linter/executors/eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:eslint executor' +description: 'Run ESLint on a project' +--- + # @nrwl/linter:eslint Run ESLint on a project diff --git a/docs/react/api-linter/executors/lint.md b/docs/react/api-linter/executors/lint.md index 1cb04d736c810..2b4b8000e26f3 100644 --- a/docs/react/api-linter/executors/lint.md +++ b/docs/react/api-linter/executors/lint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:lint executor' +description: '**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0' +--- + # @nrwl/linter:lint **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 diff --git a/docs/react/api-linter/generators/workspace-rule.md b/docs/react/api-linter/generators/workspace-rule.md index b077b41106b37..ac04b9e34205d 100644 --- a/docs/react/api-linter/generators/workspace-rule.md +++ b/docs/react/api-linter/generators/workspace-rule.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:workspace-rule generator' +description: 'Create a new workspace ESLint rule' +--- + # @nrwl/linter:workspace-rule Create a new workspace ESLint rule diff --git a/docs/react/api-nest/generators/application.md b/docs/react/api-nest/generators/application.md index 77a843ac59066..fde171a1ed2de 100644 --- a/docs/react/api-nest/generators/application.md +++ b/docs/react/api-nest/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:application generator' +description: 'Create a NestJS application.' +--- + # @nrwl/nest:application Create a NestJS application. diff --git a/docs/react/api-nest/generators/class.md b/docs/react/api-nest/generators/class.md index 252b43d4c93d1..a652e44eae90f 100644 --- a/docs/react/api-nest/generators/class.md +++ b/docs/react/api-nest/generators/class.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:class generator' +description: 'Run the `class` NestJS generator with Nx project support.' +--- + # @nrwl/nest:class Run the `class` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/controller.md b/docs/react/api-nest/generators/controller.md index c1a2d3e800de4..2c68a995101ec 100644 --- a/docs/react/api-nest/generators/controller.md +++ b/docs/react/api-nest/generators/controller.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:controller generator' +description: 'Run the `controller` NestJS generator with Nx project support.' +--- + # @nrwl/nest:controller Run the `controller` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/convert-tslint-to-eslint.md b/docs/react/api-nest/generators/convert-tslint-to-eslint.md index 05793ccace2e5..f13547958f506 100644 --- a/docs/react/api-nest/generators/convert-tslint-to-eslint.md +++ b/docs/react/api-nest/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:convert-tslint-to-eslint generator' +description: 'Convert a project from TSLint to ESLint.' +--- + # @nrwl/nest:convert-tslint-to-eslint Convert a project from TSLint to ESLint. diff --git a/docs/react/api-nest/generators/decorator.md b/docs/react/api-nest/generators/decorator.md index 3f35c60e08550..30e98953db973 100644 --- a/docs/react/api-nest/generators/decorator.md +++ b/docs/react/api-nest/generators/decorator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:decorator generator' +description: 'Run the `decorator` NestJS generator with Nx project support.' +--- + # @nrwl/nest:decorator Run the `decorator` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/filter.md b/docs/react/api-nest/generators/filter.md index 7a7188b24b7aa..ebd2cf9c75500 100644 --- a/docs/react/api-nest/generators/filter.md +++ b/docs/react/api-nest/generators/filter.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:filter generator' +description: 'Run the `filter` NestJS generator with Nx project support.' +--- + # @nrwl/nest:filter Run the `filter` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/gateway.md b/docs/react/api-nest/generators/gateway.md index d83fefa3ce31d..4ae8d463dace4 100644 --- a/docs/react/api-nest/generators/gateway.md +++ b/docs/react/api-nest/generators/gateway.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:gateway generator' +description: 'Run the `gateway` NestJS generator with Nx project support.' +--- + # @nrwl/nest:gateway Run the `gateway` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/guard.md b/docs/react/api-nest/generators/guard.md index 6d5c69385b42d..e42e94cef418a 100644 --- a/docs/react/api-nest/generators/guard.md +++ b/docs/react/api-nest/generators/guard.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:guard generator' +description: 'Run the `guard` NestJS generator with Nx project support.' +--- + # @nrwl/nest:guard Run the `guard` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/interceptor.md b/docs/react/api-nest/generators/interceptor.md index 160a81b83554b..f48bf5cfd596a 100644 --- a/docs/react/api-nest/generators/interceptor.md +++ b/docs/react/api-nest/generators/interceptor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interceptor generator' +description: 'Run the `interceptor` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interceptor Run the `interceptor` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/interface.md b/docs/react/api-nest/generators/interface.md index f12872eecfd62..c92aa0cb547bb 100644 --- a/docs/react/api-nest/generators/interface.md +++ b/docs/react/api-nest/generators/interface.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interface generator' +description: 'Run the `interface` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interface Run the `interface` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/library.md b/docs/react/api-nest/generators/library.md index 6ef2efeac6b38..4a886fcea6f2c 100644 --- a/docs/react/api-nest/generators/library.md +++ b/docs/react/api-nest/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:library generator' +description: 'Create a new NestJS library.' +--- + # @nrwl/nest:library Create a new NestJS library. diff --git a/docs/react/api-nest/generators/middleware.md b/docs/react/api-nest/generators/middleware.md index 50b7f66097e8b..5e4b0c40a333f 100644 --- a/docs/react/api-nest/generators/middleware.md +++ b/docs/react/api-nest/generators/middleware.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:middleware generator' +description: 'Run the `middleware` NestJS generator with Nx project support.' +--- + # @nrwl/nest:middleware Run the `middleware` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/module.md b/docs/react/api-nest/generators/module.md index 61e9161832ba2..a98640fa8d4ea 100644 --- a/docs/react/api-nest/generators/module.md +++ b/docs/react/api-nest/generators/module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:module generator' +description: 'Run the `module` NestJS generator with Nx project support.' +--- + # @nrwl/nest:module Run the `module` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/pipe.md b/docs/react/api-nest/generators/pipe.md index 073c9d1e93b1c..2b1926407733e 100644 --- a/docs/react/api-nest/generators/pipe.md +++ b/docs/react/api-nest/generators/pipe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:pipe generator' +description: 'Run the `pipe` NestJS generator with Nx project support.' +--- + # @nrwl/nest:pipe Run the `pipe` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/provider.md b/docs/react/api-nest/generators/provider.md index ae8d031c9510a..17e4166dd856e 100644 --- a/docs/react/api-nest/generators/provider.md +++ b/docs/react/api-nest/generators/provider.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:provider generator' +description: 'Run the `provider` NestJS generator with Nx project support.' +--- + # @nrwl/nest:provider Run the `provider` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/resolver.md b/docs/react/api-nest/generators/resolver.md index fa5da4a632b46..afca3530fb9a7 100644 --- a/docs/react/api-nest/generators/resolver.md +++ b/docs/react/api-nest/generators/resolver.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resolver generator' +description: 'Run the `resolver` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resolver Run the `resolver` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/resource.md b/docs/react/api-nest/generators/resource.md index c29610866d640..35e19905aae31 100644 --- a/docs/react/api-nest/generators/resource.md +++ b/docs/react/api-nest/generators/resource.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resource generator' +description: 'Run the `resource` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resource Run the `resource` NestJS generator with Nx project support. diff --git a/docs/react/api-nest/generators/service.md b/docs/react/api-nest/generators/service.md index 1039223e1b8ce..976473c4f81f8 100644 --- a/docs/react/api-nest/generators/service.md +++ b/docs/react/api-nest/generators/service.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:service generator' +description: 'Run the `service` NestJS generator with Nx project support.' +--- + # @nrwl/nest:service Run the `service` NestJS generator with Nx project support. diff --git a/docs/react/api-next/executors/build.md b/docs/react/api-next/executors/build.md index 34aea92cc095d..0471072f744c8 100644 --- a/docs/react/api-next/executors/build.md +++ b/docs/react/api-next/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:build executor' +description: 'Build a Next.js app' +--- + # @nrwl/next:build Build a Next.js app diff --git a/docs/react/api-next/executors/export.md b/docs/react/api-next/executors/export.md index f9820a7ec0a9f..7e059e96f8818 100644 --- a/docs/react/api-next/executors/export.md +++ b/docs/react/api-next/executors/export.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:export executor' +description: 'Export a Next.js app. The exported application is located at dist/$outputPath/exported.' +--- + # @nrwl/next:export Export a Next.js app. The exported application is located at dist/$outputPath/exported. diff --git a/docs/react/api-next/executors/server.md b/docs/react/api-next/executors/server.md index 51b5b49898b2a..4843204a209be 100644 --- a/docs/react/api-next/executors/server.md +++ b/docs/react/api-next/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:server executor' +description: 'Serve a Next.js app' +--- + # @nrwl/next:server Serve a Next.js app diff --git a/docs/react/api-next/generators/application.md b/docs/react/api-next/generators/application.md index ce9542860519f..03d7b901027fc 100644 --- a/docs/react/api-next/generators/application.md +++ b/docs/react/api-next/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:application generator' +description: 'Create a Next.js application' +--- + # @nrwl/next:application Create a Next.js application diff --git a/docs/react/api-next/generators/component.md b/docs/react/api-next/generators/component.md index 6bca940495e76..b3528c8138ae5 100644 --- a/docs/react/api-next/generators/component.md +++ b/docs/react/api-next/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:component generator' +description: 'Create a React component' +--- + # @nrwl/next:component Create a React component diff --git a/docs/react/api-next/generators/page.md b/docs/react/api-next/generators/page.md index 2205b77679bb1..9f8a70dbdefc9 100644 --- a/docs/react/api-next/generators/page.md +++ b/docs/react/api-next/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:page generator' +description: 'Create a Next.js page component' +--- + # @nrwl/next:page Create a Next.js page component diff --git a/docs/react/api-node/executors/build.md b/docs/react/api-node/executors/build.md index e4c9e13a61ce0..c1e73e6e75ff4 100644 --- a/docs/react/api-node/executors/build.md +++ b/docs/react/api-node/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:build executor' +description: 'Build a Node application' +--- + # @nrwl/node:build Build a Node application diff --git a/docs/react/api-node/executors/execute.md b/docs/react/api-node/executors/execute.md index 1f69d40c89942..6f831ce7fa81c 100644 --- a/docs/react/api-node/executors/execute.md +++ b/docs/react/api-node/executors/execute.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:execute executor' +description: 'Execute a Node application' +--- + # @nrwl/node:execute Execute a Node application diff --git a/docs/react/api-node/executors/package.md b/docs/react/api-node/executors/package.md index ed70201166602..a75ddc8129b9d 100644 --- a/docs/react/api-node/executors/package.md +++ b/docs/react/api-node/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:package executor' +description: 'Package a Node library' +--- + # @nrwl/node:package Package a Node library diff --git a/docs/react/api-node/generators/application.md b/docs/react/api-node/generators/application.md index 3d3e383f42d85..3144b0ab63d9d 100644 --- a/docs/react/api-node/generators/application.md +++ b/docs/react/api-node/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:application generator' +description: 'Create a node application' +--- + # @nrwl/node:application Create a node application diff --git a/docs/react/api-node/generators/library.md b/docs/react/api-node/generators/library.md index 0bab8322c7b22..7125261ae51e2 100644 --- a/docs/react/api-node/generators/library.md +++ b/docs/react/api-node/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:library generator' +description: 'Create a library' +--- + # @nrwl/node:library Create a library diff --git a/docs/react/api-nx-plugin/executors/e2e.md b/docs/react/api-nx-plugin/executors/e2e.md index 3edd161e26dd9..107511f9dbd02 100644 --- a/docs/react/api-nx-plugin/executors/e2e.md +++ b/docs/react/api-nx-plugin/executors/e2e.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:e2e executor' +description: 'Creates and runs the e2e tests for an Nx Plugin.' +--- + # @nrwl/nx-plugin:e2e Creates and runs the e2e tests for an Nx Plugin. diff --git a/docs/react/api-nx-plugin/generators/executor.md b/docs/react/api-nx-plugin/generators/executor.md index e740f0c1a1d5a..9ba010200f3be 100644 --- a/docs/react/api-nx-plugin/generators/executor.md +++ b/docs/react/api-nx-plugin/generators/executor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:executor generator' +description: 'Create a executor for an Nx Plugin' +--- + # @nrwl/nx-plugin:executor Create a executor for an Nx Plugin diff --git a/docs/react/api-nx-plugin/generators/generator.md b/docs/react/api-nx-plugin/generators/generator.md index 49caeedc13084..9e93ca51e08ff 100644 --- a/docs/react/api-nx-plugin/generators/generator.md +++ b/docs/react/api-nx-plugin/generators/generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:generator generator' +description: 'Create a generator for an Nx Plugin' +--- + # @nrwl/nx-plugin:generator Create a generator for an Nx Plugin diff --git a/docs/react/api-nx-plugin/generators/migration.md b/docs/react/api-nx-plugin/generators/migration.md index 8f1d8e7bd4ed9..0a89776490529 100644 --- a/docs/react/api-nx-plugin/generators/migration.md +++ b/docs/react/api-nx-plugin/generators/migration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:migration generator' +description: 'Create a migration for an Nx Plugin' +--- + # @nrwl/nx-plugin:migration Create a migration for an Nx Plugin diff --git a/docs/react/api-nx-plugin/generators/plugin.md b/docs/react/api-nx-plugin/generators/plugin.md index 96f2cd5ce257e..7e55a8d6743b2 100644 --- a/docs/react/api-nx-plugin/generators/plugin.md +++ b/docs/react/api-nx-plugin/generators/plugin.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:plugin generator' +description: 'Create a Nx Plugin' +--- + # @nrwl/nx-plugin:plugin Create a Nx Plugin diff --git a/docs/react/api-react-native/executors/build-android.md b/docs/react/api-react-native/executors/build-android.md index e482636d70190..0c74616ec7f34 100644 --- a/docs/react/api-react-native/executors/build-android.md +++ b/docs/react/api-react-native/executors/build-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:build-android executor' +description: 'Release Build for Android.' +--- + # @nrwl/react-native:build-android Release Build for Android. diff --git a/docs/react/api-react-native/executors/bundle.md b/docs/react/api-react-native/executors/bundle.md index ddfe2cdfbd3d2..7136976133959 100644 --- a/docs/react/api-react-native/executors/bundle.md +++ b/docs/react/api-react-native/executors/bundle.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:bundle executor' +description: 'Builds the JS bundle.' +--- + # @nrwl/react-native:bundle Builds the JS bundle. diff --git a/docs/react/api-react-native/executors/ensure-symlink.md b/docs/react/api-react-native/executors/ensure-symlink.md index fc674026bd787..7cbf7536500c1 100644 --- a/docs/react/api-react-native/executors/ensure-symlink.md +++ b/docs/react/api-react-native/executors/ensure-symlink.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:ensure-symlink executor' +description: "Ensure workspace node_modules is symlink under app's node_modules folder." +--- + # @nrwl/react-native:ensure-symlink Ensure workspace node_modules is symlink under app's node_modules folder. diff --git a/docs/react/api-react-native/executors/run-android.md b/docs/react/api-react-native/executors/run-android.md index b5234845b89d3..8fb400a29b4fd 100644 --- a/docs/react/api-react-native/executors/run-android.md +++ b/docs/react/api-react-native/executors/run-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-android executor' +description: 'Runs Android application.' +--- + # @nrwl/react-native:run-android Runs Android application. diff --git a/docs/react/api-react-native/executors/run-ios.md b/docs/react/api-react-native/executors/run-ios.md index 0c7c27a757966..090f226b841e8 100644 --- a/docs/react/api-react-native/executors/run-ios.md +++ b/docs/react/api-react-native/executors/run-ios.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-ios executor' +description: 'Runs iOS application.' +--- + # @nrwl/react-native:run-ios Runs iOS application. diff --git a/docs/react/api-react-native/executors/start.md b/docs/react/api-react-native/executors/start.md index 3e5b8f63481c8..1fc0a0763f76f 100644 --- a/docs/react/api-react-native/executors/start.md +++ b/docs/react/api-react-native/executors/start.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:start executor' +description: 'Starts the dev server for JS bundle.' +--- + # @nrwl/react-native:start Starts the dev server for JS bundle. diff --git a/docs/react/api-react-native/executors/sync-deps.md b/docs/react/api-react-native/executors/sync-deps.md index 1557bf080f945..9caa5bc9c9009 100644 --- a/docs/react/api-react-native/executors/sync-deps.md +++ b/docs/react/api-react-native/executors/sync-deps.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:sync-deps executor' +description: 'Syncs dependencies to package.json (required for autolinking).' +--- + # @nrwl/react-native:sync-deps Syncs dependencies to package.json (required for autolinking). diff --git a/docs/react/api-react-native/generators/application.md b/docs/react/api-react-native/generators/application.md index 9d531048d8c34..150e0a42ad308 100644 --- a/docs/react/api-react-native/generators/application.md +++ b/docs/react/api-react-native/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:application generator' +description: 'Create an application' +--- + # @nrwl/react-native:application Create an application diff --git a/docs/react/api-react-native/generators/component.md b/docs/react/api-react-native/generators/component.md index 4070af5e98d3e..a08108f0a9766 100644 --- a/docs/react/api-react-native/generators/component.md +++ b/docs/react/api-react-native/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:component generator' +description: 'Create a component' +--- + # @nrwl/react-native:component Create a component diff --git a/docs/react/api-react-native/generators/library.md b/docs/react/api-react-native/generators/library.md index 2f26c9872b83f..1c080087088cd 100644 --- a/docs/react/api-react-native/generators/library.md +++ b/docs/react/api-react-native/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:library generator' +description: 'Create a library' +--- + # @nrwl/react-native:library Create a library diff --git a/docs/react/api-react/generators/application.md b/docs/react/api-react/generators/application.md index 7bfb7b5a053f4..51764bd9a35c4 100644 --- a/docs/react/api-react/generators/application.md +++ b/docs/react/api-react/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:application generator' +description: 'Create an application' +--- + # @nrwl/react:application Create an application diff --git a/docs/react/api-react/generators/component-cypress-spec.md b/docs/react/api-react/generators/component-cypress-spec.md index 1988a9168ccb7..f69d0785a5e84 100644 --- a/docs/react/api-react/generators/component-cypress-spec.md +++ b/docs/react/api-react/generators/component-cypress-spec.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-cypress-spec generator' +description: 'Create a cypress spec for a ui component that has a story' +--- + # @nrwl/react:component-cypress-spec Create a cypress spec for a ui component that has a story diff --git a/docs/react/api-react/generators/component-story.md b/docs/react/api-react/generators/component-story.md index 9793d5e17331f..5812759ece9d9 100644 --- a/docs/react/api-react/generators/component-story.md +++ b/docs/react/api-react/generators/component-story.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-story generator' +description: 'Generate storybook story for a react component' +--- + # @nrwl/react:component-story Generate storybook story for a react component diff --git a/docs/react/api-react/generators/component.md b/docs/react/api-react/generators/component.md index 271da317e3aae..9864fac37ab8b 100644 --- a/docs/react/api-react/generators/component.md +++ b/docs/react/api-react/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component generator' +description: 'Create a component' +--- + # @nrwl/react:component Create a component diff --git a/docs/react/api-react/generators/hook.md b/docs/react/api-react/generators/hook.md index fbad0e6878287..93c6f2c85c5a4 100644 --- a/docs/react/api-react/generators/hook.md +++ b/docs/react/api-react/generators/hook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:hook generator' +description: 'Create a hook' +--- + # @nrwl/react:hook Create a hook diff --git a/docs/react/api-react/generators/library.md b/docs/react/api-react/generators/library.md index 9f2d2bb1444d6..f636d12ccdef4 100644 --- a/docs/react/api-react/generators/library.md +++ b/docs/react/api-react/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:library generator' +description: 'Create a library' +--- + # @nrwl/react:library Create a library diff --git a/docs/react/api-react/generators/redux.md b/docs/react/api-react/generators/redux.md index c83451204909d..95929652f2d45 100644 --- a/docs/react/api-react/generators/redux.md +++ b/docs/react/api-react/generators/redux.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:redux generator' +description: 'Create a redux slice for a project' +--- + # @nrwl/react:redux Create a redux slice for a project diff --git a/docs/react/api-react/generators/stories.md b/docs/react/api-react/generators/stories.md index 1134c264949e9..65ff592c37a70 100644 --- a/docs/react/api-react/generators/stories.md +++ b/docs/react/api-react/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:stories generator' +description: 'Create stories/specs for all components declared in a library' +--- + # @nrwl/react:stories Create stories/specs for all components declared in a library diff --git a/docs/react/api-react/generators/storybook-configuration.md b/docs/react/api-react/generators/storybook-configuration.md index 747319e39fdd0..dfe1a2e6df957 100644 --- a/docs/react/api-react/generators/storybook-configuration.md +++ b/docs/react/api-react/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-configuration generator' +description: 'Set up storybook for a react library' +--- + # @nrwl/react:storybook-configuration Set up storybook for a react library diff --git a/docs/react/api-react/generators/storybook-migrate-defaults-5-to-6.md b/docs/react/api-react/generators/storybook-migrate-defaults-5-to-6.md index 084f863f1de9a..c340edc3f004c 100644 --- a/docs/react/api-react/generators/storybook-migrate-defaults-5-to-6.md +++ b/docs/react/api-react/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/react:storybook-migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/react/api-storybook/executors/build.md b/docs/react/api-storybook/executors/build.md index 0d8627e56570c..08da4caf48da6 100644 --- a/docs/react/api-storybook/executors/build.md +++ b/docs/react/api-storybook/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:build executor' +description: 'Build Storybook' +--- + # @nrwl/storybook:build Build Storybook diff --git a/docs/react/api-storybook/executors/storybook.md b/docs/react/api-storybook/executors/storybook.md index 91aa4a5a2a6f7..6708c13a964c1 100644 --- a/docs/react/api-storybook/executors/storybook.md +++ b/docs/react/api-storybook/executors/storybook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:storybook executor' +description: 'Serve Storybook' +--- + # @nrwl/storybook:storybook Serve Storybook diff --git a/docs/react/api-storybook/generators/configuration.md b/docs/react/api-storybook/generators/configuration.md index a7a318f69ca91..0fde868742034 100644 --- a/docs/react/api-storybook/generators/configuration.md +++ b/docs/react/api-storybook/generators/configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:configuration generator' +description: 'Add storybook configuration to a ui library or an application' +--- + # @nrwl/storybook:configuration Add storybook configuration to a ui library or an application diff --git a/docs/react/api-storybook/generators/cypress-project.md b/docs/react/api-storybook/generators/cypress-project.md index 9dc464fc0c282..6d7e27b71220a 100644 --- a/docs/react/api-storybook/generators/cypress-project.md +++ b/docs/react/api-storybook/generators/cypress-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:cypress-project generator' +description: 'Add cypress e2e app to test a ui library that is set up for storybook' +--- + # @nrwl/storybook:cypress-project Add cypress e2e app to test a ui library that is set up for storybook diff --git a/docs/react/api-storybook/generators/migrate-defaults-5-to-6.md b/docs/react/api-storybook/generators/migrate-defaults-5-to-6.md index e7b78cfbc0d92..2d89444bb8fb1 100644 --- a/docs/react/api-storybook/generators/migrate-defaults-5-to-6.md +++ b/docs/react/api-storybook/generators/migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/storybook:migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/docs/react/api-storybook/generators/migrate-stories-to-6-2.md b/docs/react/api-storybook/generators/migrate-stories-to-6-2.md index f08702f2dadc2..a980e2e39067c 100644 --- a/docs/react/api-storybook/generators/migrate-stories-to-6-2.md +++ b/docs/react/api-storybook/generators/migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-stories-to-6-2 generator' +description: 'Migrate stories syntax to 6.2' +--- + # @nrwl/storybook:migrate-stories-to-6-2 Migrate stories syntax to 6.2 diff --git a/docs/react/api-web/executors/dev-server.md b/docs/react/api-web/executors/dev-server.md index 777b518f5e75e..b391b9c1872d0 100644 --- a/docs/react/api-web/executors/dev-server.md +++ b/docs/react/api-web/executors/dev-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:dev-server executor' +description: 'Serve a web application' +--- + # @nrwl/web:dev-server Serve a web application diff --git a/docs/react/api-web/executors/file-server.md b/docs/react/api-web/executors/file-server.md index 35843ad0e440b..156a78a8ddb7f 100644 --- a/docs/react/api-web/executors/file-server.md +++ b/docs/react/api-web/executors/file-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:file-server executor' +description: 'Serve a web application from a folder' +--- + # @nrwl/web:file-server Serve a web application from a folder diff --git a/docs/react/api-web/executors/rollup.md b/docs/react/api-web/executors/rollup.md index 51d28dbcfff74..360f9f9e94ad5 100644 --- a/docs/react/api-web/executors/rollup.md +++ b/docs/react/api-web/executors/rollup.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:rollup executor' +description: 'Package a library using rollup' +--- + # @nrwl/web:rollup Package a library using rollup diff --git a/docs/react/api-web/executors/webpack.md b/docs/react/api-web/executors/webpack.md index fa14fe3533759..e102bda6ebccf 100644 --- a/docs/react/api-web/executors/webpack.md +++ b/docs/react/api-web/executors/webpack.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:webpack executor' +description: 'Build an application using webpack' +--- + # @nrwl/web:webpack Build an application using webpack diff --git a/docs/react/api-web/generators/application.md b/docs/react/api-web/generators/application.md index 8becab523a696..dc333565f0ccb 100644 --- a/docs/react/api-web/generators/application.md +++ b/docs/react/api-web/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:application generator' +description: 'Create an application' +--- + # @nrwl/web:application Create an application diff --git a/docs/react/api-workspace/executors/run-commands.md b/docs/react/api-workspace/executors/run-commands.md index e17c257f003e2..73be1d83e8d6c 100644 --- a/docs/react/api-workspace/executors/run-commands.md +++ b/docs/react/api-workspace/executors/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands executor' +description: 'Run any custom commands with Nx' +--- + # @nrwl/workspace:run-commands Run any custom commands with Nx diff --git a/docs/react/api-workspace/executors/run-script.md b/docs/react/api-workspace/executors/run-script.md index 493949f2ade8d..2ff3e3eec1f65 100644 --- a/docs/react/api-workspace/executors/run-script.md +++ b/docs/react/api-workspace/executors/run-script.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-script executor' +description: 'Run an npm script using Nx' +--- + # @nrwl/workspace:run-script Run an npm script using Nx diff --git a/docs/react/api-workspace/generators/convert-to-nx-project.md b/docs/react/api-workspace/generators/convert-to-nx-project.md index 2d2cf8dd0ca77..abcba6ffdf132 100644 --- a/docs/react/api-workspace/generators/convert-to-nx-project.md +++ b/docs/react/api-workspace/generators/convert-to-nx-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:convert-to-nx-project generator' +description: "Moves a project's configuration outside of workspace.json" +--- + # @nrwl/workspace:convert-to-nx-project Moves a project's configuration outside of workspace.json diff --git a/docs/react/api-workspace/generators/library.md b/docs/react/api-workspace/generators/library.md index 6830e9675f231..49245254c0e65 100644 --- a/docs/react/api-workspace/generators/library.md +++ b/docs/react/api-workspace/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:library generator' +description: 'Create a library' +--- + # @nrwl/workspace:library Create a library diff --git a/docs/react/api-workspace/generators/move.md b/docs/react/api-workspace/generators/move.md index 3ac4256884f50..cde24e0be6934 100644 --- a/docs/react/api-workspace/generators/move.md +++ b/docs/react/api-workspace/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:move generator' +description: 'Move an application or library to another folder' +--- + # @nrwl/workspace:move Move an application or library to another folder diff --git a/docs/react/api-workspace/generators/npm-package.md b/docs/react/api-workspace/generators/npm-package.md index c8b22b92ca30a..ca5ad7bdc561d 100644 --- a/docs/react/api-workspace/generators/npm-package.md +++ b/docs/react/api-workspace/generators/npm-package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:npm-package generator' +description: 'Create a minimal npm package' +--- + # @nrwl/workspace:npm-package Create a minimal npm package diff --git a/docs/react/api-workspace/generators/remove.md b/docs/react/api-workspace/generators/remove.md index 84141afecc86d..494639ce2632c 100644 --- a/docs/react/api-workspace/generators/remove.md +++ b/docs/react/api-workspace/generators/remove.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:remove generator' +description: 'Remove an application or library' +--- + # @nrwl/workspace:remove Remove an application or library diff --git a/docs/react/api-workspace/generators/run-commands.md b/docs/react/api-workspace/generators/run-commands.md index 856421c372060..79cb2ee0ef37a 100644 --- a/docs/react/api-workspace/generators/run-commands.md +++ b/docs/react/api-workspace/generators/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands generator' +description: 'Generates a target to run any command in the terminal' +--- + # @nrwl/workspace:run-commands Generates a target to run any command in the terminal diff --git a/docs/react/api-workspace/generators/workspace-generator.md b/docs/react/api-workspace/generators/workspace-generator.md index 93d12ff310f0d..99fdf2e494cb8 100644 --- a/docs/react/api-workspace/generators/workspace-generator.md +++ b/docs/react/api-workspace/generators/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:workspace-generator generator' +description: 'Generates a workspace generator' +--- + # @nrwl/workspace:workspace-generator Generates a workspace generator diff --git a/docs/react/cli/affected-apps.md b/docs/react/cli/affected-apps.md index 24328a2f500f7..8a7a9cdbd45d5 100644 --- a/docs/react/cli/affected-apps.md +++ b/docs/react/cli/affected-apps.md @@ -1,3 +1,8 @@ +--- +title: 'affected:apps - CLI command' +description: 'Print applications affected by changes' +--- + # affected:apps Print applications affected by changes diff --git a/docs/react/cli/affected-build.md b/docs/react/cli/affected-build.md index 5a44ab0572fb7..496a757652821 100644 --- a/docs/react/cli/affected-build.md +++ b/docs/react/cli/affected-build.md @@ -1,3 +1,8 @@ +--- +title: 'affected:build - CLI command' +description: 'Build applications and publishable libraries affected by changes' +--- + # affected:build Build applications and publishable libraries affected by changes diff --git a/docs/react/cli/affected-dep-graph.md b/docs/react/cli/affected-dep-graph.md index c05dbc0f16044..837fe6494f69e 100644 --- a/docs/react/cli/affected-dep-graph.md +++ b/docs/react/cli/affected-dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'affected:dep-graph - CLI command' +description: 'Graph dependencies affected by changes' +--- + # affected:dep-graph Graph dependencies affected by changes diff --git a/docs/react/cli/affected-e2e.md b/docs/react/cli/affected-e2e.md index 318ba9ba7570a..09e799bdb09a0 100644 --- a/docs/react/cli/affected-e2e.md +++ b/docs/react/cli/affected-e2e.md @@ -1,3 +1,8 @@ +--- +title: 'affected:e2e - CLI command' +description: 'Run e2e tests for the applications affected by changes' +--- + # affected:e2e Run e2e tests for the applications affected by changes diff --git a/docs/react/cli/affected-libs.md b/docs/react/cli/affected-libs.md index 62864f72bfae4..e75edf09841cd 100644 --- a/docs/react/cli/affected-libs.md +++ b/docs/react/cli/affected-libs.md @@ -1,3 +1,8 @@ +--- +title: 'affected:libs - CLI command' +description: 'Print libraries affected by changes' +--- + # affected:libs Print libraries affected by changes diff --git a/docs/react/cli/affected-lint.md b/docs/react/cli/affected-lint.md index dc95f58a17ab4..bfbf9c1c1627b 100644 --- a/docs/react/cli/affected-lint.md +++ b/docs/react/cli/affected-lint.md @@ -1,3 +1,8 @@ +--- +title: 'affected:lint - CLI command' +description: 'Lint projects affected by changes' +--- + # affected:lint Lint projects affected by changes diff --git a/docs/react/cli/affected-test.md b/docs/react/cli/affected-test.md index 67a2575278876..5859c7b8e1587 100644 --- a/docs/react/cli/affected-test.md +++ b/docs/react/cli/affected-test.md @@ -1,3 +1,8 @@ +--- +title: 'affected:test - CLI command' +description: 'Test projects affected by changes' +--- + # affected:test Test projects affected by changes diff --git a/docs/react/cli/affected.md b/docs/react/cli/affected.md index 7950a715bf94a..92b3cd456a24c 100644 --- a/docs/react/cli/affected.md +++ b/docs/react/cli/affected.md @@ -1,3 +1,8 @@ +--- +title: 'affected - CLI command' +description: 'Run target for affected projects' +--- + # affected Run target for affected projects diff --git a/docs/react/cli/build.md b/docs/react/cli/build.md index f12f82e8b1ff4..3890bcd249a84 100644 --- a/docs/react/cli/build.md +++ b/docs/react/cli/build.md @@ -1,3 +1,8 @@ +--- +title: 'build - CLI command' +description: 'Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.' +--- + # build Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. diff --git a/docs/react/cli/connect-to-nx-cloud.md b/docs/react/cli/connect-to-nx-cloud.md index ef9618b963b7b..e5ddd7d4681ad 100644 --- a/docs/react/cli/connect-to-nx-cloud.md +++ b/docs/react/cli/connect-to-nx-cloud.md @@ -1,3 +1,8 @@ +--- +title: 'connect-to-nx-cloud - CLI command' +description: 'Makes sure the workspace is connected to Nx Cloud' +--- + # connect-to-nx-cloud Makes sure the workspace is connected to Nx Cloud diff --git a/docs/react/cli/daemon.md b/docs/react/cli/daemon.md index 8b15a5a8e00d2..9f729602e9b1f 100644 --- a/docs/react/cli/daemon.md +++ b/docs/react/cli/daemon.md @@ -1,3 +1,8 @@ +--- +title: 'daemon - CLI command' +description: "EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph." +--- + # daemon EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph. diff --git a/docs/react/cli/dep-graph.md b/docs/react/cli/dep-graph.md index 8dbbd49c6c012..8356b563781ff 100644 --- a/docs/react/cli/dep-graph.md +++ b/docs/react/cli/dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'dep-graph - CLI command' +description: 'Graph dependencies within workspace' +--- + # dep-graph Graph dependencies within workspace diff --git a/docs/react/cli/e2e.md b/docs/react/cli/e2e.md index 59235e7a251f6..6271b2d3e5b9b 100644 --- a/docs/react/cli/e2e.md +++ b/docs/react/cli/e2e.md @@ -1,3 +1,8 @@ +--- +title: 'e2e - CLI command' +description: 'Builds and serves an app, then runs end-to-end tests using the configured E2E test runner.' +--- + # e2e Builds and serves an app, then runs end-to-end tests using the configured E2E test runner. diff --git a/docs/react/cli/format-check.md b/docs/react/cli/format-check.md index 25e4be0be03e1..54ce4ccb514fb 100644 --- a/docs/react/cli/format-check.md +++ b/docs/react/cli/format-check.md @@ -1,3 +1,8 @@ +--- +title: 'format:check - CLI command' +description: 'Check for un-formatted files' +--- + # format:check Check for un-formatted files diff --git a/docs/react/cli/format-write.md b/docs/react/cli/format-write.md index d49e5cab48c34..8f66ad7593eed 100644 --- a/docs/react/cli/format-write.md +++ b/docs/react/cli/format-write.md @@ -1,3 +1,8 @@ +--- +title: 'format:write - CLI command' +description: 'Overwrite un-formatted files' +--- + # format:write Overwrite un-formatted files diff --git a/docs/react/cli/generate.md b/docs/react/cli/generate.md index 77c4d2e11764e..ece284ea1033d 100644 --- a/docs/react/cli/generate.md +++ b/docs/react/cli/generate.md @@ -1,3 +1,8 @@ +--- +title: 'generate - CLI command' +description: 'Runs a generator that creates and/or modifies files based on a generator from a collection.' +--- + # generate Runs a generator that creates and/or modifies files based on a generator from a collection. diff --git a/docs/react/cli/lint.md b/docs/react/cli/lint.md index 9dd5c71153014..d13a85b591813 100644 --- a/docs/react/cli/lint.md +++ b/docs/react/cli/lint.md @@ -1,3 +1,8 @@ +--- +title: 'lint - CLI command' +description: 'Runs linting tools on application code in a given project folder using the configured linter.' +--- + # lint Runs linting tools on application code in a given project folder using the configured linter. diff --git a/docs/react/cli/list.md b/docs/react/cli/list.md index be0433be1a342..9f055f0e2d8e3 100644 --- a/docs/react/cli/list.md +++ b/docs/react/cli/list.md @@ -1,3 +1,8 @@ +--- +title: 'list - CLI command' +description: 'Lists installed plugins, capabilities of installed plugins and other available plugins.' +--- + # list Lists installed plugins, capabilities of installed plugins and other available plugins. diff --git a/docs/react/cli/migrate.md b/docs/react/cli/migrate.md index c1c23173c2e8c..83d5bae7ee253 100644 --- a/docs/react/cli/migrate.md +++ b/docs/react/cli/migrate.md @@ -1,3 +1,11 @@ +--- +title: "migrate - CLI command" +description: "Creates a migrations file or runs migrations from the migrations file. +- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest) +- Run migrations (e.g., nx migrate --run-migrations=migrations.json) +" +--- + # migrate Creates a migrations file or runs migrations from the migrations file. diff --git a/docs/react/cli/print-affected.md b/docs/react/cli/print-affected.md index 5627ad66273e1..d480fc4d439cc 100644 --- a/docs/react/cli/print-affected.md +++ b/docs/react/cli/print-affected.md @@ -1,3 +1,8 @@ +--- +title: 'print-affected - CLI command' +description: 'Prints information about the projects and targets affected by changes' +--- + # print-affected Prints information about the projects and targets affected by changes diff --git a/docs/react/cli/report.md b/docs/react/cli/report.md index 0fae67a84edb3..ed66e158d159f 100644 --- a/docs/react/cli/report.md +++ b/docs/react/cli/report.md @@ -1,3 +1,8 @@ +--- +title: 'report - CLI command' +description: 'Reports useful version numbers to copy into the Nx issue template' +--- + # report Reports useful version numbers to copy into the Nx issue template diff --git a/docs/react/cli/reset.md b/docs/react/cli/reset.md index 39dc0a2e8f645..a81c0d4c4effa 100644 --- a/docs/react/cli/reset.md +++ b/docs/react/cli/reset.md @@ -1,3 +1,8 @@ +--- +title: 'reset - CLI command' +description: 'Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon.' +--- + # reset Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon. diff --git a/docs/react/cli/run-many.md b/docs/react/cli/run-many.md index 2167dcd5dcb25..85a37a222f3ae 100644 --- a/docs/react/cli/run-many.md +++ b/docs/react/cli/run-many.md @@ -1,3 +1,8 @@ +--- +title: 'run-many - CLI command' +description: 'Run target for multiple listed projects' +--- + # run-many Run target for multiple listed projects diff --git a/docs/react/cli/run.md b/docs/react/cli/run.md index bab1aa42a3b34..91a720d5d6724 100644 --- a/docs/react/cli/run.md +++ b/docs/react/cli/run.md @@ -1,3 +1,8 @@ +--- +title: 'run - CLI command' +description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +--- + # run Runs an Architect target with an optional custom builder configuration defined in your project. diff --git a/docs/react/cli/serve.md b/docs/react/cli/serve.md index 0f0b8e130b704..9eb3e6cec3a67 100644 --- a/docs/react/cli/serve.md +++ b/docs/react/cli/serve.md @@ -1,3 +1,8 @@ +--- +title: 'serve - CLI command' +description: 'Builds and serves an application, rebuilding on file changes.' +--- + # serve Builds and serves an application, rebuilding on file changes. diff --git a/docs/react/cli/test.md b/docs/react/cli/test.md index cf86963e7e7df..3c1483a640dca 100644 --- a/docs/react/cli/test.md +++ b/docs/react/cli/test.md @@ -1,3 +1,8 @@ +--- +title: 'test - CLI command' +description: 'Runs unit tests in a project using the configured unit test runner.' +--- + # test Runs unit tests in a project using the configured unit test runner. diff --git a/docs/react/cli/workspace-generator.md b/docs/react/cli/workspace-generator.md index 20d68b180332b..c9915c1a76c64 100644 --- a/docs/react/cli/workspace-generator.md +++ b/docs/react/cli/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: 'workspace-generator - CLI command' +description: 'Runs a workspace generator from the tools/generators directory' +--- + # workspace-generator Runs a workspace generator from the tools/generators directory diff --git a/docs/react/cli/workspace-lint.md b/docs/react/cli/workspace-lint.md index e72c80e2f0206..193bf2a76bf33 100644 --- a/docs/react/cli/workspace-lint.md +++ b/docs/react/cli/workspace-lint.md @@ -1,6 +1,11 @@ +--- +title: 'workspace-lint - CLI command' +description: 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file' +--- + # workspace-lint -Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file +Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file ## Usage diff --git a/docs/shared/cli/build.md b/docs/shared/cli/build.md index f12f82e8b1ff4..3890bcd249a84 100644 --- a/docs/shared/cli/build.md +++ b/docs/shared/cli/build.md @@ -1,3 +1,8 @@ +--- +title: 'build - CLI command' +description: 'Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.' +--- + # build Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. diff --git a/docs/shared/cli/e2e.md b/docs/shared/cli/e2e.md index 59235e7a251f6..6271b2d3e5b9b 100644 --- a/docs/shared/cli/e2e.md +++ b/docs/shared/cli/e2e.md @@ -1,3 +1,8 @@ +--- +title: 'e2e - CLI command' +description: 'Builds and serves an app, then runs end-to-end tests using the configured E2E test runner.' +--- + # e2e Builds and serves an app, then runs end-to-end tests using the configured E2E test runner. diff --git a/docs/shared/cli/generate.md b/docs/shared/cli/generate.md index 77c4d2e11764e..ece284ea1033d 100644 --- a/docs/shared/cli/generate.md +++ b/docs/shared/cli/generate.md @@ -1,3 +1,8 @@ +--- +title: 'generate - CLI command' +description: 'Runs a generator that creates and/or modifies files based on a generator from a collection.' +--- + # generate Runs a generator that creates and/or modifies files based on a generator from a collection. diff --git a/docs/shared/cli/lint.md b/docs/shared/cli/lint.md index 9dd5c71153014..d13a85b591813 100644 --- a/docs/shared/cli/lint.md +++ b/docs/shared/cli/lint.md @@ -1,3 +1,8 @@ +--- +title: 'lint - CLI command' +description: 'Runs linting tools on application code in a given project folder using the configured linter.' +--- + # lint Runs linting tools on application code in a given project folder using the configured linter. diff --git a/docs/shared/cli/run.md b/docs/shared/cli/run.md index bab1aa42a3b34..91a720d5d6724 100644 --- a/docs/shared/cli/run.md +++ b/docs/shared/cli/run.md @@ -1,3 +1,8 @@ +--- +title: 'run - CLI command' +description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +--- + # run Runs an Architect target with an optional custom builder configuration defined in your project. diff --git a/docs/shared/cli/serve.md b/docs/shared/cli/serve.md index 0f0b8e130b704..9eb3e6cec3a67 100644 --- a/docs/shared/cli/serve.md +++ b/docs/shared/cli/serve.md @@ -1,3 +1,8 @@ +--- +title: 'serve - CLI command' +description: 'Builds and serves an application, rebuilding on file changes.' +--- + # serve Builds and serves an application, rebuilding on file changes. diff --git a/docs/shared/cli/test.md b/docs/shared/cli/test.md index cf86963e7e7df..3c1483a640dca 100644 --- a/docs/shared/cli/test.md +++ b/docs/shared/cli/test.md @@ -1,3 +1,8 @@ +--- +title: 'test - CLI command' +description: 'Runs unit tests in a project using the configured unit test runner.' +--- + # test Runs unit tests in a project using the configured unit test runner. diff --git a/nx-dev/data-access-documents/src/lib/documents.api.ts b/nx-dev/data-access-documents/src/lib/documents.api.ts index 0e16b3f1628c2..82ae669b80401 100644 --- a/nx-dev/data-access-documents/src/lib/documents.api.ts +++ b/nx-dev/data-access-documents/src/lib/documents.api.ts @@ -59,6 +59,7 @@ export class DocumentsApi { // Set default title if not provided in front-matter section. if (!file.data.title) { file.data.title = extractTitle(originalContent) ?? path[path.length - 1]; + file.data.description = file.excerpt ?? path[path.length - 1]; } return { diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/delegate-build.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/delegate-build.md index 66947c2478f6f..ccaf684600e5d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/delegate-build.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/delegate-build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:delegate-build executor' +description: 'Delegates the build to a different target while supporting incremental builds.' +--- + # @nrwl/angular:delegate-build Delegates the build to a different target while supporting incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/ng-packagr-lite.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/ng-packagr-lite.md index 1a910703c008a..253dd6d2c79e8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/ng-packagr-lite.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/ng-packagr-lite.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ng-packagr-lite executor' +description: 'Builds a library with support for incremental builds.' +--- + # @nrwl/angular:ng-packagr-lite Builds a library with support for incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/package.md index c177134d1b197..2a6f57f8d1dcf 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:package executor' +description: 'Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.' +--- + # @nrwl/angular:package Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/webpack-browser.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/webpack-browser.md index 5b8b290ed444c..8d50ab3528c8e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/webpack-browser.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/webpack-browser.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-browser executor' +description: 'Builds a browser application with support for incremental builds and custom webpack configuration.' +--- + # @nrwl/angular:webpack-browser Builds a browser application with support for incremental builds and custom webpack configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/webpack-server.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/webpack-server.md index 5dee43091497c..be7e6b29b0ddd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/webpack-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/executors/webpack-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-server executor' +description: 'Serves a browser application with support for a custom webpack configuration.' +--- + # @nrwl/angular:webpack-server Serves a browser application with support for a custom webpack configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/application.md index d57f040dff485..f055a8be318ad 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:application generator' +description: 'Creates an Angular application.' +--- + # @nrwl/angular:application Creates an Angular application. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/convert-tslint-to-eslint.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/convert-tslint-to-eslint.md index a7bb1c4095089..e4db24bd3e947 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/convert-tslint-to-eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:convert-tslint-to-eslint generator' +description: 'Converts a project from TSLint to ESLint.' +--- + # @nrwl/angular:convert-tslint-to-eslint Converts a project from TSLint to ESLint. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/downgrade-module.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/downgrade-module.md index c0fdb0888e671..0d3cda452c276 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/downgrade-module.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/downgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:downgrade-module generator' +description: 'Sets up a Downgrade Module.' +--- + # @nrwl/angular:downgrade-module Sets up a Downgrade Module. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/karma-project.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/karma-project.md index 1bb55f6e1b49b..179095cc444c5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/karma-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/karma-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma-project generator' +description: 'Adds Karma configuration to a project.' +--- + # @nrwl/angular:karma-project Adds Karma configuration to a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/karma.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/karma.md index 329e37a0346c1..51cc43cbef2de 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/karma.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/karma.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma generator' +description: 'Adds Karma configuration to a workspace.' +--- + # @nrwl/angular:karma Adds Karma configuration to a workspace. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/library-secondary-entry-point.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/library-secondary-entry-point.md index b250fe5f65c79..599ef1819834f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/library-secondary-entry-point.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/library-secondary-entry-point.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library-secondary-entry-point generator' +description: 'Creates a secondary entry point for an Angular publishable library.' +--- + # @nrwl/angular:library-secondary-entry-point Creates a secondary entry point for an Angular publishable library. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/library.md index aeca30f34a1e4..8526888a9f4cf 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library generator' +description: 'Creates an Angular library.' +--- + # @nrwl/angular:library Creates an Angular library. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/move.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/move.md index e4ffac9d21469..d52fd273160a0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/move.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:move generator' +description: 'Moves an Angular application or library to another folder within the workspace and updates the project configuration.' +--- + # @nrwl/angular:move Moves an Angular application or library to another folder within the workspace and updates the project configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/ngrx.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/ngrx.md index 6285c42b8e383..be96e9fa7feed 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/ngrx.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/ngrx.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ngrx generator' +description: 'Adds NgRx support to an application or library.' +--- + # @nrwl/angular:ngrx Adds NgRx support to an application or library. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/scam.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/scam.md index a12d614620df4..2782621c6433e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/scam.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/scam.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:scam generator' +description: 'Generate a component with an accompanying Single Component Angular Module (SCAM).' +--- + # @nrwl/angular:scam Generate a component with an accompanying Single Component Angular Module (SCAM). diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/setup-mfe.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/setup-mfe.md index 822cfb7b08320..b6a934f3f83f3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/setup-mfe.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/setup-mfe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:setup-mfe generator' +description: 'Generate a Module Federation configuration for a given Angular application.' +--- + # @nrwl/angular:setup-mfe Generate a Module Federation configuration for a given Angular application. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/stories.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/stories.md index 5abf4fff0620d..c2184dc713225 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/stories.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:stories generator' +description: 'Creates stories/specs for all components declared in a project.' +--- + # @nrwl/angular:stories Creates stories/specs for all components declared in a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-configuration.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-configuration.md index d0b42c563c9e0..3397536e84de9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-configuration generator' +description: 'Adds Storybook configuration to a project.' +--- + # @nrwl/angular:storybook-configuration Adds Storybook configuration to a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-migrate-defaults-5-to-6.md index 171054109b688..cbccf2dfc88c2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-defaults-5-to-6 generator' +description: 'Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/angular:storybook-migrate-defaults-5-to-6 Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-migrate-stories-to-6-2.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-migrate-stories-to-6-2.md index c118b022674c7..2952a46a473ce 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-migrate-stories-to-6-2.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/storybook-migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-stories-to-6-2 generator' +description: 'Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export.' +--- + # @nrwl/angular:storybook-migrate-stories-to-6-2 Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/upgrade-module.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/upgrade-module.md index e5bd2bee7219b..54b96e4fc3908 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/upgrade-module.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/upgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:upgrade-module generator' +description: 'Sets up an Upgrade Module.' +--- + # @nrwl/angular:upgrade-module Sets up an Upgrade Module. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/web-worker.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/web-worker.md index 1775d3bb370b2..3230af39f8e8b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/web-worker.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-angular/generators/web-worker.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:web-worker generator' +description: 'Creates a Web Worker.' +--- + # @nrwl/angular:web-worker Creates a Web Worker. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-cypress/executors/cypress.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-cypress/executors/cypress.md index 931cf3b44bc7a..a872003d40a59 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-cypress/executors/cypress.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-cypress/executors/cypress.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/cypress:cypress executor' +description: 'Run Cypress e2e tests' +--- + # @nrwl/cypress:cypress Run Cypress e2e tests diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/executors/build.md index d954617e2b266..b01b6b1b92375 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:build executor' +description: 'Run the command defined in build property of the specified configuration.' +--- + # @nrwl/detox:build Run the command defined in build property of the specified configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/executors/test.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/executors/test.md index fb0ec873e02d0..991d614743e14 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/executors/test.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/executors/test.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:test executor' +description: 'Initiating your detox test suite.' +--- + # @nrwl/detox:test Initiating your detox test suite. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/generators/application.md index c99ef6852f99f..9d3930e353b25 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-detox/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:application generator' +description: 'Create a detox application' +--- + # @nrwl/detox:application Create a detox application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-express/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-express/generators/application.md index 846f84d816395..7938def4061d7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-express/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-express/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/express:application generator' +description: 'Create an express application' +--- + # @nrwl/express:application Create an express application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/executors/build.md index 25aeb34240373..cbb85677ba80e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:build executor' +description: 'Build a Gatsby app' +--- + # @nrwl/gatsby:build Build a Gatsby app diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/executors/server.md index 260374939f2bb..10573ae0f7866 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:server executor' +description: 'Starts server for app' +--- + # @nrwl/gatsby:server Starts server for app diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/application.md index 8f462ba7b97e8..8265c5f388db1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:application generator' +description: 'Create an application' +--- + # @nrwl/gatsby:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/component.md index e4b62116624a8..1cf4637ad39e6 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:component generator' +description: 'Create a component' +--- + # @nrwl/gatsby:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/page.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/page.md index 71cf471bd133f..d121d51f93fcd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/page.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-gatsby/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:page generator' +description: 'Create a page' +--- + # @nrwl/gatsby:page Create a page diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-jest/executors/jest.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-jest/executors/jest.md index f64cf0fd34861..3ac6fc17b8b3e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-jest/executors/jest.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-jest/executors/jest.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/jest:jest executor' +description: 'Run Jest unit tests' +--- + # @nrwl/jest:jest Run Jest unit tests diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-js/executors/tsc.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-js/executors/tsc.md index b0babee5f3c7e..5ca66f0fad2c9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-js/executors/tsc.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-js/executors/tsc.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:tsc executor' +description: 'Build a project using TypeScript.' +--- + # @nrwl/js:tsc Build a project using TypeScript. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-js/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-js/generators/application.md index 9b81cafee84f2..37be7d1b1d998 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-js/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-js/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:application generator' +description: 'Create a application' +--- + # @nrwl/js:application Create a application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-js/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-js/generators/library.md index 2d7dd9ace967d..db7b595a84f85 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-js/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-js/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:library generator' +description: 'Create a library' +--- + # @nrwl/js:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/executors/eslint.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/executors/eslint.md index f6d6d707720e6..8896c1484e351 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/executors/eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/executors/eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:eslint executor' +description: 'Run ESLint on a project' +--- + # @nrwl/linter:eslint Run ESLint on a project diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/executors/lint.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/executors/lint.md index ffba028b484d8..bd7574f4924ba 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/executors/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/executors/lint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:lint executor' +description: '**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0' +--- + # @nrwl/linter:lint **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/generators/workspace-rule.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/generators/workspace-rule.md index 64b1fb49c8a5a..1cb0cdcb4a36e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/generators/workspace-rule.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-linter/generators/workspace-rule.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:workspace-rule generator' +description: 'Create a new workspace ESLint rule' +--- + # @nrwl/linter:workspace-rule Create a new workspace ESLint rule diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/application.md index e7bdec3f91495..09fb40b4bd5bc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:application generator' +description: 'Create a NestJS application.' +--- + # @nrwl/nest:application Create a NestJS application. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/class.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/class.md index 3c74a16833eac..08e6ce0353b91 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/class.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/class.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:class generator' +description: 'Run the `class` NestJS generator with Nx project support.' +--- + # @nrwl/nest:class Run the `class` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/controller.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/controller.md index 541c0d9a520ad..362579bac1e16 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/controller.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/controller.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:controller generator' +description: 'Run the `controller` NestJS generator with Nx project support.' +--- + # @nrwl/nest:controller Run the `controller` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/convert-tslint-to-eslint.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/convert-tslint-to-eslint.md index 5a90df793e4a9..968a32e611e68 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/convert-tslint-to-eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:convert-tslint-to-eslint generator' +description: 'Convert a project from TSLint to ESLint.' +--- + # @nrwl/nest:convert-tslint-to-eslint Convert a project from TSLint to ESLint. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/decorator.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/decorator.md index 15dc3f3179083..1ad218f3ddde7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/decorator.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/decorator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:decorator generator' +description: 'Run the `decorator` NestJS generator with Nx project support.' +--- + # @nrwl/nest:decorator Run the `decorator` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/filter.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/filter.md index fac4582c7e5b4..2d34b04e2a606 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/filter.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/filter.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:filter generator' +description: 'Run the `filter` NestJS generator with Nx project support.' +--- + # @nrwl/nest:filter Run the `filter` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/gateway.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/gateway.md index 5745843a4654d..152e610c86656 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/gateway.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/gateway.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:gateway generator' +description: 'Run the `gateway` NestJS generator with Nx project support.' +--- + # @nrwl/nest:gateway Run the `gateway` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/guard.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/guard.md index c363c05f9e7f5..42bc7207e318b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/guard.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/guard.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:guard generator' +description: 'Run the `guard` NestJS generator with Nx project support.' +--- + # @nrwl/nest:guard Run the `guard` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/interceptor.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/interceptor.md index e3d40ba2d2a68..7d462e6d1748b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/interceptor.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/interceptor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interceptor generator' +description: 'Run the `interceptor` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interceptor Run the `interceptor` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/interface.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/interface.md index 38e9acb989210..e8f0e320b5826 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/interface.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/interface.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interface generator' +description: 'Run the `interface` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interface Run the `interface` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/library.md index 5bffaa6084dff..a89d2a5638308 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:library generator' +description: 'Create a new NestJS library.' +--- + # @nrwl/nest:library Create a new NestJS library. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/middleware.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/middleware.md index bd7785fd38a2c..f3775381e60d1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/middleware.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/middleware.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:middleware generator' +description: 'Run the `middleware` NestJS generator with Nx project support.' +--- + # @nrwl/nest:middleware Run the `middleware` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/module.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/module.md index 8c589ce4f42f7..a05b466e44352 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/module.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:module generator' +description: 'Run the `module` NestJS generator with Nx project support.' +--- + # @nrwl/nest:module Run the `module` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/pipe.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/pipe.md index cf895e9e91f9e..739b67aa013be 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/pipe.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/pipe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:pipe generator' +description: 'Run the `pipe` NestJS generator with Nx project support.' +--- + # @nrwl/nest:pipe Run the `pipe` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/provider.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/provider.md index 2c7845708caf5..082a99a4a8c64 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/provider.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/provider.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:provider generator' +description: 'Run the `provider` NestJS generator with Nx project support.' +--- + # @nrwl/nest:provider Run the `provider` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/resolver.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/resolver.md index aa58f5bc17a8f..64bde6df46efb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/resolver.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/resolver.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resolver generator' +description: 'Run the `resolver` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resolver Run the `resolver` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/resource.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/resource.md index a914c0e0b6e78..bdfcc7adfd906 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/resource.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/resource.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resource generator' +description: 'Run the `resource` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resource Run the `resource` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/service.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/service.md index bf892e58c6907..06fd1ff4a58cf 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/service.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nest/generators/service.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:service generator' +description: 'Run the `service` NestJS generator with Nx project support.' +--- + # @nrwl/nest:service Run the `service` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/build.md index 6b51b0455aef1..a645e7ba4e5e0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:build executor' +description: 'Build a Next.js app' +--- + # @nrwl/next:build Build a Next.js app diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/export.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/export.md index 792450716a0d9..66445f1d12ffe 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/export.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/export.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:export executor' +description: 'Export a Next.js app. The exported application is located at dist/$outputPath/exported.' +--- + # @nrwl/next:export Export a Next.js app. The exported application is located at dist/$outputPath/exported. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/server.md index ac14b7e0e2565..c9d8a15b1e3c9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:server executor' +description: 'Serve a Next.js app' +--- + # @nrwl/next:server Serve a Next.js app diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/application.md index 861db2115825d..852835bc4b770 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:application generator' +description: 'Create a Next.js application' +--- + # @nrwl/next:application Create a Next.js application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/component.md index 921fa991e86a1..177eb7b23e137 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:component generator' +description: 'Create a React component' +--- + # @nrwl/next:component Create a React component diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/page.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/page.md index 8dc47842028f8..98fe3a4ed44b0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/page.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-next/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:page generator' +description: 'Create a Next.js page component' +--- + # @nrwl/next:page Create a Next.js page component diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/build.md index f46412202b3b9..a232cad66d8d5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:build executor' +description: 'Build a Node application' +--- + # @nrwl/node:build Build a Node application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/execute.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/execute.md index 16bfdfa997ea5..8c54fc2d2432b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/execute.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/execute.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:execute executor' +description: 'Execute a Node application' +--- + # @nrwl/node:execute Execute a Node application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/package.md index ca4e77757ec91..aaae9070ce706 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:package executor' +description: 'Package a Node library' +--- + # @nrwl/node:package Package a Node library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/generators/application.md index ffb1950dd9d6b..c5275f5957161 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:application generator' +description: 'Create a node application' +--- + # @nrwl/node:application Create a node application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/generators/library.md index c4ef17e1e4f7a..51f5e93bc519a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-node/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-node/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:library generator' +description: 'Create a library' +--- + # @nrwl/node:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/executors/e2e.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/executors/e2e.md index a90b50efd45f2..1eed81a7e9d4c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/executors/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/executors/e2e.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:e2e executor' +description: 'Creates and runs the e2e tests for an Nx Plugin.' +--- + # @nrwl/nx-plugin:e2e Creates and runs the e2e tests for an Nx Plugin. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/executor.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/executor.md index 59763b474dd71..3ee375c9b0c4f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/executor.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/executor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:executor generator' +description: 'Create a executor for an Nx Plugin' +--- + # @nrwl/nx-plugin:executor Create a executor for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/generator.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/generator.md index 1975a1c2918a1..36079f930de9f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:generator generator' +description: 'Create a generator for an Nx Plugin' +--- + # @nrwl/nx-plugin:generator Create a generator for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/migration.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/migration.md index 4e1d1649f6d4e..0f509f1e9d1ed 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/migration.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/migration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:migration generator' +description: 'Create a migration for an Nx Plugin' +--- + # @nrwl/nx-plugin:migration Create a migration for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/plugin.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/plugin.md index 0d8ec546f6a14..4b1bb93cabaae 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/plugin.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-nx-plugin/generators/plugin.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:plugin generator' +description: 'Create a Nx Plugin' +--- + # @nrwl/nx-plugin:plugin Create a Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/build-android.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/build-android.md index 3ce7bd4148252..3b73059706299 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/build-android.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/build-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:build-android executor' +description: 'Release Build for Android.' +--- + # @nrwl/react-native:build-android Release Build for Android. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/bundle.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/bundle.md index d846de693c044..21b31faea4ab8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/bundle.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/bundle.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:bundle executor' +description: 'Builds the JS bundle.' +--- + # @nrwl/react-native:bundle Builds the JS bundle. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/ensure-symlink.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/ensure-symlink.md index 1a8e0e9b3dd6d..82809f259beb6 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/ensure-symlink.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/ensure-symlink.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:ensure-symlink executor' +description: "Ensure workspace node_modules is symlink under app's node_modules folder." +--- + # @nrwl/react-native:ensure-symlink Ensure workspace node_modules is symlink under app's node_modules folder. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/run-android.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/run-android.md index edcdd2b4cde48..1ded72dc32b7c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/run-android.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/run-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-android executor' +description: 'Runs Android application.' +--- + # @nrwl/react-native:run-android Runs Android application. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/run-ios.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/run-ios.md index 020452d5bdf45..634e7d293120f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/run-ios.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/run-ios.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-ios executor' +description: 'Runs iOS application.' +--- + # @nrwl/react-native:run-ios Runs iOS application. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/start.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/start.md index 7afca65aae452..3e14797135971 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/start.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/start.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:start executor' +description: 'Starts the dev server for JS bundle.' +--- + # @nrwl/react-native:start Starts the dev server for JS bundle. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/sync-deps.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/sync-deps.md index abbe5a31fed95..4791e5cd2983e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/sync-deps.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/executors/sync-deps.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:sync-deps executor' +description: 'Syncs dependencies to package.json (required for autolinking).' +--- + # @nrwl/react-native:sync-deps Syncs dependencies to package.json (required for autolinking). diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/application.md index df252a83c6397..44e7809072756 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:application generator' +description: 'Create an application' +--- + # @nrwl/react-native:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/component.md index f01e543de29e6..682716ff8df50 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:component generator' +description: 'Create a component' +--- + # @nrwl/react-native:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/library.md index c7a2c5e11e5bc..8552c79c95896 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react-native/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:library generator' +description: 'Create a library' +--- + # @nrwl/react-native:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/application.md index af381c463eb39..c912289b6b667 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:application generator' +description: 'Create an application' +--- + # @nrwl/react:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component-cypress-spec.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component-cypress-spec.md index 1df6e6491c346..0bf5896e3cb79 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component-cypress-spec.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component-cypress-spec.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-cypress-spec generator' +description: 'Create a cypress spec for a ui component that has a story' +--- + # @nrwl/react:component-cypress-spec Create a cypress spec for a ui component that has a story diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component-story.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component-story.md index 5f270d711a720..5d67a26984dde 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component-story.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component-story.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-story generator' +description: 'Generate storybook story for a react component' +--- + # @nrwl/react:component-story Generate storybook story for a react component diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component.md index 8b56fa7eff88b..f95580b0b30c0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component generator' +description: 'Create a component' +--- + # @nrwl/react:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/hook.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/hook.md index ed2795cd4bc78..d1911d8af6a4f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/hook.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/hook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:hook generator' +description: 'Create a hook' +--- + # @nrwl/react:hook Create a hook diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/library.md index 1a938d206d2e8..6b2e145e8caea 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:library generator' +description: 'Create a library' +--- + # @nrwl/react:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/redux.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/redux.md index 9218cb636b815..867709d2a07eb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/redux.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/redux.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:redux generator' +description: 'Create a redux slice for a project' +--- + # @nrwl/react:redux Create a redux slice for a project diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/stories.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/stories.md index 0a25240e8c302..8e4228034a0ea 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/stories.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:stories generator' +description: 'Create stories/specs for all components declared in a library' +--- + # @nrwl/react:stories Create stories/specs for all components declared in a library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/storybook-configuration.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/storybook-configuration.md index 6d1c387d6d19d..3477a162a7dd5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/storybook-configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-configuration generator' +description: 'Set up storybook for a react library' +--- + # @nrwl/react:storybook-configuration Set up storybook for a react library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/storybook-migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/storybook-migrate-defaults-5-to-6.md index 04f6359c76d4d..dd00485f20bb4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/storybook-migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-react/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/react:storybook-migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/executors/build.md index 7ecbe80cefe13..6446c4125850d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:build executor' +description: 'Build Storybook' +--- + # @nrwl/storybook:build Build Storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/executors/storybook.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/executors/storybook.md index 9433ac4dd913a..ffd45754911f1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/executors/storybook.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/executors/storybook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:storybook executor' +description: 'Serve Storybook' +--- + # @nrwl/storybook:storybook Serve Storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/configuration.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/configuration.md index e36097a09af90..6d161b77f7c7f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:configuration generator' +description: 'Add storybook configuration to a ui library or an application' +--- + # @nrwl/storybook:configuration Add storybook configuration to a ui library or an application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/cypress-project.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/cypress-project.md index a590f2d743f43..94061b3d6f61a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/cypress-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/cypress-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:cypress-project generator' +description: 'Add cypress e2e app to test a ui library that is set up for storybook' +--- + # @nrwl/storybook:cypress-project Add cypress e2e app to test a ui library that is set up for storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/migrate-defaults-5-to-6.md index 09779744e6080..c6fcf1701ffb3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/storybook:migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/migrate-stories-to-6-2.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/migrate-stories-to-6-2.md index 8295990e950e0..958b9cfd5103c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/migrate-stories-to-6-2.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-storybook/generators/migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-stories-to-6-2 generator' +description: 'Migrate stories syntax to 6.2' +--- + # @nrwl/storybook:migrate-stories-to-6-2 Migrate stories syntax to 6.2 diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/dev-server.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/dev-server.md index 639f01c39a81c..e27ca0092dad5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/dev-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/dev-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:dev-server executor' +description: 'Serve a web application' +--- + # @nrwl/web:dev-server Serve a web application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/file-server.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/file-server.md index 8661efc385662..4f962b67728d6 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/file-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/file-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:file-server executor' +description: 'Serve a web application from a folder' +--- + # @nrwl/web:file-server Serve a web application from a folder diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/rollup.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/rollup.md index 0cc69018360aa..ff7bb826aa34d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/rollup.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/rollup.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:rollup executor' +description: 'Package a library using rollup' +--- + # @nrwl/web:rollup Package a library using rollup diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/webpack.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/webpack.md index fc29065694038..cdbb79275711f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/webpack.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/executors/webpack.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:webpack executor' +description: 'Build an application using webpack' +--- + # @nrwl/web:webpack Build an application using webpack diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/generators/application.md index 0558229238b16..917d827e28def 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-web/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-web/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:application generator' +description: 'Create an application' +--- + # @nrwl/web:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/executors/run-commands.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/executors/run-commands.md index 97ef4b9de813c..db32575458e64 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/executors/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/executors/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands executor' +description: 'Run any custom commands with Nx' +--- + # @nrwl/workspace:run-commands Run any custom commands with Nx diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/executors/run-script.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/executors/run-script.md index 733534a323059..93efe25fe1c35 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/executors/run-script.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/executors/run-script.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-script executor' +description: 'Run an npm script using Nx' +--- + # @nrwl/workspace:run-script Run an npm script using Nx diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/convert-to-nx-project.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/convert-to-nx-project.md index 6f7fd8b8d5be0..c4458df467b94 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/convert-to-nx-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/convert-to-nx-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:convert-to-nx-project generator' +description: "Moves a project's configuration outside of workspace.json" +--- + # @nrwl/workspace:convert-to-nx-project Moves a project's configuration outside of workspace.json diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/library.md index a7a65f468d886..66f038e5cb632 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:library generator' +description: 'Create a library' +--- + # @nrwl/workspace:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/move.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/move.md index 22cd28b3a38a3..4cd72ccfd8f9f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/move.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:move generator' +description: 'Move an application or library to another folder' +--- + # @nrwl/workspace:move Move an application or library to another folder diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/npm-package.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/npm-package.md index c3c109f33d7e9..5d709646834fa 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/npm-package.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/npm-package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:npm-package generator' +description: 'Create a minimal npm package' +--- + # @nrwl/workspace:npm-package Create a minimal npm package diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/remove.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/remove.md index 7599fc0f4a62f..264fe0a045ce3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/remove.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/remove.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:remove generator' +description: 'Remove an application or library' +--- + # @nrwl/workspace:remove Remove an application or library diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/run-commands.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/run-commands.md index b1b283526f7e5..ebb293393a14c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands generator' +description: 'Generates a target to run any command in the terminal' +--- + # @nrwl/workspace:run-commands Generates a target to run any command in the terminal diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/workspace-generator.md b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/workspace-generator.md index 6081fc132631c..a80e335c37d72 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/workspace-generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/api-workspace/generators/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:workspace-generator generator' +description: 'Generates a workspace generator' +--- + # @nrwl/workspace:workspace-generator Generates a workspace generator diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-apps.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-apps.md index 24328a2f500f7..8a7a9cdbd45d5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-apps.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-apps.md @@ -1,3 +1,8 @@ +--- +title: 'affected:apps - CLI command' +description: 'Print applications affected by changes' +--- + # affected:apps Print applications affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-build.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-build.md index 5a44ab0572fb7..496a757652821 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-build.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-build.md @@ -1,3 +1,8 @@ +--- +title: 'affected:build - CLI command' +description: 'Build applications and publishable libraries affected by changes' +--- + # affected:build Build applications and publishable libraries affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-dep-graph.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-dep-graph.md index c05dbc0f16044..837fe6494f69e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-dep-graph.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'affected:dep-graph - CLI command' +description: 'Graph dependencies affected by changes' +--- + # affected:dep-graph Graph dependencies affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-e2e.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-e2e.md index 318ba9ba7570a..09e799bdb09a0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-e2e.md @@ -1,3 +1,8 @@ +--- +title: 'affected:e2e - CLI command' +description: 'Run e2e tests for the applications affected by changes' +--- + # affected:e2e Run e2e tests for the applications affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-libs.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-libs.md index 62864f72bfae4..e75edf09841cd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-libs.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-libs.md @@ -1,3 +1,8 @@ +--- +title: 'affected:libs - CLI command' +description: 'Print libraries affected by changes' +--- + # affected:libs Print libraries affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-lint.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-lint.md index dc95f58a17ab4..bfbf9c1c1627b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-lint.md @@ -1,3 +1,8 @@ +--- +title: 'affected:lint - CLI command' +description: 'Lint projects affected by changes' +--- + # affected:lint Lint projects affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-test.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-test.md index 67a2575278876..5859c7b8e1587 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-test.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected-test.md @@ -1,3 +1,8 @@ +--- +title: 'affected:test - CLI command' +description: 'Test projects affected by changes' +--- + # affected:test Test projects affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected.md index 7950a715bf94a..92b3cd456a24c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/affected.md @@ -1,3 +1,8 @@ +--- +title: 'affected - CLI command' +description: 'Run target for affected projects' +--- + # affected Run target for affected projects diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/build.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/build.md index f12f82e8b1ff4..3890bcd249a84 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/build.md @@ -1,3 +1,8 @@ +--- +title: 'build - CLI command' +description: 'Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.' +--- + # build Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/connect-to-nx-cloud.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/connect-to-nx-cloud.md index ef9618b963b7b..e5ddd7d4681ad 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/connect-to-nx-cloud.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/connect-to-nx-cloud.md @@ -1,3 +1,8 @@ +--- +title: 'connect-to-nx-cloud - CLI command' +description: 'Makes sure the workspace is connected to Nx Cloud' +--- + # connect-to-nx-cloud Makes sure the workspace is connected to Nx Cloud diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/daemon.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/daemon.md index 8b15a5a8e00d2..9f729602e9b1f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/daemon.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/daemon.md @@ -1,3 +1,8 @@ +--- +title: 'daemon - CLI command' +description: "EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph." +--- + # daemon EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/dep-graph.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/dep-graph.md index 8dbbd49c6c012..8356b563781ff 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/dep-graph.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'dep-graph - CLI command' +description: 'Graph dependencies within workspace' +--- + # dep-graph Graph dependencies within workspace diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/e2e.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/e2e.md index 59235e7a251f6..6271b2d3e5b9b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/e2e.md @@ -1,3 +1,8 @@ +--- +title: 'e2e - CLI command' +description: 'Builds and serves an app, then runs end-to-end tests using the configured E2E test runner.' +--- + # e2e Builds and serves an app, then runs end-to-end tests using the configured E2E test runner. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/format-check.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/format-check.md index 25e4be0be03e1..54ce4ccb514fb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/format-check.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/format-check.md @@ -1,3 +1,8 @@ +--- +title: 'format:check - CLI command' +description: 'Check for un-formatted files' +--- + # format:check Check for un-formatted files diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/format-write.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/format-write.md index d49e5cab48c34..8f66ad7593eed 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/format-write.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/format-write.md @@ -1,3 +1,8 @@ +--- +title: 'format:write - CLI command' +description: 'Overwrite un-formatted files' +--- + # format:write Overwrite un-formatted files diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/generate.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/generate.md index 77c4d2e11764e..ece284ea1033d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/generate.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/generate.md @@ -1,3 +1,8 @@ +--- +title: 'generate - CLI command' +description: 'Runs a generator that creates and/or modifies files based on a generator from a collection.' +--- + # generate Runs a generator that creates and/or modifies files based on a generator from a collection. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/lint.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/lint.md index 9dd5c71153014..d13a85b591813 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/lint.md @@ -1,3 +1,8 @@ +--- +title: 'lint - CLI command' +description: 'Runs linting tools on application code in a given project folder using the configured linter.' +--- + # lint Runs linting tools on application code in a given project folder using the configured linter. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/list.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/list.md index be0433be1a342..9f055f0e2d8e3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/list.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/list.md @@ -1,3 +1,8 @@ +--- +title: 'list - CLI command' +description: 'Lists installed plugins, capabilities of installed plugins and other available plugins.' +--- + # list Lists installed plugins, capabilities of installed plugins and other available plugins. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/migrate.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/migrate.md index c1c23173c2e8c..83d5bae7ee253 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/migrate.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/migrate.md @@ -1,3 +1,11 @@ +--- +title: "migrate - CLI command" +description: "Creates a migrations file or runs migrations from the migrations file. +- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest) +- Run migrations (e.g., nx migrate --run-migrations=migrations.json) +" +--- + # migrate Creates a migrations file or runs migrations from the migrations file. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/print-affected.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/print-affected.md index 5627ad66273e1..d480fc4d439cc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/print-affected.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/print-affected.md @@ -1,3 +1,8 @@ +--- +title: 'print-affected - CLI command' +description: 'Prints information about the projects and targets affected by changes' +--- + # print-affected Prints information about the projects and targets affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/report.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/report.md index 0fae67a84edb3..ed66e158d159f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/report.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/report.md @@ -1,3 +1,8 @@ +--- +title: 'report - CLI command' +description: 'Reports useful version numbers to copy into the Nx issue template' +--- + # report Reports useful version numbers to copy into the Nx issue template diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/reset.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/reset.md index 39dc0a2e8f645..a81c0d4c4effa 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/reset.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/reset.md @@ -1,3 +1,8 @@ +--- +title: 'reset - CLI command' +description: 'Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon.' +--- + # reset Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/run-many.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/run-many.md index 2167dcd5dcb25..85a37a222f3ae 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/run-many.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/run-many.md @@ -1,3 +1,8 @@ +--- +title: 'run-many - CLI command' +description: 'Run target for multiple listed projects' +--- + # run-many Run target for multiple listed projects diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/run.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/run.md index bab1aa42a3b34..91a720d5d6724 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/run.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/run.md @@ -1,3 +1,8 @@ +--- +title: 'run - CLI command' +description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +--- + # run Runs an Architect target with an optional custom builder configuration defined in your project. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/serve.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/serve.md index 0f0b8e130b704..9eb3e6cec3a67 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/serve.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/serve.md @@ -1,3 +1,8 @@ +--- +title: 'serve - CLI command' +description: 'Builds and serves an application, rebuilding on file changes.' +--- + # serve Builds and serves an application, rebuilding on file changes. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/test.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/test.md index cf86963e7e7df..3c1483a640dca 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/test.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/test.md @@ -1,3 +1,8 @@ +--- +title: 'test - CLI command' +description: 'Runs unit tests in a project using the configured unit test runner.' +--- + # test Runs unit tests in a project using the configured unit test runner. diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/workspace-generator.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/workspace-generator.md index 20d68b180332b..c9915c1a76c64 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/workspace-generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: 'workspace-generator - CLI command' +description: 'Runs a workspace generator from the tools/generators directory' +--- + # workspace-generator Runs a workspace generator from the tools/generators directory diff --git a/nx-dev/nx-dev/public/documentation/latest/angular/cli/workspace-lint.md b/nx-dev/nx-dev/public/documentation/latest/angular/cli/workspace-lint.md index e72c80e2f0206..193bf2a76bf33 100644 --- a/nx-dev/nx-dev/public/documentation/latest/angular/cli/workspace-lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/angular/cli/workspace-lint.md @@ -1,6 +1,11 @@ +--- +title: 'workspace-lint - CLI command' +description: 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file' +--- + # workspace-lint -Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file +Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file ## Usage diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/delegate-build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/delegate-build.md index b1ac83b9c029d..535e4e3597753 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/delegate-build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/delegate-build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:delegate-build executor' +description: 'Delegates the build to a different target while supporting incremental builds.' +--- + # @nrwl/angular:delegate-build Delegates the build to a different target while supporting incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/ng-packagr-lite.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/ng-packagr-lite.md index 8a961af8ba177..ee83f92bfed87 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/ng-packagr-lite.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/ng-packagr-lite.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ng-packagr-lite executor' +description: 'Builds a library with support for incremental builds.' +--- + # @nrwl/angular:ng-packagr-lite Builds a library with support for incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/package.md index c0cb8912e76f8..9734b6a769611 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:package executor' +description: 'Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.' +--- + # @nrwl/angular:package Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-browser.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-browser.md index 0ca1627dfcb98..b103e9e31be94 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-browser.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-browser.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-browser executor' +description: 'Builds a browser application with support for incremental builds and custom webpack configuration.' +--- + # @nrwl/angular:webpack-browser Builds a browser application with support for incremental builds and custom webpack configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-server.md index 2e25c624e7ff0..8a2fa9e6252da 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/executors/webpack-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-server executor' +description: 'Serves a browser application with support for a custom webpack configuration.' +--- + # @nrwl/angular:webpack-server Serves a browser application with support for a custom webpack configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/application.md index 7cff20d1779f8..c1f238c8f29be 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:application generator' +description: 'Creates an Angular application.' +--- + # @nrwl/angular:application Creates an Angular application. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/convert-tslint-to-eslint.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/convert-tslint-to-eslint.md index d2fef5aacb165..db65a46a8a14f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/convert-tslint-to-eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:convert-tslint-to-eslint generator' +description: 'Converts a project from TSLint to ESLint.' +--- + # @nrwl/angular:convert-tslint-to-eslint Converts a project from TSLint to ESLint. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/downgrade-module.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/downgrade-module.md index ad25f18086ac3..99ac2aa89b171 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/downgrade-module.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/downgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:downgrade-module generator' +description: 'Sets up a Downgrade Module.' +--- + # @nrwl/angular:downgrade-module Sets up a Downgrade Module. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/karma-project.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/karma-project.md index 969f6c93501f7..75ed0795117f7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/karma-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/karma-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma-project generator' +description: 'Adds Karma configuration to a project.' +--- + # @nrwl/angular:karma-project Adds Karma configuration to a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/karma.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/karma.md index e22e93b40430b..c2595c7722b83 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/karma.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/karma.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma generator' +description: 'Adds Karma configuration to a workspace.' +--- + # @nrwl/angular:karma Adds Karma configuration to a workspace. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/library-secondary-entry-point.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/library-secondary-entry-point.md index 72c6de56830dd..dd635696555c4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/library-secondary-entry-point.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/library-secondary-entry-point.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library-secondary-entry-point generator' +description: 'Creates a secondary entry point for an Angular publishable library.' +--- + # @nrwl/angular:library-secondary-entry-point Creates a secondary entry point for an Angular publishable library. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/library.md index 716326edeffcd..b9ea57e15b45a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library generator' +description: 'Creates an Angular library.' +--- + # @nrwl/angular:library Creates an Angular library. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/move.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/move.md index 465bea4e13ad5..0a9a0d756f384 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/move.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:move generator' +description: 'Moves an Angular application or library to another folder within the workspace and updates the project configuration.' +--- + # @nrwl/angular:move Moves an Angular application or library to another folder within the workspace and updates the project configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/ngrx.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/ngrx.md index 2180e4c483d72..433d6f2a305aa 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/ngrx.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/ngrx.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ngrx generator' +description: 'Adds NgRx support to an application or library.' +--- + # @nrwl/angular:ngrx Adds NgRx support to an application or library. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/scam.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/scam.md index 0f000799fa0fb..e129fb7447e49 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/scam.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/scam.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:scam generator' +description: 'Generate a component with an accompanying Single Component Angular Module (SCAM).' +--- + # @nrwl/angular:scam Generate a component with an accompanying Single Component Angular Module (SCAM). diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/setup-mfe.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/setup-mfe.md index 4726ba5d73bc7..0bf991ae960b8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/setup-mfe.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/setup-mfe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:setup-mfe generator' +description: 'Generate a Module Federation configuration for a given Angular application.' +--- + # @nrwl/angular:setup-mfe Generate a Module Federation configuration for a given Angular application. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/stories.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/stories.md index 674775abbecd0..399453eea78e2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/stories.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:stories generator' +description: 'Creates stories/specs for all components declared in a project.' +--- + # @nrwl/angular:stories Creates stories/specs for all components declared in a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-configuration.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-configuration.md index 1f938b6626a10..c56c5bbe93670 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-configuration generator' +description: 'Adds Storybook configuration to a project.' +--- + # @nrwl/angular:storybook-configuration Adds Storybook configuration to a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-migrate-defaults-5-to-6.md index 90d06a282c5c1..dd0010a3a578d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-defaults-5-to-6 generator' +description: 'Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/angular:storybook-migrate-defaults-5-to-6 Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-migrate-stories-to-6-2.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-migrate-stories-to-6-2.md index 4be8043415642..a81530a233003 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-migrate-stories-to-6-2.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/storybook-migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-stories-to-6-2 generator' +description: 'Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export.' +--- + # @nrwl/angular:storybook-migrate-stories-to-6-2 Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/upgrade-module.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/upgrade-module.md index 4d1bfae913c13..7cbcd4152e1a3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/upgrade-module.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/upgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:upgrade-module generator' +description: 'Sets up an Upgrade Module.' +--- + # @nrwl/angular:upgrade-module Sets up an Upgrade Module. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/web-worker.md b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/web-worker.md index 1f7cbef036d4f..293af264e71da 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/web-worker.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-angular/generators/web-worker.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:web-worker generator' +description: 'Creates a Web Worker.' +--- + # @nrwl/angular:web-worker Creates a Web Worker. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-cypress/executors/cypress.md b/nx-dev/nx-dev/public/documentation/latest/node/api-cypress/executors/cypress.md index 71239a2abb5ba..555addb70a79a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-cypress/executors/cypress.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-cypress/executors/cypress.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/cypress:cypress executor' +description: 'Run Cypress e2e tests' +--- + # @nrwl/cypress:cypress Run Cypress e2e tests diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-detox/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-detox/executors/build.md index f05e86b9a132a..f59448dc6e801 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-detox/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-detox/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:build executor' +description: 'Run the command defined in build property of the specified configuration.' +--- + # @nrwl/detox:build Run the command defined in build property of the specified configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-detox/executors/test.md b/nx-dev/nx-dev/public/documentation/latest/node/api-detox/executors/test.md index 0924c8c2d0786..c0b0750151bc4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-detox/executors/test.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-detox/executors/test.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:test executor' +description: 'Initiating your detox test suite.' +--- + # @nrwl/detox:test Initiating your detox test suite. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-detox/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-detox/generators/application.md index d4623cead290e..36b863db4a554 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-detox/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-detox/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:application generator' +description: 'Create a detox application' +--- + # @nrwl/detox:application Create a detox application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-express/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-express/generators/application.md index 5c42e54ae5e68..9adb7242155bc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-express/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-express/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/express:application generator' +description: 'Create an express application' +--- + # @nrwl/express:application Create an express application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/build.md index 872c7ef2d4688..1c5a251f452f1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:build executor' +description: 'Build a Gatsby app' +--- + # @nrwl/gatsby:build Build a Gatsby app diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/server.md index 5dedfcd708237..865f09a304b82 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:server executor' +description: 'Starts server for app' +--- + # @nrwl/gatsby:server Starts server for app diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/application.md index bd327dcef9065..066cb740da8b8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:application generator' +description: 'Create an application' +--- + # @nrwl/gatsby:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/component.md index 558a6a9be373c..a79ef064e827e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:component generator' +description: 'Create a component' +--- + # @nrwl/gatsby:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/page.md b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/page.md index 440778b0b64d0..9d70c6a17176a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/page.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-gatsby/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:page generator' +description: 'Create a page' +--- + # @nrwl/gatsby:page Create a page diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-jest/executors/jest.md b/nx-dev/nx-dev/public/documentation/latest/node/api-jest/executors/jest.md index 011f3e1179749..e9d9cc15cbac2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-jest/executors/jest.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-jest/executors/jest.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/jest:jest executor' +description: 'Run Jest unit tests' +--- + # @nrwl/jest:jest Run Jest unit tests diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-js/executors/tsc.md b/nx-dev/nx-dev/public/documentation/latest/node/api-js/executors/tsc.md index 0134023b65408..5f0686b63c6bc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-js/executors/tsc.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-js/executors/tsc.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:tsc executor' +description: 'Build a project using TypeScript.' +--- + # @nrwl/js:tsc Build a project using TypeScript. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-js/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-js/generators/application.md index d3cb3f64db891..c9799dd7805f2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-js/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-js/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:application generator' +description: 'Create a application' +--- + # @nrwl/js:application Create a application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-js/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/node/api-js/generators/library.md index c48725f0e4a67..dec223ff4bfe0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-js/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-js/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:library generator' +description: 'Create a library' +--- + # @nrwl/js:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/eslint.md b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/eslint.md index e74720bec1c78..ae4ed0c03a003 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:eslint executor' +description: 'Run ESLint on a project' +--- + # @nrwl/linter:eslint Run ESLint on a project diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/lint.md b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/lint.md index 1cb04d736c810..2b4b8000e26f3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/executors/lint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:lint executor' +description: '**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0' +--- + # @nrwl/linter:lint **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/generators/workspace-rule.md b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/generators/workspace-rule.md index b077b41106b37..ac04b9e34205d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-linter/generators/workspace-rule.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-linter/generators/workspace-rule.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:workspace-rule generator' +description: 'Create a new workspace ESLint rule' +--- + # @nrwl/linter:workspace-rule Create a new workspace ESLint rule diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/application.md index 77a843ac59066..fde171a1ed2de 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:application generator' +description: 'Create a NestJS application.' +--- + # @nrwl/nest:application Create a NestJS application. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/class.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/class.md index 252b43d4c93d1..a652e44eae90f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/class.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/class.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:class generator' +description: 'Run the `class` NestJS generator with Nx project support.' +--- + # @nrwl/nest:class Run the `class` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/controller.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/controller.md index c1a2d3e800de4..2c68a995101ec 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/controller.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/controller.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:controller generator' +description: 'Run the `controller` NestJS generator with Nx project support.' +--- + # @nrwl/nest:controller Run the `controller` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/convert-tslint-to-eslint.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/convert-tslint-to-eslint.md index 05793ccace2e5..f13547958f506 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/convert-tslint-to-eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:convert-tslint-to-eslint generator' +description: 'Convert a project from TSLint to ESLint.' +--- + # @nrwl/nest:convert-tslint-to-eslint Convert a project from TSLint to ESLint. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/decorator.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/decorator.md index 3f35c60e08550..30e98953db973 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/decorator.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/decorator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:decorator generator' +description: 'Run the `decorator` NestJS generator with Nx project support.' +--- + # @nrwl/nest:decorator Run the `decorator` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/filter.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/filter.md index 7a7188b24b7aa..ebd2cf9c75500 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/filter.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/filter.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:filter generator' +description: 'Run the `filter` NestJS generator with Nx project support.' +--- + # @nrwl/nest:filter Run the `filter` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/gateway.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/gateway.md index d83fefa3ce31d..4ae8d463dace4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/gateway.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/gateway.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:gateway generator' +description: 'Run the `gateway` NestJS generator with Nx project support.' +--- + # @nrwl/nest:gateway Run the `gateway` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/guard.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/guard.md index 6d5c69385b42d..e42e94cef418a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/guard.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/guard.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:guard generator' +description: 'Run the `guard` NestJS generator with Nx project support.' +--- + # @nrwl/nest:guard Run the `guard` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/interceptor.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/interceptor.md index 160a81b83554b..f48bf5cfd596a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/interceptor.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/interceptor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interceptor generator' +description: 'Run the `interceptor` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interceptor Run the `interceptor` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/interface.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/interface.md index f12872eecfd62..c92aa0cb547bb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/interface.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/interface.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interface generator' +description: 'Run the `interface` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interface Run the `interface` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/library.md index 6ef2efeac6b38..4a886fcea6f2c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:library generator' +description: 'Create a new NestJS library.' +--- + # @nrwl/nest:library Create a new NestJS library. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/middleware.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/middleware.md index 50b7f66097e8b..5e4b0c40a333f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/middleware.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/middleware.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:middleware generator' +description: 'Run the `middleware` NestJS generator with Nx project support.' +--- + # @nrwl/nest:middleware Run the `middleware` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/module.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/module.md index 61e9161832ba2..a98640fa8d4ea 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/module.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:module generator' +description: 'Run the `module` NestJS generator with Nx project support.' +--- + # @nrwl/nest:module Run the `module` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/pipe.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/pipe.md index 073c9d1e93b1c..2b1926407733e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/pipe.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/pipe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:pipe generator' +description: 'Run the `pipe` NestJS generator with Nx project support.' +--- + # @nrwl/nest:pipe Run the `pipe` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/provider.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/provider.md index ae8d031c9510a..17e4166dd856e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/provider.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/provider.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:provider generator' +description: 'Run the `provider` NestJS generator with Nx project support.' +--- + # @nrwl/nest:provider Run the `provider` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/resolver.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/resolver.md index fa5da4a632b46..afca3530fb9a7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/resolver.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/resolver.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resolver generator' +description: 'Run the `resolver` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resolver Run the `resolver` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/resource.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/resource.md index c29610866d640..35e19905aae31 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/resource.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/resource.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resource generator' +description: 'Run the `resource` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resource Run the `resource` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/service.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/service.md index 1039223e1b8ce..976473c4f81f8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/service.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nest/generators/service.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:service generator' +description: 'Run the `service` NestJS generator with Nx project support.' +--- + # @nrwl/nest:service Run the `service` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/build.md index 34aea92cc095d..0471072f744c8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:build executor' +description: 'Build a Next.js app' +--- + # @nrwl/next:build Build a Next.js app diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/export.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/export.md index f9820a7ec0a9f..7e059e96f8818 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/export.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/export.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:export executor' +description: 'Export a Next.js app. The exported application is located at dist/$outputPath/exported.' +--- + # @nrwl/next:export Export a Next.js app. The exported application is located at dist/$outputPath/exported. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/server.md index 51b5b49898b2a..4843204a209be 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:server executor' +description: 'Serve a Next.js app' +--- + # @nrwl/next:server Serve a Next.js app diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/application.md index ce9542860519f..03d7b901027fc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:application generator' +description: 'Create a Next.js application' +--- + # @nrwl/next:application Create a Next.js application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/component.md index 6bca940495e76..b3528c8138ae5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:component generator' +description: 'Create a React component' +--- + # @nrwl/next:component Create a React component diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/page.md b/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/page.md index 2205b77679bb1..9f8a70dbdefc9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/page.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-next/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:page generator' +description: 'Create a Next.js page component' +--- + # @nrwl/next:page Create a Next.js page component diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/build.md index e4c9e13a61ce0..c1e73e6e75ff4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:build executor' +description: 'Build a Node application' +--- + # @nrwl/node:build Build a Node application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/execute.md b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/execute.md index 1f69d40c89942..6f831ce7fa81c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/execute.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/execute.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:execute executor' +description: 'Execute a Node application' +--- + # @nrwl/node:execute Execute a Node application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/package.md index ed70201166602..a75ddc8129b9d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-node/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:package executor' +description: 'Package a Node library' +--- + # @nrwl/node:package Package a Node library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-node/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-node/generators/application.md index 3d3e383f42d85..3144b0ab63d9d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-node/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-node/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:application generator' +description: 'Create a node application' +--- + # @nrwl/node:application Create a node application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-node/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/node/api-node/generators/library.md index 0bab8322c7b22..7125261ae51e2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-node/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-node/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:library generator' +description: 'Create a library' +--- + # @nrwl/node:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/executors/e2e.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/executors/e2e.md index 3edd161e26dd9..107511f9dbd02 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/executors/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/executors/e2e.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:e2e executor' +description: 'Creates and runs the e2e tests for an Nx Plugin.' +--- + # @nrwl/nx-plugin:e2e Creates and runs the e2e tests for an Nx Plugin. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/executor.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/executor.md index e740f0c1a1d5a..9ba010200f3be 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/executor.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/executor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:executor generator' +description: 'Create a executor for an Nx Plugin' +--- + # @nrwl/nx-plugin:executor Create a executor for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/generator.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/generator.md index 49caeedc13084..9e93ca51e08ff 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:generator generator' +description: 'Create a generator for an Nx Plugin' +--- + # @nrwl/nx-plugin:generator Create a generator for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/migration.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/migration.md index 8f1d8e7bd4ed9..0a89776490529 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/migration.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/migration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:migration generator' +description: 'Create a migration for an Nx Plugin' +--- + # @nrwl/nx-plugin:migration Create a migration for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/plugin.md b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/plugin.md index 96f2cd5ce257e..7e55a8d6743b2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/plugin.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-nx-plugin/generators/plugin.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:plugin generator' +description: 'Create a Nx Plugin' +--- + # @nrwl/nx-plugin:plugin Create a Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/build-android.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/build-android.md index e482636d70190..0c74616ec7f34 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/build-android.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/build-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:build-android executor' +description: 'Release Build for Android.' +--- + # @nrwl/react-native:build-android Release Build for Android. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/bundle.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/bundle.md index ddfe2cdfbd3d2..7136976133959 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/bundle.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/bundle.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:bundle executor' +description: 'Builds the JS bundle.' +--- + # @nrwl/react-native:bundle Builds the JS bundle. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/ensure-symlink.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/ensure-symlink.md index fc674026bd787..7cbf7536500c1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/ensure-symlink.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/ensure-symlink.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:ensure-symlink executor' +description: "Ensure workspace node_modules is symlink under app's node_modules folder." +--- + # @nrwl/react-native:ensure-symlink Ensure workspace node_modules is symlink under app's node_modules folder. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/run-android.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/run-android.md index b5234845b89d3..8fb400a29b4fd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/run-android.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/run-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-android executor' +description: 'Runs Android application.' +--- + # @nrwl/react-native:run-android Runs Android application. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/run-ios.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/run-ios.md index 0c7c27a757966..090f226b841e8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/run-ios.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/run-ios.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-ios executor' +description: 'Runs iOS application.' +--- + # @nrwl/react-native:run-ios Runs iOS application. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/start.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/start.md index 3e5b8f63481c8..1fc0a0763f76f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/start.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/start.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:start executor' +description: 'Starts the dev server for JS bundle.' +--- + # @nrwl/react-native:start Starts the dev server for JS bundle. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/sync-deps.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/sync-deps.md index 1557bf080f945..9caa5bc9c9009 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/sync-deps.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/executors/sync-deps.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:sync-deps executor' +description: 'Syncs dependencies to package.json (required for autolinking).' +--- + # @nrwl/react-native:sync-deps Syncs dependencies to package.json (required for autolinking). diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/application.md index 9d531048d8c34..150e0a42ad308 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:application generator' +description: 'Create an application' +--- + # @nrwl/react-native:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/component.md index 4070af5e98d3e..a08108f0a9766 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:component generator' +description: 'Create a component' +--- + # @nrwl/react-native:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/library.md index 2f26c9872b83f..1c080087088cd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react-native/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:library generator' +description: 'Create a library' +--- + # @nrwl/react-native:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/application.md index 7bfb7b5a053f4..51764bd9a35c4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:application generator' +description: 'Create an application' +--- + # @nrwl/react:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component-cypress-spec.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component-cypress-spec.md index 1988a9168ccb7..f69d0785a5e84 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component-cypress-spec.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component-cypress-spec.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-cypress-spec generator' +description: 'Create a cypress spec for a ui component that has a story' +--- + # @nrwl/react:component-cypress-spec Create a cypress spec for a ui component that has a story diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component-story.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component-story.md index 9793d5e17331f..5812759ece9d9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component-story.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component-story.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-story generator' +description: 'Generate storybook story for a react component' +--- + # @nrwl/react:component-story Generate storybook story for a react component diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component.md index 271da317e3aae..9864fac37ab8b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component generator' +description: 'Create a component' +--- + # @nrwl/react:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/hook.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/hook.md index fbad0e6878287..93c6f2c85c5a4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/hook.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/hook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:hook generator' +description: 'Create a hook' +--- + # @nrwl/react:hook Create a hook diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/library.md index 9f2d2bb1444d6..f636d12ccdef4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:library generator' +description: 'Create a library' +--- + # @nrwl/react:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/redux.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/redux.md index c83451204909d..95929652f2d45 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/redux.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/redux.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:redux generator' +description: 'Create a redux slice for a project' +--- + # @nrwl/react:redux Create a redux slice for a project diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/stories.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/stories.md index 1134c264949e9..65ff592c37a70 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/stories.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:stories generator' +description: 'Create stories/specs for all components declared in a library' +--- + # @nrwl/react:stories Create stories/specs for all components declared in a library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/storybook-configuration.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/storybook-configuration.md index 747319e39fdd0..dfe1a2e6df957 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/storybook-configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-configuration generator' +description: 'Set up storybook for a react library' +--- + # @nrwl/react:storybook-configuration Set up storybook for a react library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/storybook-migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/storybook-migrate-defaults-5-to-6.md index 084f863f1de9a..c340edc3f004c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/storybook-migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-react/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/react:storybook-migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/build.md index 0d8627e56570c..08da4caf48da6 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:build executor' +description: 'Build Storybook' +--- + # @nrwl/storybook:build Build Storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/storybook.md b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/storybook.md index 91aa4a5a2a6f7..6708c13a964c1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/storybook.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/executors/storybook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:storybook executor' +description: 'Serve Storybook' +--- + # @nrwl/storybook:storybook Serve Storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/configuration.md b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/configuration.md index a7a318f69ca91..0fde868742034 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:configuration generator' +description: 'Add storybook configuration to a ui library or an application' +--- + # @nrwl/storybook:configuration Add storybook configuration to a ui library or an application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/cypress-project.md b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/cypress-project.md index 9dc464fc0c282..6d7e27b71220a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/cypress-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/cypress-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:cypress-project generator' +description: 'Add cypress e2e app to test a ui library that is set up for storybook' +--- + # @nrwl/storybook:cypress-project Add cypress e2e app to test a ui library that is set up for storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/migrate-defaults-5-to-6.md index e7b78cfbc0d92..2d89444bb8fb1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/storybook:migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/migrate-stories-to-6-2.md b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/migrate-stories-to-6-2.md index f08702f2dadc2..a980e2e39067c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/migrate-stories-to-6-2.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-storybook/generators/migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-stories-to-6-2 generator' +description: 'Migrate stories syntax to 6.2' +--- + # @nrwl/storybook:migrate-stories-to-6-2 Migrate stories syntax to 6.2 diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/dev-server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/dev-server.md index 777b518f5e75e..b391b9c1872d0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/dev-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/dev-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:dev-server executor' +description: 'Serve a web application' +--- + # @nrwl/web:dev-server Serve a web application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/file-server.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/file-server.md index 35843ad0e440b..156a78a8ddb7f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/file-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/file-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:file-server executor' +description: 'Serve a web application from a folder' +--- + # @nrwl/web:file-server Serve a web application from a folder diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/rollup.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/rollup.md index 51d28dbcfff74..360f9f9e94ad5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/rollup.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/rollup.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:rollup executor' +description: 'Package a library using rollup' +--- + # @nrwl/web:rollup Package a library using rollup diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/webpack.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/webpack.md index fa14fe3533759..e102bda6ebccf 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/webpack.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/executors/webpack.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:webpack executor' +description: 'Build an application using webpack' +--- + # @nrwl/web:webpack Build an application using webpack diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-web/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/node/api-web/generators/application.md index 8becab523a696..dc333565f0ccb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-web/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-web/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:application generator' +description: 'Create an application' +--- + # @nrwl/web:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-commands.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-commands.md index e17c257f003e2..73be1d83e8d6c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands executor' +description: 'Run any custom commands with Nx' +--- + # @nrwl/workspace:run-commands Run any custom commands with Nx diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-script.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-script.md index 493949f2ade8d..2ff3e3eec1f65 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-script.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/executors/run-script.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-script executor' +description: 'Run an npm script using Nx' +--- + # @nrwl/workspace:run-script Run an npm script using Nx diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/convert-to-nx-project.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/convert-to-nx-project.md index 2d2cf8dd0ca77..abcba6ffdf132 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/convert-to-nx-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/convert-to-nx-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:convert-to-nx-project generator' +description: "Moves a project's configuration outside of workspace.json" +--- + # @nrwl/workspace:convert-to-nx-project Moves a project's configuration outside of workspace.json diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/library.md index 6830e9675f231..49245254c0e65 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:library generator' +description: 'Create a library' +--- + # @nrwl/workspace:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/move.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/move.md index 3ac4256884f50..cde24e0be6934 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/move.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:move generator' +description: 'Move an application or library to another folder' +--- + # @nrwl/workspace:move Move an application or library to another folder diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/npm-package.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/npm-package.md index c8b22b92ca30a..ca5ad7bdc561d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/npm-package.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/npm-package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:npm-package generator' +description: 'Create a minimal npm package' +--- + # @nrwl/workspace:npm-package Create a minimal npm package diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/remove.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/remove.md index 84141afecc86d..494639ce2632c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/remove.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/remove.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:remove generator' +description: 'Remove an application or library' +--- + # @nrwl/workspace:remove Remove an application or library diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/run-commands.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/run-commands.md index 856421c372060..79cb2ee0ef37a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands generator' +description: 'Generates a target to run any command in the terminal' +--- + # @nrwl/workspace:run-commands Generates a target to run any command in the terminal diff --git a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/workspace-generator.md b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/workspace-generator.md index 93d12ff310f0d..99fdf2e494cb8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/workspace-generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/api-workspace/generators/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:workspace-generator generator' +description: 'Generates a workspace generator' +--- + # @nrwl/workspace:workspace-generator Generates a workspace generator diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-apps.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-apps.md index 24328a2f500f7..8a7a9cdbd45d5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-apps.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-apps.md @@ -1,3 +1,8 @@ +--- +title: 'affected:apps - CLI command' +description: 'Print applications affected by changes' +--- + # affected:apps Print applications affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-build.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-build.md index 5a44ab0572fb7..496a757652821 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-build.md @@ -1,3 +1,8 @@ +--- +title: 'affected:build - CLI command' +description: 'Build applications and publishable libraries affected by changes' +--- + # affected:build Build applications and publishable libraries affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-dep-graph.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-dep-graph.md index c05dbc0f16044..837fe6494f69e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-dep-graph.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'affected:dep-graph - CLI command' +description: 'Graph dependencies affected by changes' +--- + # affected:dep-graph Graph dependencies affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-e2e.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-e2e.md index 318ba9ba7570a..09e799bdb09a0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-e2e.md @@ -1,3 +1,8 @@ +--- +title: 'affected:e2e - CLI command' +description: 'Run e2e tests for the applications affected by changes' +--- + # affected:e2e Run e2e tests for the applications affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-libs.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-libs.md index 62864f72bfae4..e75edf09841cd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-libs.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-libs.md @@ -1,3 +1,8 @@ +--- +title: 'affected:libs - CLI command' +description: 'Print libraries affected by changes' +--- + # affected:libs Print libraries affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-lint.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-lint.md index dc95f58a17ab4..bfbf9c1c1627b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-lint.md @@ -1,3 +1,8 @@ +--- +title: 'affected:lint - CLI command' +description: 'Lint projects affected by changes' +--- + # affected:lint Lint projects affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-test.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-test.md index 67a2575278876..5859c7b8e1587 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-test.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected-test.md @@ -1,3 +1,8 @@ +--- +title: 'affected:test - CLI command' +description: 'Test projects affected by changes' +--- + # affected:test Test projects affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected.md index 7950a715bf94a..92b3cd456a24c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/affected.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/affected.md @@ -1,3 +1,8 @@ +--- +title: 'affected - CLI command' +description: 'Run target for affected projects' +--- + # affected Run target for affected projects diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/build.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/build.md index f12f82e8b1ff4..3890bcd249a84 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/build.md @@ -1,3 +1,8 @@ +--- +title: 'build - CLI command' +description: 'Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.' +--- + # build Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/connect-to-nx-cloud.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/connect-to-nx-cloud.md index ef9618b963b7b..e5ddd7d4681ad 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/connect-to-nx-cloud.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/connect-to-nx-cloud.md @@ -1,3 +1,8 @@ +--- +title: 'connect-to-nx-cloud - CLI command' +description: 'Makes sure the workspace is connected to Nx Cloud' +--- + # connect-to-nx-cloud Makes sure the workspace is connected to Nx Cloud diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/daemon.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/daemon.md index 8b15a5a8e00d2..9f729602e9b1f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/daemon.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/daemon.md @@ -1,3 +1,8 @@ +--- +title: 'daemon - CLI command' +description: "EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph." +--- + # daemon EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/dep-graph.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/dep-graph.md index 8dbbd49c6c012..8356b563781ff 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/dep-graph.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'dep-graph - CLI command' +description: 'Graph dependencies within workspace' +--- + # dep-graph Graph dependencies within workspace diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/e2e.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/e2e.md index 59235e7a251f6..6271b2d3e5b9b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/e2e.md @@ -1,3 +1,8 @@ +--- +title: 'e2e - CLI command' +description: 'Builds and serves an app, then runs end-to-end tests using the configured E2E test runner.' +--- + # e2e Builds and serves an app, then runs end-to-end tests using the configured E2E test runner. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/format-check.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/format-check.md index 25e4be0be03e1..54ce4ccb514fb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/format-check.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/format-check.md @@ -1,3 +1,8 @@ +--- +title: 'format:check - CLI command' +description: 'Check for un-formatted files' +--- + # format:check Check for un-formatted files diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/format-write.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/format-write.md index d49e5cab48c34..8f66ad7593eed 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/format-write.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/format-write.md @@ -1,3 +1,8 @@ +--- +title: 'format:write - CLI command' +description: 'Overwrite un-formatted files' +--- + # format:write Overwrite un-formatted files diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/generate.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/generate.md index 77c4d2e11764e..ece284ea1033d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/generate.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/generate.md @@ -1,3 +1,8 @@ +--- +title: 'generate - CLI command' +description: 'Runs a generator that creates and/or modifies files based on a generator from a collection.' +--- + # generate Runs a generator that creates and/or modifies files based on a generator from a collection. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/lint.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/lint.md index 9dd5c71153014..d13a85b591813 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/lint.md @@ -1,3 +1,8 @@ +--- +title: 'lint - CLI command' +description: 'Runs linting tools on application code in a given project folder using the configured linter.' +--- + # lint Runs linting tools on application code in a given project folder using the configured linter. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/list.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/list.md index be0433be1a342..9f055f0e2d8e3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/list.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/list.md @@ -1,3 +1,8 @@ +--- +title: 'list - CLI command' +description: 'Lists installed plugins, capabilities of installed plugins and other available plugins.' +--- + # list Lists installed plugins, capabilities of installed plugins and other available plugins. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/migrate.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/migrate.md index c1c23173c2e8c..83d5bae7ee253 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/migrate.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/migrate.md @@ -1,3 +1,11 @@ +--- +title: "migrate - CLI command" +description: "Creates a migrations file or runs migrations from the migrations file. +- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest) +- Run migrations (e.g., nx migrate --run-migrations=migrations.json) +" +--- + # migrate Creates a migrations file or runs migrations from the migrations file. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/print-affected.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/print-affected.md index 5627ad66273e1..d480fc4d439cc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/print-affected.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/print-affected.md @@ -1,3 +1,8 @@ +--- +title: 'print-affected - CLI command' +description: 'Prints information about the projects and targets affected by changes' +--- + # print-affected Prints information about the projects and targets affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/report.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/report.md index 0fae67a84edb3..ed66e158d159f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/report.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/report.md @@ -1,3 +1,8 @@ +--- +title: 'report - CLI command' +description: 'Reports useful version numbers to copy into the Nx issue template' +--- + # report Reports useful version numbers to copy into the Nx issue template diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/reset.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/reset.md index 39dc0a2e8f645..a81c0d4c4effa 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/reset.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/reset.md @@ -1,3 +1,8 @@ +--- +title: 'reset - CLI command' +description: 'Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon.' +--- + # reset Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/run-many.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/run-many.md index 2167dcd5dcb25..85a37a222f3ae 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/run-many.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/run-many.md @@ -1,3 +1,8 @@ +--- +title: 'run-many - CLI command' +description: 'Run target for multiple listed projects' +--- + # run-many Run target for multiple listed projects diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/run.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/run.md index bab1aa42a3b34..91a720d5d6724 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/run.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/run.md @@ -1,3 +1,8 @@ +--- +title: 'run - CLI command' +description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +--- + # run Runs an Architect target with an optional custom builder configuration defined in your project. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/serve.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/serve.md index 0f0b8e130b704..9eb3e6cec3a67 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/serve.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/serve.md @@ -1,3 +1,8 @@ +--- +title: 'serve - CLI command' +description: 'Builds and serves an application, rebuilding on file changes.' +--- + # serve Builds and serves an application, rebuilding on file changes. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/test.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/test.md index cf86963e7e7df..3c1483a640dca 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/test.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/test.md @@ -1,3 +1,8 @@ +--- +title: 'test - CLI command' +description: 'Runs unit tests in a project using the configured unit test runner.' +--- + # test Runs unit tests in a project using the configured unit test runner. diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/workspace-generator.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/workspace-generator.md index 20d68b180332b..c9915c1a76c64 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/workspace-generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: 'workspace-generator - CLI command' +description: 'Runs a workspace generator from the tools/generators directory' +--- + # workspace-generator Runs a workspace generator from the tools/generators directory diff --git a/nx-dev/nx-dev/public/documentation/latest/node/cli/workspace-lint.md b/nx-dev/nx-dev/public/documentation/latest/node/cli/workspace-lint.md index e72c80e2f0206..193bf2a76bf33 100644 --- a/nx-dev/nx-dev/public/documentation/latest/node/cli/workspace-lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/node/cli/workspace-lint.md @@ -1,6 +1,11 @@ +--- +title: 'workspace-lint - CLI command' +description: 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file' +--- + # workspace-lint -Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file +Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file ## Usage diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/delegate-build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/delegate-build.md index b1ac83b9c029d..535e4e3597753 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/delegate-build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/delegate-build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:delegate-build executor' +description: 'Delegates the build to a different target while supporting incremental builds.' +--- + # @nrwl/angular:delegate-build Delegates the build to a different target while supporting incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/ng-packagr-lite.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/ng-packagr-lite.md index 8a961af8ba177..ee83f92bfed87 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/ng-packagr-lite.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/ng-packagr-lite.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ng-packagr-lite executor' +description: 'Builds a library with support for incremental builds.' +--- + # @nrwl/angular:ng-packagr-lite Builds a library with support for incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/package.md index c0cb8912e76f8..9734b6a769611 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:package executor' +description: 'Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds.' +--- + # @nrwl/angular:package Builds and packages an Angular library to be distributed as an NPM package. It supports incremental builds. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-browser.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-browser.md index 0ca1627dfcb98..b103e9e31be94 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-browser.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-browser.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-browser executor' +description: 'Builds a browser application with support for incremental builds and custom webpack configuration.' +--- + # @nrwl/angular:webpack-browser Builds a browser application with support for incremental builds and custom webpack configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-server.md index 2e25c624e7ff0..8a2fa9e6252da 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/executors/webpack-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:webpack-server executor' +description: 'Serves a browser application with support for a custom webpack configuration.' +--- + # @nrwl/angular:webpack-server Serves a browser application with support for a custom webpack configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/application.md index 7cff20d1779f8..c1f238c8f29be 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:application generator' +description: 'Creates an Angular application.' +--- + # @nrwl/angular:application Creates an Angular application. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/convert-tslint-to-eslint.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/convert-tslint-to-eslint.md index d2fef5aacb165..db65a46a8a14f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/convert-tslint-to-eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:convert-tslint-to-eslint generator' +description: 'Converts a project from TSLint to ESLint.' +--- + # @nrwl/angular:convert-tslint-to-eslint Converts a project from TSLint to ESLint. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/downgrade-module.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/downgrade-module.md index ad25f18086ac3..99ac2aa89b171 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/downgrade-module.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/downgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:downgrade-module generator' +description: 'Sets up a Downgrade Module.' +--- + # @nrwl/angular:downgrade-module Sets up a Downgrade Module. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/karma-project.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/karma-project.md index 969f6c93501f7..75ed0795117f7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/karma-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/karma-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma-project generator' +description: 'Adds Karma configuration to a project.' +--- + # @nrwl/angular:karma-project Adds Karma configuration to a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/karma.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/karma.md index e22e93b40430b..c2595c7722b83 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/karma.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/karma.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:karma generator' +description: 'Adds Karma configuration to a workspace.' +--- + # @nrwl/angular:karma Adds Karma configuration to a workspace. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/library-secondary-entry-point.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/library-secondary-entry-point.md index 72c6de56830dd..dd635696555c4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/library-secondary-entry-point.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/library-secondary-entry-point.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library-secondary-entry-point generator' +description: 'Creates a secondary entry point for an Angular publishable library.' +--- + # @nrwl/angular:library-secondary-entry-point Creates a secondary entry point for an Angular publishable library. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/library.md index 716326edeffcd..b9ea57e15b45a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:library generator' +description: 'Creates an Angular library.' +--- + # @nrwl/angular:library Creates an Angular library. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/move.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/move.md index 465bea4e13ad5..0a9a0d756f384 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/move.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:move generator' +description: 'Moves an Angular application or library to another folder within the workspace and updates the project configuration.' +--- + # @nrwl/angular:move Moves an Angular application or library to another folder within the workspace and updates the project configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/ngrx.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/ngrx.md index 2180e4c483d72..433d6f2a305aa 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/ngrx.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/ngrx.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:ngrx generator' +description: 'Adds NgRx support to an application or library.' +--- + # @nrwl/angular:ngrx Adds NgRx support to an application or library. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/scam.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/scam.md index 0f000799fa0fb..e129fb7447e49 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/scam.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/scam.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:scam generator' +description: 'Generate a component with an accompanying Single Component Angular Module (SCAM).' +--- + # @nrwl/angular:scam Generate a component with an accompanying Single Component Angular Module (SCAM). diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/setup-mfe.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/setup-mfe.md index 4726ba5d73bc7..0bf991ae960b8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/setup-mfe.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/setup-mfe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:setup-mfe generator' +description: 'Generate a Module Federation configuration for a given Angular application.' +--- + # @nrwl/angular:setup-mfe Generate a Module Federation configuration for a given Angular application. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/stories.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/stories.md index 674775abbecd0..399453eea78e2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/stories.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:stories generator' +description: 'Creates stories/specs for all components declared in a project.' +--- + # @nrwl/angular:stories Creates stories/specs for all components declared in a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-configuration.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-configuration.md index 1f938b6626a10..c56c5bbe93670 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-configuration generator' +description: 'Adds Storybook configuration to a project.' +--- + # @nrwl/angular:storybook-configuration Adds Storybook configuration to a project. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-migrate-defaults-5-to-6.md index 90d06a282c5c1..dd0010a3a578d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-defaults-5-to-6 generator' +description: 'Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/angular:storybook-migrate-defaults-5-to-6 Generates default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-migrate-stories-to-6-2.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-migrate-stories-to-6-2.md index 4be8043415642..a81530a233003 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-migrate-stories-to-6-2.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/storybook-migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:storybook-migrate-stories-to-6-2 generator' +description: 'Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export.' +--- + # @nrwl/angular:storybook-migrate-stories-to-6-2 Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/upgrade-module.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/upgrade-module.md index 4d1bfae913c13..7cbcd4152e1a3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/upgrade-module.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/upgrade-module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:upgrade-module generator' +description: 'Sets up an Upgrade Module.' +--- + # @nrwl/angular:upgrade-module Sets up an Upgrade Module. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/web-worker.md b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/web-worker.md index 1f7cbef036d4f..293af264e71da 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/web-worker.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-angular/generators/web-worker.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/angular:web-worker generator' +description: 'Creates a Web Worker.' +--- + # @nrwl/angular:web-worker Creates a Web Worker. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-cypress/executors/cypress.md b/nx-dev/nx-dev/public/documentation/latest/react/api-cypress/executors/cypress.md index 71239a2abb5ba..555addb70a79a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-cypress/executors/cypress.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-cypress/executors/cypress.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/cypress:cypress executor' +description: 'Run Cypress e2e tests' +--- + # @nrwl/cypress:cypress Run Cypress e2e tests diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-detox/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-detox/executors/build.md index f05e86b9a132a..f59448dc6e801 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-detox/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-detox/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:build executor' +description: 'Run the command defined in build property of the specified configuration.' +--- + # @nrwl/detox:build Run the command defined in build property of the specified configuration. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-detox/executors/test.md b/nx-dev/nx-dev/public/documentation/latest/react/api-detox/executors/test.md index 0924c8c2d0786..c0b0750151bc4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-detox/executors/test.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-detox/executors/test.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:test executor' +description: 'Initiating your detox test suite.' +--- + # @nrwl/detox:test Initiating your detox test suite. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-detox/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-detox/generators/application.md index d4623cead290e..36b863db4a554 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-detox/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-detox/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/detox:application generator' +description: 'Create a detox application' +--- + # @nrwl/detox:application Create a detox application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-express/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-express/generators/application.md index 5c42e54ae5e68..9adb7242155bc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-express/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-express/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/express:application generator' +description: 'Create an express application' +--- + # @nrwl/express:application Create an express application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/build.md index 872c7ef2d4688..1c5a251f452f1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:build executor' +description: 'Build a Gatsby app' +--- + # @nrwl/gatsby:build Build a Gatsby app diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/server.md index 5dedfcd708237..865f09a304b82 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:server executor' +description: 'Starts server for app' +--- + # @nrwl/gatsby:server Starts server for app diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/application.md index bd327dcef9065..066cb740da8b8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:application generator' +description: 'Create an application' +--- + # @nrwl/gatsby:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/component.md index 558a6a9be373c..a79ef064e827e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:component generator' +description: 'Create a component' +--- + # @nrwl/gatsby:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/page.md b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/page.md index 440778b0b64d0..9d70c6a17176a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/page.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-gatsby/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/gatsby:page generator' +description: 'Create a page' +--- + # @nrwl/gatsby:page Create a page diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-jest/executors/jest.md b/nx-dev/nx-dev/public/documentation/latest/react/api-jest/executors/jest.md index 011f3e1179749..e9d9cc15cbac2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-jest/executors/jest.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-jest/executors/jest.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/jest:jest executor' +description: 'Run Jest unit tests' +--- + # @nrwl/jest:jest Run Jest unit tests diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-js/executors/tsc.md b/nx-dev/nx-dev/public/documentation/latest/react/api-js/executors/tsc.md index 0134023b65408..5f0686b63c6bc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-js/executors/tsc.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-js/executors/tsc.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:tsc executor' +description: 'Build a project using TypeScript.' +--- + # @nrwl/js:tsc Build a project using TypeScript. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-js/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-js/generators/application.md index d3cb3f64db891..c9799dd7805f2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-js/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-js/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:application generator' +description: 'Create a application' +--- + # @nrwl/js:application Create a application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-js/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/react/api-js/generators/library.md index c48725f0e4a67..dec223ff4bfe0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-js/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-js/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/js:library generator' +description: 'Create a library' +--- + # @nrwl/js:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/eslint.md b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/eslint.md index e74720bec1c78..ae4ed0c03a003 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:eslint executor' +description: 'Run ESLint on a project' +--- + # @nrwl/linter:eslint Run ESLint on a project diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/lint.md b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/lint.md index 1cb04d736c810..2b4b8000e26f3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/executors/lint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:lint executor' +description: '**[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0' +--- + # @nrwl/linter:lint **[DEPRECATED]**: Please use the eslint builder instead, an automated migration was provided in v10.3.0 diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/generators/workspace-rule.md b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/generators/workspace-rule.md index b077b41106b37..ac04b9e34205d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-linter/generators/workspace-rule.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-linter/generators/workspace-rule.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/linter:workspace-rule generator' +description: 'Create a new workspace ESLint rule' +--- + # @nrwl/linter:workspace-rule Create a new workspace ESLint rule diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/application.md index 77a843ac59066..fde171a1ed2de 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:application generator' +description: 'Create a NestJS application.' +--- + # @nrwl/nest:application Create a NestJS application. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/class.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/class.md index 252b43d4c93d1..a652e44eae90f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/class.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/class.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:class generator' +description: 'Run the `class` NestJS generator with Nx project support.' +--- + # @nrwl/nest:class Run the `class` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/controller.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/controller.md index c1a2d3e800de4..2c68a995101ec 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/controller.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/controller.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:controller generator' +description: 'Run the `controller` NestJS generator with Nx project support.' +--- + # @nrwl/nest:controller Run the `controller` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/convert-tslint-to-eslint.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/convert-tslint-to-eslint.md index 05793ccace2e5..f13547958f506 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/convert-tslint-to-eslint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/convert-tslint-to-eslint.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:convert-tslint-to-eslint generator' +description: 'Convert a project from TSLint to ESLint.' +--- + # @nrwl/nest:convert-tslint-to-eslint Convert a project from TSLint to ESLint. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/decorator.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/decorator.md index 3f35c60e08550..30e98953db973 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/decorator.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/decorator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:decorator generator' +description: 'Run the `decorator` NestJS generator with Nx project support.' +--- + # @nrwl/nest:decorator Run the `decorator` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/filter.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/filter.md index 7a7188b24b7aa..ebd2cf9c75500 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/filter.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/filter.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:filter generator' +description: 'Run the `filter` NestJS generator with Nx project support.' +--- + # @nrwl/nest:filter Run the `filter` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/gateway.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/gateway.md index d83fefa3ce31d..4ae8d463dace4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/gateway.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/gateway.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:gateway generator' +description: 'Run the `gateway` NestJS generator with Nx project support.' +--- + # @nrwl/nest:gateway Run the `gateway` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/guard.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/guard.md index 6d5c69385b42d..e42e94cef418a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/guard.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/guard.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:guard generator' +description: 'Run the `guard` NestJS generator with Nx project support.' +--- + # @nrwl/nest:guard Run the `guard` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/interceptor.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/interceptor.md index 160a81b83554b..f48bf5cfd596a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/interceptor.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/interceptor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interceptor generator' +description: 'Run the `interceptor` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interceptor Run the `interceptor` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/interface.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/interface.md index f12872eecfd62..c92aa0cb547bb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/interface.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/interface.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:interface generator' +description: 'Run the `interface` NestJS generator with Nx project support.' +--- + # @nrwl/nest:interface Run the `interface` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/library.md index 6ef2efeac6b38..4a886fcea6f2c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:library generator' +description: 'Create a new NestJS library.' +--- + # @nrwl/nest:library Create a new NestJS library. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/middleware.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/middleware.md index 50b7f66097e8b..5e4b0c40a333f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/middleware.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/middleware.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:middleware generator' +description: 'Run the `middleware` NestJS generator with Nx project support.' +--- + # @nrwl/nest:middleware Run the `middleware` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/module.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/module.md index 61e9161832ba2..a98640fa8d4ea 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/module.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/module.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:module generator' +description: 'Run the `module` NestJS generator with Nx project support.' +--- + # @nrwl/nest:module Run the `module` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/pipe.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/pipe.md index 073c9d1e93b1c..2b1926407733e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/pipe.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/pipe.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:pipe generator' +description: 'Run the `pipe` NestJS generator with Nx project support.' +--- + # @nrwl/nest:pipe Run the `pipe` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/provider.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/provider.md index ae8d031c9510a..17e4166dd856e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/provider.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/provider.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:provider generator' +description: 'Run the `provider` NestJS generator with Nx project support.' +--- + # @nrwl/nest:provider Run the `provider` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/resolver.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/resolver.md index fa5da4a632b46..afca3530fb9a7 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/resolver.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/resolver.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resolver generator' +description: 'Run the `resolver` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resolver Run the `resolver` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/resource.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/resource.md index c29610866d640..35e19905aae31 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/resource.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/resource.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:resource generator' +description: 'Run the `resource` NestJS generator with Nx project support.' +--- + # @nrwl/nest:resource Run the `resource` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/service.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/service.md index 1039223e1b8ce..976473c4f81f8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/service.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nest/generators/service.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nest:service generator' +description: 'Run the `service` NestJS generator with Nx project support.' +--- + # @nrwl/nest:service Run the `service` NestJS generator with Nx project support. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/build.md index 34aea92cc095d..0471072f744c8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:build executor' +description: 'Build a Next.js app' +--- + # @nrwl/next:build Build a Next.js app diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/export.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/export.md index f9820a7ec0a9f..7e059e96f8818 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/export.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/export.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:export executor' +description: 'Export a Next.js app. The exported application is located at dist/$outputPath/exported.' +--- + # @nrwl/next:export Export a Next.js app. The exported application is located at dist/$outputPath/exported. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/server.md index 51b5b49898b2a..4843204a209be 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/executors/server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:server executor' +description: 'Serve a Next.js app' +--- + # @nrwl/next:server Serve a Next.js app diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/application.md index ce9542860519f..03d7b901027fc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:application generator' +description: 'Create a Next.js application' +--- + # @nrwl/next:application Create a Next.js application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/component.md index 6bca940495e76..b3528c8138ae5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:component generator' +description: 'Create a React component' +--- + # @nrwl/next:component Create a React component diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/page.md b/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/page.md index 2205b77679bb1..9f8a70dbdefc9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/page.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-next/generators/page.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/next:page generator' +description: 'Create a Next.js page component' +--- + # @nrwl/next:page Create a Next.js page component diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/build.md index e4c9e13a61ce0..c1e73e6e75ff4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:build executor' +description: 'Build a Node application' +--- + # @nrwl/node:build Build a Node application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/execute.md b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/execute.md index 1f69d40c89942..6f831ce7fa81c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/execute.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/execute.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:execute executor' +description: 'Execute a Node application' +--- + # @nrwl/node:execute Execute a Node application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/package.md b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/package.md index ed70201166602..a75ddc8129b9d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/package.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-node/executors/package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:package executor' +description: 'Package a Node library' +--- + # @nrwl/node:package Package a Node library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-node/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-node/generators/application.md index 3d3e383f42d85..3144b0ab63d9d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-node/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-node/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:application generator' +description: 'Create a node application' +--- + # @nrwl/node:application Create a node application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-node/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/react/api-node/generators/library.md index 0bab8322c7b22..7125261ae51e2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-node/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-node/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/node:library generator' +description: 'Create a library' +--- + # @nrwl/node:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/executors/e2e.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/executors/e2e.md index 3edd161e26dd9..107511f9dbd02 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/executors/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/executors/e2e.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:e2e executor' +description: 'Creates and runs the e2e tests for an Nx Plugin.' +--- + # @nrwl/nx-plugin:e2e Creates and runs the e2e tests for an Nx Plugin. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/executor.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/executor.md index e740f0c1a1d5a..9ba010200f3be 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/executor.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/executor.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:executor generator' +description: 'Create a executor for an Nx Plugin' +--- + # @nrwl/nx-plugin:executor Create a executor for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/generator.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/generator.md index 49caeedc13084..9e93ca51e08ff 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:generator generator' +description: 'Create a generator for an Nx Plugin' +--- + # @nrwl/nx-plugin:generator Create a generator for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/migration.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/migration.md index 8f1d8e7bd4ed9..0a89776490529 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/migration.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/migration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:migration generator' +description: 'Create a migration for an Nx Plugin' +--- + # @nrwl/nx-plugin:migration Create a migration for an Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/plugin.md b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/plugin.md index 96f2cd5ce257e..7e55a8d6743b2 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/plugin.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-nx-plugin/generators/plugin.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/nx-plugin:plugin generator' +description: 'Create a Nx Plugin' +--- + # @nrwl/nx-plugin:plugin Create a Nx Plugin diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/build-android.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/build-android.md index e482636d70190..0c74616ec7f34 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/build-android.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/build-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:build-android executor' +description: 'Release Build for Android.' +--- + # @nrwl/react-native:build-android Release Build for Android. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/bundle.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/bundle.md index ddfe2cdfbd3d2..7136976133959 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/bundle.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/bundle.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:bundle executor' +description: 'Builds the JS bundle.' +--- + # @nrwl/react-native:bundle Builds the JS bundle. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/ensure-symlink.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/ensure-symlink.md index fc674026bd787..7cbf7536500c1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/ensure-symlink.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/ensure-symlink.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:ensure-symlink executor' +description: "Ensure workspace node_modules is symlink under app's node_modules folder." +--- + # @nrwl/react-native:ensure-symlink Ensure workspace node_modules is symlink under app's node_modules folder. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/run-android.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/run-android.md index b5234845b89d3..8fb400a29b4fd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/run-android.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/run-android.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-android executor' +description: 'Runs Android application.' +--- + # @nrwl/react-native:run-android Runs Android application. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/run-ios.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/run-ios.md index 0c7c27a757966..090f226b841e8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/run-ios.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/run-ios.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:run-ios executor' +description: 'Runs iOS application.' +--- + # @nrwl/react-native:run-ios Runs iOS application. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/start.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/start.md index 3e5b8f63481c8..1fc0a0763f76f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/start.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/start.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:start executor' +description: 'Starts the dev server for JS bundle.' +--- + # @nrwl/react-native:start Starts the dev server for JS bundle. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/sync-deps.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/sync-deps.md index 1557bf080f945..9caa5bc9c9009 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/sync-deps.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/executors/sync-deps.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:sync-deps executor' +description: 'Syncs dependencies to package.json (required for autolinking).' +--- + # @nrwl/react-native:sync-deps Syncs dependencies to package.json (required for autolinking). diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/application.md index 9d531048d8c34..150e0a42ad308 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:application generator' +description: 'Create an application' +--- + # @nrwl/react-native:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/component.md index 4070af5e98d3e..a08108f0a9766 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:component generator' +description: 'Create a component' +--- + # @nrwl/react-native:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/library.md index 2f26c9872b83f..1c080087088cd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react-native/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react-native:library generator' +description: 'Create a library' +--- + # @nrwl/react-native:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/application.md index 7bfb7b5a053f4..51764bd9a35c4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:application generator' +description: 'Create an application' +--- + # @nrwl/react:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component-cypress-spec.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component-cypress-spec.md index 1988a9168ccb7..f69d0785a5e84 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component-cypress-spec.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component-cypress-spec.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-cypress-spec generator' +description: 'Create a cypress spec for a ui component that has a story' +--- + # @nrwl/react:component-cypress-spec Create a cypress spec for a ui component that has a story diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component-story.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component-story.md index 9793d5e17331f..5812759ece9d9 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component-story.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component-story.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component-story generator' +description: 'Generate storybook story for a react component' +--- + # @nrwl/react:component-story Generate storybook story for a react component diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component.md index 271da317e3aae..9864fac37ab8b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/component.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:component generator' +description: 'Create a component' +--- + # @nrwl/react:component Create a component diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/hook.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/hook.md index fbad0e6878287..93c6f2c85c5a4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/hook.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/hook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:hook generator' +description: 'Create a hook' +--- + # @nrwl/react:hook Create a hook diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/library.md index 9f2d2bb1444d6..f636d12ccdef4 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:library generator' +description: 'Create a library' +--- + # @nrwl/react:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/redux.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/redux.md index c83451204909d..95929652f2d45 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/redux.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/redux.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:redux generator' +description: 'Create a redux slice for a project' +--- + # @nrwl/react:redux Create a redux slice for a project diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/stories.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/stories.md index 1134c264949e9..65ff592c37a70 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/stories.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/stories.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:stories generator' +description: 'Create stories/specs for all components declared in a library' +--- + # @nrwl/react:stories Create stories/specs for all components declared in a library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/storybook-configuration.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/storybook-configuration.md index 747319e39fdd0..dfe1a2e6df957 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/storybook-configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/storybook-configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-configuration generator' +description: 'Set up storybook for a react library' +--- + # @nrwl/react:storybook-configuration Set up storybook for a react library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/storybook-migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/storybook-migrate-defaults-5-to-6.md index 084f863f1de9a..c340edc3f004c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/storybook-migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-react/generators/storybook-migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/react:storybook-migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/react:storybook-migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/build.md b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/build.md index 0d8627e56570c..08da4caf48da6 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/build.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:build executor' +description: 'Build Storybook' +--- + # @nrwl/storybook:build Build Storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/storybook.md b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/storybook.md index 91aa4a5a2a6f7..6708c13a964c1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/storybook.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/executors/storybook.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:storybook executor' +description: 'Serve Storybook' +--- + # @nrwl/storybook:storybook Serve Storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/configuration.md b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/configuration.md index a7a318f69ca91..0fde868742034 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/configuration.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/configuration.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:configuration generator' +description: 'Add storybook configuration to a ui library or an application' +--- + # @nrwl/storybook:configuration Add storybook configuration to a ui library or an application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/cypress-project.md b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/cypress-project.md index 9dc464fc0c282..6d7e27b71220a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/cypress-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/cypress-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:cypress-project generator' +description: 'Add cypress e2e app to test a ui library that is set up for storybook' +--- + # @nrwl/storybook:cypress-project Add cypress e2e app to test a ui library that is set up for storybook diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/migrate-defaults-5-to-6.md b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/migrate-defaults-5-to-6.md index e7b78cfbc0d92..2d89444bb8fb1 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/migrate-defaults-5-to-6.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/migrate-defaults-5-to-6.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-defaults-5-to-6 generator' +description: 'Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x.' +--- + # @nrwl/storybook:migrate-defaults-5-to-6 Generate default Storybook configuration files using Storybook version >=6.x specs, for projects that already have Storybook instances and configurations of versions <6.x. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/migrate-stories-to-6-2.md b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/migrate-stories-to-6-2.md index f08702f2dadc2..a980e2e39067c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/migrate-stories-to-6-2.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-storybook/generators/migrate-stories-to-6-2.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/storybook:migrate-stories-to-6-2 generator' +description: 'Migrate stories syntax to 6.2' +--- + # @nrwl/storybook:migrate-stories-to-6-2 Migrate stories syntax to 6.2 diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/dev-server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/dev-server.md index 777b518f5e75e..b391b9c1872d0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/dev-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/dev-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:dev-server executor' +description: 'Serve a web application' +--- + # @nrwl/web:dev-server Serve a web application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/file-server.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/file-server.md index 35843ad0e440b..156a78a8ddb7f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/file-server.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/file-server.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:file-server executor' +description: 'Serve a web application from a folder' +--- + # @nrwl/web:file-server Serve a web application from a folder diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/rollup.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/rollup.md index 51d28dbcfff74..360f9f9e94ad5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/rollup.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/rollup.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:rollup executor' +description: 'Package a library using rollup' +--- + # @nrwl/web:rollup Package a library using rollup diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/webpack.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/webpack.md index fa14fe3533759..e102bda6ebccf 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/webpack.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/executors/webpack.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:webpack executor' +description: 'Build an application using webpack' +--- + # @nrwl/web:webpack Build an application using webpack diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-web/generators/application.md b/nx-dev/nx-dev/public/documentation/latest/react/api-web/generators/application.md index 8becab523a696..dc333565f0ccb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-web/generators/application.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-web/generators/application.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/web:application generator' +description: 'Create an application' +--- + # @nrwl/web:application Create an application diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-commands.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-commands.md index e17c257f003e2..73be1d83e8d6c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands executor' +description: 'Run any custom commands with Nx' +--- + # @nrwl/workspace:run-commands Run any custom commands with Nx diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-script.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-script.md index 493949f2ade8d..2ff3e3eec1f65 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-script.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/executors/run-script.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-script executor' +description: 'Run an npm script using Nx' +--- + # @nrwl/workspace:run-script Run an npm script using Nx diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/convert-to-nx-project.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/convert-to-nx-project.md index 2d2cf8dd0ca77..abcba6ffdf132 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/convert-to-nx-project.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/convert-to-nx-project.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:convert-to-nx-project generator' +description: "Moves a project's configuration outside of workspace.json" +--- + # @nrwl/workspace:convert-to-nx-project Moves a project's configuration outside of workspace.json diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/library.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/library.md index 6830e9675f231..49245254c0e65 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/library.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/library.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:library generator' +description: 'Create a library' +--- + # @nrwl/workspace:library Create a library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/move.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/move.md index 3ac4256884f50..cde24e0be6934 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/move.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/move.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:move generator' +description: 'Move an application or library to another folder' +--- + # @nrwl/workspace:move Move an application or library to another folder diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/npm-package.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/npm-package.md index c8b22b92ca30a..ca5ad7bdc561d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/npm-package.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/npm-package.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:npm-package generator' +description: 'Create a minimal npm package' +--- + # @nrwl/workspace:npm-package Create a minimal npm package diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/remove.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/remove.md index 84141afecc86d..494639ce2632c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/remove.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/remove.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:remove generator' +description: 'Remove an application or library' +--- + # @nrwl/workspace:remove Remove an application or library diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/run-commands.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/run-commands.md index 856421c372060..79cb2ee0ef37a 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/run-commands.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/run-commands.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:run-commands generator' +description: 'Generates a target to run any command in the terminal' +--- + # @nrwl/workspace:run-commands Generates a target to run any command in the terminal diff --git a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/workspace-generator.md b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/workspace-generator.md index 93d12ff310f0d..99fdf2e494cb8 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/workspace-generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/api-workspace/generators/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: '@nrwl/workspace:workspace-generator generator' +description: 'Generates a workspace generator' +--- + # @nrwl/workspace:workspace-generator Generates a workspace generator diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-apps.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-apps.md index 24328a2f500f7..8a7a9cdbd45d5 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-apps.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-apps.md @@ -1,3 +1,8 @@ +--- +title: 'affected:apps - CLI command' +description: 'Print applications affected by changes' +--- + # affected:apps Print applications affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-build.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-build.md index 5a44ab0572fb7..496a757652821 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-build.md @@ -1,3 +1,8 @@ +--- +title: 'affected:build - CLI command' +description: 'Build applications and publishable libraries affected by changes' +--- + # affected:build Build applications and publishable libraries affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-dep-graph.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-dep-graph.md index c05dbc0f16044..837fe6494f69e 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-dep-graph.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'affected:dep-graph - CLI command' +description: 'Graph dependencies affected by changes' +--- + # affected:dep-graph Graph dependencies affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-e2e.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-e2e.md index 318ba9ba7570a..09e799bdb09a0 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-e2e.md @@ -1,3 +1,8 @@ +--- +title: 'affected:e2e - CLI command' +description: 'Run e2e tests for the applications affected by changes' +--- + # affected:e2e Run e2e tests for the applications affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-libs.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-libs.md index 62864f72bfae4..e75edf09841cd 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-libs.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-libs.md @@ -1,3 +1,8 @@ +--- +title: 'affected:libs - CLI command' +description: 'Print libraries affected by changes' +--- + # affected:libs Print libraries affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-lint.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-lint.md index dc95f58a17ab4..bfbf9c1c1627b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-lint.md @@ -1,3 +1,8 @@ +--- +title: 'affected:lint - CLI command' +description: 'Lint projects affected by changes' +--- + # affected:lint Lint projects affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-test.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-test.md index 67a2575278876..5859c7b8e1587 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-test.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected-test.md @@ -1,3 +1,8 @@ +--- +title: 'affected:test - CLI command' +description: 'Test projects affected by changes' +--- + # affected:test Test projects affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected.md index 7950a715bf94a..92b3cd456a24c 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/affected.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/affected.md @@ -1,3 +1,8 @@ +--- +title: 'affected - CLI command' +description: 'Run target for affected projects' +--- + # affected Run target for affected projects diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/build.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/build.md index f12f82e8b1ff4..3890bcd249a84 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/build.md @@ -1,3 +1,8 @@ +--- +title: 'build - CLI command' +description: 'Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.' +--- + # build Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/connect-to-nx-cloud.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/connect-to-nx-cloud.md index ef9618b963b7b..e5ddd7d4681ad 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/connect-to-nx-cloud.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/connect-to-nx-cloud.md @@ -1,3 +1,8 @@ +--- +title: 'connect-to-nx-cloud - CLI command' +description: 'Makes sure the workspace is connected to Nx Cloud' +--- + # connect-to-nx-cloud Makes sure the workspace is connected to Nx Cloud diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/daemon.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/daemon.md index 8b15a5a8e00d2..9f729602e9b1f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/daemon.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/daemon.md @@ -1,3 +1,8 @@ +--- +title: 'daemon - CLI command' +description: "EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph." +--- + # daemon EXPERIMENTAL: Nx DaemonThe Nx Daemon is a local server which runs in the background in order to intelligently cache information about the workspace's project graph. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/dep-graph.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/dep-graph.md index 8dbbd49c6c012..8356b563781ff 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/dep-graph.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/dep-graph.md @@ -1,3 +1,8 @@ +--- +title: 'dep-graph - CLI command' +description: 'Graph dependencies within workspace' +--- + # dep-graph Graph dependencies within workspace diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/e2e.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/e2e.md index 59235e7a251f6..6271b2d3e5b9b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/e2e.md @@ -1,3 +1,8 @@ +--- +title: 'e2e - CLI command' +description: 'Builds and serves an app, then runs end-to-end tests using the configured E2E test runner.' +--- + # e2e Builds and serves an app, then runs end-to-end tests using the configured E2E test runner. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/format-check.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/format-check.md index 25e4be0be03e1..54ce4ccb514fb 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/format-check.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/format-check.md @@ -1,3 +1,8 @@ +--- +title: 'format:check - CLI command' +description: 'Check for un-formatted files' +--- + # format:check Check for un-formatted files diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/format-write.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/format-write.md index d49e5cab48c34..8f66ad7593eed 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/format-write.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/format-write.md @@ -1,3 +1,8 @@ +--- +title: 'format:write - CLI command' +description: 'Overwrite un-formatted files' +--- + # format:write Overwrite un-formatted files diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/generate.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/generate.md index 77c4d2e11764e..ece284ea1033d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/generate.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/generate.md @@ -1,3 +1,8 @@ +--- +title: 'generate - CLI command' +description: 'Runs a generator that creates and/or modifies files based on a generator from a collection.' +--- + # generate Runs a generator that creates and/or modifies files based on a generator from a collection. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/lint.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/lint.md index 9dd5c71153014..d13a85b591813 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/lint.md @@ -1,3 +1,8 @@ +--- +title: 'lint - CLI command' +description: 'Runs linting tools on application code in a given project folder using the configured linter.' +--- + # lint Runs linting tools on application code in a given project folder using the configured linter. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/list.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/list.md index be0433be1a342..9f055f0e2d8e3 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/list.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/list.md @@ -1,3 +1,8 @@ +--- +title: 'list - CLI command' +description: 'Lists installed plugins, capabilities of installed plugins and other available plugins.' +--- + # list Lists installed plugins, capabilities of installed plugins and other available plugins. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/migrate.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/migrate.md index c1c23173c2e8c..83d5bae7ee253 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/migrate.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/migrate.md @@ -1,3 +1,11 @@ +--- +title: "migrate - CLI command" +description: "Creates a migrations file or runs migrations from the migrations file. +- Migrate packages and create migrations.json (e.g., nx migrate @nrwl/workspace@latest) +- Run migrations (e.g., nx migrate --run-migrations=migrations.json) +" +--- + # migrate Creates a migrations file or runs migrations from the migrations file. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/print-affected.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/print-affected.md index 5627ad66273e1..d480fc4d439cc 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/print-affected.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/print-affected.md @@ -1,3 +1,8 @@ +--- +title: 'print-affected - CLI command' +description: 'Prints information about the projects and targets affected by changes' +--- + # print-affected Prints information about the projects and targets affected by changes diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/report.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/report.md index 0fae67a84edb3..ed66e158d159f 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/report.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/report.md @@ -1,3 +1,8 @@ +--- +title: 'report - CLI command' +description: 'Reports useful version numbers to copy into the Nx issue template' +--- + # report Reports useful version numbers to copy into the Nx issue template diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/reset.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/reset.md index 39dc0a2e8f645..a81c0d4c4effa 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/reset.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/reset.md @@ -1,3 +1,8 @@ +--- +title: 'reset - CLI command' +description: 'Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon.' +--- + # reset Clears all the cached Nx artifacts and metadata about the workspace and shuts down the Nx Daemon. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/run-many.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/run-many.md index 2167dcd5dcb25..85a37a222f3ae 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/run-many.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/run-many.md @@ -1,3 +1,8 @@ +--- +title: 'run-many - CLI command' +description: 'Run target for multiple listed projects' +--- + # run-many Run target for multiple listed projects diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/run.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/run.md index bab1aa42a3b34..91a720d5d6724 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/run.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/run.md @@ -1,3 +1,8 @@ +--- +title: 'run - CLI command' +description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +--- + # run Runs an Architect target with an optional custom builder configuration defined in your project. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/serve.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/serve.md index 0f0b8e130b704..9eb3e6cec3a67 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/serve.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/serve.md @@ -1,3 +1,8 @@ +--- +title: 'serve - CLI command' +description: 'Builds and serves an application, rebuilding on file changes.' +--- + # serve Builds and serves an application, rebuilding on file changes. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/test.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/test.md index cf86963e7e7df..3c1483a640dca 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/test.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/test.md @@ -1,3 +1,8 @@ +--- +title: 'test - CLI command' +description: 'Runs unit tests in a project using the configured unit test runner.' +--- + # test Runs unit tests in a project using the configured unit test runner. diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/workspace-generator.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/workspace-generator.md index 20d68b180332b..c9915c1a76c64 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/workspace-generator.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/workspace-generator.md @@ -1,3 +1,8 @@ +--- +title: 'workspace-generator - CLI command' +description: 'Runs a workspace generator from the tools/generators directory' +--- + # workspace-generator Runs a workspace generator from the tools/generators directory diff --git a/nx-dev/nx-dev/public/documentation/latest/react/cli/workspace-lint.md b/nx-dev/nx-dev/public/documentation/latest/react/cli/workspace-lint.md index e72c80e2f0206..193bf2a76bf33 100644 --- a/nx-dev/nx-dev/public/documentation/latest/react/cli/workspace-lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/react/cli/workspace-lint.md @@ -1,6 +1,11 @@ +--- +title: 'workspace-lint - CLI command' +description: 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file' +--- + # workspace-lint -Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file +Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file ## Usage diff --git a/nx-dev/nx-dev/public/documentation/latest/shared/cli/build.md b/nx-dev/nx-dev/public/documentation/latest/shared/cli/build.md index f12f82e8b1ff4..3890bcd249a84 100644 --- a/nx-dev/nx-dev/public/documentation/latest/shared/cli/build.md +++ b/nx-dev/nx-dev/public/documentation/latest/shared/cli/build.md @@ -1,3 +1,8 @@ +--- +title: 'build - CLI command' +description: 'Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory.' +--- + # build Compiles an application into an output directory named dist/ at the given output path. Must be executed from within a workspace directory. diff --git a/nx-dev/nx-dev/public/documentation/latest/shared/cli/e2e.md b/nx-dev/nx-dev/public/documentation/latest/shared/cli/e2e.md index 59235e7a251f6..6271b2d3e5b9b 100644 --- a/nx-dev/nx-dev/public/documentation/latest/shared/cli/e2e.md +++ b/nx-dev/nx-dev/public/documentation/latest/shared/cli/e2e.md @@ -1,3 +1,8 @@ +--- +title: 'e2e - CLI command' +description: 'Builds and serves an app, then runs end-to-end tests using the configured E2E test runner.' +--- + # e2e Builds and serves an app, then runs end-to-end tests using the configured E2E test runner. diff --git a/nx-dev/nx-dev/public/documentation/latest/shared/cli/generate.md b/nx-dev/nx-dev/public/documentation/latest/shared/cli/generate.md index 77c4d2e11764e..ece284ea1033d 100644 --- a/nx-dev/nx-dev/public/documentation/latest/shared/cli/generate.md +++ b/nx-dev/nx-dev/public/documentation/latest/shared/cli/generate.md @@ -1,3 +1,8 @@ +--- +title: 'generate - CLI command' +description: 'Runs a generator that creates and/or modifies files based on a generator from a collection.' +--- + # generate Runs a generator that creates and/or modifies files based on a generator from a collection. diff --git a/nx-dev/nx-dev/public/documentation/latest/shared/cli/lint.md b/nx-dev/nx-dev/public/documentation/latest/shared/cli/lint.md index 9dd5c71153014..d13a85b591813 100644 --- a/nx-dev/nx-dev/public/documentation/latest/shared/cli/lint.md +++ b/nx-dev/nx-dev/public/documentation/latest/shared/cli/lint.md @@ -1,3 +1,8 @@ +--- +title: 'lint - CLI command' +description: 'Runs linting tools on application code in a given project folder using the configured linter.' +--- + # lint Runs linting tools on application code in a given project folder using the configured linter. diff --git a/nx-dev/nx-dev/public/documentation/latest/shared/cli/run.md b/nx-dev/nx-dev/public/documentation/latest/shared/cli/run.md index bab1aa42a3b34..91a720d5d6724 100644 --- a/nx-dev/nx-dev/public/documentation/latest/shared/cli/run.md +++ b/nx-dev/nx-dev/public/documentation/latest/shared/cli/run.md @@ -1,3 +1,8 @@ +--- +title: 'run - CLI command' +description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +--- + # run Runs an Architect target with an optional custom builder configuration defined in your project. diff --git a/nx-dev/nx-dev/public/documentation/latest/shared/cli/serve.md b/nx-dev/nx-dev/public/documentation/latest/shared/cli/serve.md index 0f0b8e130b704..9eb3e6cec3a67 100644 --- a/nx-dev/nx-dev/public/documentation/latest/shared/cli/serve.md +++ b/nx-dev/nx-dev/public/documentation/latest/shared/cli/serve.md @@ -1,3 +1,8 @@ +--- +title: 'serve - CLI command' +description: 'Builds and serves an application, rebuilding on file changes.' +--- + # serve Builds and serves an application, rebuilding on file changes. diff --git a/nx-dev/nx-dev/public/documentation/latest/shared/cli/test.md b/nx-dev/nx-dev/public/documentation/latest/shared/cli/test.md index cf86963e7e7df..3c1483a640dca 100644 --- a/nx-dev/nx-dev/public/documentation/latest/shared/cli/test.md +++ b/nx-dev/nx-dev/public/documentation/latest/shared/cli/test.md @@ -1,3 +1,8 @@ +--- +title: 'test - CLI command' +description: 'Runs unit tests in a project using the configured unit test runner.' +--- + # test Runs unit tests in a project using the configured unit test runner. diff --git a/packages/workspace/src/command-line/nx-commands.ts b/packages/workspace/src/command-line/nx-commands.ts index e9eb6dbb3f42c..57b54f59e4809 100644 --- a/packages/workspace/src/command-line/nx-commands.ts +++ b/packages/workspace/src/command-line/nx-commands.ts @@ -228,7 +228,7 @@ npx nx daemon .command( 'workspace-lint [files..]', chalk.bold( - 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the ".nxignore" file' + 'Lint workspace or list of files. Note: To exclude files from this lint rule, you can add them to the `.nxignore` file' ), noop, async (_) => (await import('./lint')).workspaceLint() diff --git a/scripts/documentation/generate-cli-data.ts b/scripts/documentation/generate-cli-data.ts index ecd9294a76d9d..fb9a0ebc3a945 100644 --- a/scripts/documentation/generate-cli-data.ts +++ b/scripts/documentation/generate-cli-data.ts @@ -111,6 +111,10 @@ export async function generateCLIDocumentation() { function generateMarkdown(command: ParsedCommand) { let template = dedent` +--- +title: "${command.name} - CLI command" +description: "${command.description}" +--- # ${command.name} ${command.description} diff --git a/scripts/documentation/generate-executors-data.ts b/scripts/documentation/generate-executors-data.ts index 18f1adf937fbd..a1c4af2b36cf6 100644 --- a/scripts/documentation/generate-executors-data.ts +++ b/scripts/documentation/generate-executors-data.ts @@ -75,30 +75,34 @@ function generateSchematicList( function generateTemplate( framework: Framework, - builder + executor ): { name: string; template: string } { const filename = framework === 'angular' ? 'angular.json' : 'workspace.json'; const cliCommand = 'nx'; let template = dedent` - # ${builder.collectionName}:${builder.name} - ${builder.description} +--- +title: "${executor.collectionName}:${executor.name} executor" +description: "${executor.description}" +--- +# ${executor.collectionName}:${executor.name} +${executor.description} - Options can be configured in \`${filename}\` when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/core-concepts/configuration#targets. - \n`; +Options can be configured in \`${filename}\` when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/core-concepts/configuration#targets. +\n`; - if (builder.examplesFileFullPath) { + if (executor.examplesFileFullPath) { template += `## Examples\n`; - let examples = readFileSync(builder.examplesFileFullPath) + let examples = readFileSync(executor.examplesFileFullPath) .toString() .replace(/<%= cli %>/gm, cliCommand); template += dedent`${examples}\n`; } - if (Array.isArray(builder.options) && !!builder.options.length) { + if (Array.isArray(executor.options) && !!executor.options.length) { template += '## Options'; - builder.options + executor.options .sort((a, b) => sortAlphabeticallyFunction(a.name, b.name)) .sort((a, b) => sortByBooleanFunction(a.required, b.required)) .forEach((option) => { @@ -157,7 +161,7 @@ function generateTemplate( }); } - return { name: builder.name, template }; + return { name: executor.name, template }; } export async function generateExecutorsDocumentation() { diff --git a/scripts/documentation/generate-generators-data.ts b/scripts/documentation/generate-generators-data.ts index fde6142ec2516..2b833d86666e5 100644 --- a/scripts/documentation/generate-generators-data.ts +++ b/scripts/documentation/generate-generators-data.ts @@ -70,16 +70,21 @@ function generateTemplate( const cliCommand = 'nx'; const filename = framework === 'angular' ? 'angular.json' : 'workspace.json'; let template = dedent` - # ${schematic.collectionName}:${schematic.name} ${ +--- +title: "${schematic.collectionName}:${schematic.name} generator" +description: "${schematic.description}" +--- +# ${schematic.collectionName}:${schematic.name} ${ schematic.hidden ? '[hidden]' : '' } - ${schematic.description} + +${schematic.description} - ## Usage - \`\`\`bash - ${cliCommand} generate ${schematic.name} ... - \`\`\` - `; +## Usage +\`\`\`bash +${cliCommand} generate ${schematic.name} ... +\`\`\` +`; if (schematic.alias) { template += dedent`