Skip to content

Commit 02164f8

Browse files
feat(marketplace): updating readme (#1481)
Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
1 parent 3cd9c59 commit 02164f8

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

workspaces/marketplace/docs/catalog/plugins.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ provided bt the `support.provider`. Like:
107107
- **`generally-available`**: Stable, fully supported plugins ready for production use.
108108
- **`tech-preview`**: A technical preview of a plugin that is not fully supported yet.
109109
- **`dev-preview`**: An early-stage plugin.
110+
- **`community`**: Open-source plugins, supported by Community.
110111

111112
##### Installation Status
112113

@@ -213,18 +214,18 @@ spec:
213214

214215
## User facing attributes
215216

216-
| Attribute | Type | Description |
217-
| ---------------------- | ---------------------------------- | ----------------------------------------------------------------------------------------- |
218-
| `metadata.description` | `string` | Short description that is shown on the cards (text) |
219-
| `spec.author` | `string` | A single author name, this attribute is automatically converted to `authors` if specified |
220-
| `spec.authors` | `{ name: string, url?: string }[]` | Authors array if a plugin is developed by multiple authors |
221-
| `spec.publisher` | `string` | Who distributes/packages the plugin for RHDH |
222-
| `spec.support` | `{ name: string, level: string }` | Support provider and level information |
223-
| `spec.categories` | `string[]` | Categories are displayed directly as filter and labels |
224-
| `spec.highlights` | `string[]` | Highlights for the details page |
225-
| `spec.description` | `string` | Full description that is shown on the details page (markdown) |
226-
| `spec.installation` | `string` | Full installation description that is shown later on the install page (markdown) |
227-
| `spec.icon` | `string` | Icon URL |
217+
| Attribute | Type | Description |
218+
| ---------------------- | ------------------------------------- | ----------------------------------------------------------------------------------------- |
219+
| `metadata.description` | `string` | Short description that is shown on the cards (text) |
220+
| `spec.author` | `string` | A single author name, this attribute is automatically converted to `authors` if specified |
221+
| `spec.authors` | `{ name: string, url?: string }[]` | Authors array if a plugin is developed by multiple authors |
222+
| `spec.publisher` | `string` | Who distributes/packages the plugin for RHDH |
223+
| `spec.support` | `{ provider: string, level: string }` | Support provider and level information |
224+
| `spec.categories` | `string[]` | Categories are displayed directly as filter and labels |
225+
| `spec.highlights` | `string[]` | Highlights for the details page |
226+
| `spec.description` | `string` | Full description that is shown on the details page (markdown) |
227+
| `spec.installation` | `string` | Full installation description that is shown later on the install page (markdown) |
228+
| `spec.icon` | `string` | Icon URL |
228229

229230
## Annotations
230231

0 commit comments

Comments
 (0)