- ✅ Activate powerpack recipe - ✅ Powerpack owners documentation - [x] Powerpack custom remote cache documentation - [x] Powerpack conformance documentation Infrastructure for powerpack docs - Adds the ability to generate API docs from ocean packages To generate API documentation for plugins in the ocean repository, run the `nx documentation` command with the `NX_OCEAN_RELATIVE_PATH` environment variable set to the relative path to your checked out copy of the ocean repo. ``` NX_OCEAN_RELATIVE_PATH=../ocean nx documentation ``` This will create generated API documentation in the `docs/external-generated` folder. This API will be merged into the normal `docs/generated` documentation when the docs site is built. Because there are two separate output folders, if someone runs `nx documentation` without the `NX_OCEAN_RELATIVE_PATH` environment variable, the ocean documentation will not be overwritten. The ocean documentation will only be updated or deleted when someone explicitly chooses to do so. --------- Co-authored-by: Juri Strumpflohner <juri.strumpflohner@gmail.com>
20 lines
712 B
JSON
20 lines
712 B
JSON
{
|
|
"name": "sync-codeowners-file",
|
|
"factory": "./src/generators/sync-codeowners-file/generator",
|
|
"schema": {
|
|
"$schema": "https://json-schema.org/schema",
|
|
"$id": "NxPowerpackOwnersSyncCodeownersFileGenerator",
|
|
"title": "Nx Powerpack Owners Sync CODEOWNERS File Generator",
|
|
"type": "object",
|
|
"properties": {},
|
|
"required": [],
|
|
"presets": []
|
|
},
|
|
"description": "Sync Nx Powerpack Owners config to a CODEOWNERS file",
|
|
"implementation": "/libs/nx-packages/powerpack-owners/src/generators/sync-codeowners-file/generator.ts",
|
|
"aliases": [],
|
|
"hidden": false,
|
|
"path": "/libs/nx-packages/powerpack-owners/src/generators/sync-codeowners-file/schema.json",
|
|
"type": "generator"
|
|
}
|