Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,12 +580,13 @@ export default {
};
```

| Field | Type | Purpose |
| ------------ | -------- | --------------------------------------------------------------------- |
| `components` | `string` | Directory holding the package's components and their `.doc.*` files. |
| `templates` | `string` | Directory holding the package's page/block templates. |
| `codemods` | `string` | Directory holding upgrade codemods run by `astryx upgrade`. |
| `issuesUrl` | `string` | Where "report an issue" links for this package's contributions point. |
| Field | Type | Purpose |
| ------------ | -------- | --------------------------------------------------------------------------------- |
| `components` | `string` | Directory holding the package's components and their `.doc.*` files. |
| `templates` | `string` | Directory holding the package's page/block templates. |
| `codemods` | `string` | Directory holding upgrade codemods run by `astryx upgrade`. |
| `docs` | `string` | Directory of reference docs; each `{topic}.doc.*` becomes a topic the CLI serves. |
| `issuesUrl` | `string` | Where "report an issue" links for this package's contributions point. |

Every field is optional; declare only the roots the package ships. There is no
factory: write a plain object, and annotate it with the `AstryxIntegration` type
Expand Down
Loading