@@ -208,19 +208,19 @@ To make your module discoverable in the [Ecosystem Catalog](/ecosystem), add an
208208}
209209```
210210
211- | Field | Description |
212- | -------| -------------|
213- | ` id ` | Unique identifier for the module (lowercase, hyphenated) |
214- | ` group ` | Type of ecosystem item: ` module ` , ` integration ` , ` workflow ` , ` component-type ` , ` agent ` , or ` skill ` |
215- | ` name ` | Display name of the module |
216- | ` description ` | Short description of what the module does |
217- | ` category ` | Category for grouping: ` API Gateway ` , ` CI ` , ` Observability ` , ` GitOps ` , ` AI ` , ` Database ` , etc. |
218- | ` tags ` | Array of tags for searchability |
219- | ` logoUrl ` | URL to the tool's logo (SVG or PNG) |
220- | ` author ` | Author or organization name (typically ` OpenChoreo ` for community modules) |
221- | ` sourceUrl ` | Link to the module source code or documentation |
222- | ` default ` | Whether this module is a default/core module (` true ` or ` false ` ) |
223- | ` released ` | Whether the module is released and available (` true ` or ` false ` ) |
211+ | Field | Description |
212+ | ------------- | -------------------------------------------------------------------------------------------------- |
213+ | ` id ` | Unique identifier for the module (lowercase, hyphenated) |
214+ | ` group ` | Type of ecosystem item: ` module ` , ` integration ` , ` workflow ` , ` component-type ` , ` agent ` , or ` skill ` |
215+ | ` name ` | Display name of the module |
216+ | ` description ` | Short description of what the module does |
217+ | ` category ` | Category for grouping: ` API Gateway ` , ` CI ` , ` Observability ` , ` GitOps ` , ` AI ` , ` Database ` , etc. |
218+ | ` tags ` | Array of tags for searchability |
219+ | ` logoUrl ` | URL to the tool's logo (SVG or PNG) |
220+ | ` author ` | Author or organization name (typically ` OpenChoreo ` for community modules) |
221+ | ` sourceUrl ` | Link to the module source code or documentation |
222+ | ` default ` | Whether this module is a default/core module (` true ` or ` false ` ) |
223+ | ` released ` | Whether the module is released and available (` true ` or ` false ` ) |
224224
225225#### 3. Write Documentation
226226
0 commit comments