docs(nxdev): documentation sync command (#8106)

This commit is contained in:
Benjamin Cabanes 2021-12-10 10:05:47 -05:00 committed by GitHub
parent 46cd008028
commit f35acdf4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 34 additions and 3 deletions

View File

@ -34,6 +34,13 @@
"parallel": true
}
},
"sync-documentation": {
"executor": "@nrwl/workspace:run-commands",
"outputs": ["nx-dev/nx-dev/public/documentation"],
"options": {
"command": "npx ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/nx-dev-docs-latest-sync.ts"
}
},
"build-base": {
"executor": "@nrwl/next:build",
"outputs": ["{options.outputPath}"],

View File

@ -118,6 +118,14 @@ Type: `boolean`
Add router configuration. See `lazy` for more information.
### setParserOptionsProject
Default: `false`
Type: `boolean`
Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.
### simpleModuleName
Default: `false`

View File

@ -1,6 +1,6 @@
# @nrwl/angular:scam
Generate a component with an accompanying Single Angular Module Component (SCAM).
Generate a component with an accompanying Single Component Angular Module (SCAM).
## Usage

View File

@ -118,6 +118,14 @@ Type: `boolean`
Add router configuration. See `lazy` for more information.
### setParserOptionsProject
Default: `false`
Type: `boolean`
Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.
### simpleModuleName
Default: `false`

View File

@ -1,6 +1,6 @@
# @nrwl/angular:scam
Generate a component with an accompanying Single Angular Module Component (SCAM).
Generate a component with an accompanying Single Component Angular Module (SCAM).
## Usage

View File

@ -118,6 +118,14 @@ Type: `boolean`
Add router configuration. See `lazy` for more information.
### setParserOptionsProject
Default: `false`
Type: `boolean`
Whether or not to configure the ESLint "parserOptions.project" option. We do not do this by default for lint performance reasons.
### simpleModuleName
Default: `false`

View File

@ -1,6 +1,6 @@
# @nrwl/angular:scam
Generate a component with an accompanying Single Angular Module Component (SCAM).
Generate a component with an accompanying Single Component Angular Module (SCAM).
## Usage