Skip to content

Commit

Permalink
Plugin.json docs: Remove reference of the removed generated property (
Browse files Browse the repository at this point in the history
  • Loading branch information
leventebalogh authored Jul 16, 2024
1 parent 979e744 commit 87753ad
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docusaurus/docs/reference/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ The `plugin.json` file is required for all plugins. When Grafana starts, it scan
| `state` | string | No | Marks a plugin as a pre-release. Possible values are: `alpha`, `beta`. |
| `streaming` | boolean | No | For data source plugins, if the plugin supports streaming. Used in Explore to start live streaming. |
| `tracing` | boolean | No | For data source plugins, if the plugin supports tracing. Used for example to link logs (e.g. Loki logs) with tracing plugins. |
| `generated` | [object](#generated) | No | **Shouldn't be edited manually.** This property is automatically generated by our build configuration using the `@grafana/plugin-meta-extractor` package. The property should only be present in the build output (`dist/plugin.json`). |

## dependencies

Expand Down Expand Up @@ -309,25 +308,3 @@ Parameters for the token authentication request.
| `grant_type` | string | No | OAuth grant type |
| `resource` | string | No | OAuth resource |

## generated

**Shouldn't be edited manually.** This property is automatically generated by our build configuration using the `@grafana/plugin-meta-extractor` package. (The property should only be present in the build output (`dist/plugin.json`).

### Properties

| Property | Type | Required | Description |
| ------------ | ----------------------- | -------- | ------------------------------------------------- |
| `extensions` | [object](#extensions)[] | No | An array of extensions that the plugin registers. |

### extensions

An array of extensions that the plugin registers.

#### Properties

| Property | Type | Required | Description |
| ------------------ | ------ | -------- | ----------------------------------------- |
| `extensionPointId` | string | **Yes** | |
| `type` | string | **Yes** | Available values: `"link"`, `"component"` |
| `title` | string | No | |
| `description` | string | No | |

0 comments on commit 87753ad

Please sign in to comment.