Skip to content

Commit

Permalink
fix: links
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Dec 4, 2024
1 parent b635ee8 commit ace698d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/plugins/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ Each plugin must have an `info.json` file. It contains metadata about the plugin

<div class="no-wrap-tbl" markdown>

| Key | Required | Type | Description |
| ------------- | ------------------ | -------------- | ------------------------------------------------------------------------------------------ |
| `$schema` | :x: | `string` | The URL to the JSON schema for the `info.json` file. |
| `name` | :white_check_mark: | `string` | The name of the plugin. |
| `description` | :white_check_mark: | `string` | A description of the plugin. |
| `authors` | :white_check_mark: | `string[]` | An array of authors of the plugin. |
| `version` | :white_check_mark: | `string` | The version of the plugin. Must be SemVer compliant. See [https://semver.org/](semver.org) |
| `license` | :white_check_mark: | `string` | SPDX identifier for license of this plugin. See [https://spdx.org/licenses/](spdx.org) |
| `permissions` | :x: | `Permission[]` | An array of permissions required by the plugin. See [permissions](#permissions). |
| `homepage` | :x: | `string` | The URL to the plugin's homepage (a GitHub repository for example). |
| `tags` | :x: | `string[]` | An array of tags for the plugin. |
| Key | Required | Type | Description |
| ------------- | ------------------ | -------------- | -------------------------------------------------------------------------------------------------- |
| `$schema` | :x: | `string` | The URL to the JSON schema for the `info.json` file. |
| `name` | :white_check_mark: | `string` | The name of the plugin. |
| `description` | :white_check_mark: | `string` | A description of the plugin. |
| `authors` | :white_check_mark: | `string[]` | An array of authors of the plugin. |
| `version` | :white_check_mark: | `string` | The version of the plugin. Must be SemVer compliant. See [https://semver.org/](https://semver.org) |
| `license` | :white_check_mark: | `string` | SPDX identifier for license of this plugin. See [https://spdx.org/licenses/](https://spdx.org) |
| `permissions` | :x: | `Permission[]` | An array of permissions required by the plugin. See [permissions](#permissions). |
| `homepage` | :x: | `string` | The URL to the plugin's homepage (a GitHub repository for example). |
| `tags` | :x: | `string[]` | An array of tags for the plugin. |

</div>

Expand Down

0 comments on commit ace698d

Please sign in to comment.