Skip to content

Commit 67e568a

Browse files
committed
docs: format markdown tables with prettier
Signed-off-by: LakshanSS <lakshan230897@gmail.com>
1 parent 37df1e4 commit 67e568a

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

docs/platform-engineer-guide/modules/building-a-module.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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

versioned_docs/version-v1.0.x/platform-engineer-guide/modules/building-a-module.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -192,19 +192,19 @@ To make your module discoverable in the [Ecosystem Catalog](/ecosystem), add an
192192
}
193193
```
194194

195-
| Field | Description |
196-
|-------|-------------|
197-
| `id` | Unique identifier for the module (lowercase, hyphenated) |
198-
| `group` | Type of ecosystem item: `module`, `integration`, `workflow`, `component-type`, `agent`, or `skill` |
199-
| `name` | Display name of the module |
200-
| `description` | Short description of what the module does |
201-
| `category` | Category for grouping: `API Gateway`, `CI`, `Observability`, `GitOps`, `AI`, `Database`, etc. |
202-
| `tags` | Array of tags for searchability |
203-
| `logoUrl` | URL to the tool's logo (SVG or PNG) |
204-
| `author` | Author or organization name (typically `OpenChoreo` for community modules) |
205-
| `sourceUrl` | Link to the module source code or documentation |
206-
| `default` | Whether this module is a default/core module (`true` or `false`) |
207-
| `released` | Whether the module is released and available (`true` or `false`) |
195+
| Field | Description |
196+
| ------------- | -------------------------------------------------------------------------------------------------- |
197+
| `id` | Unique identifier for the module (lowercase, hyphenated) |
198+
| `group` | Type of ecosystem item: `module`, `integration`, `workflow`, `component-type`, `agent`, or `skill` |
199+
| `name` | Display name of the module |
200+
| `description` | Short description of what the module does |
201+
| `category` | Category for grouping: `API Gateway`, `CI`, `Observability`, `GitOps`, `AI`, `Database`, etc. |
202+
| `tags` | Array of tags for searchability |
203+
| `logoUrl` | URL to the tool's logo (SVG or PNG) |
204+
| `author` | Author or organization name (typically `OpenChoreo` for community modules) |
205+
| `sourceUrl` | Link to the module source code or documentation |
206+
| `default` | Whether this module is a default/core module (`true` or `false`) |
207+
| `released` | Whether the module is released and available (`true` or `false`) |
208208

209209
#### 3. Write Documentation
210210

0 commit comments

Comments
 (0)