doc: fix links, spelling and minor updates

This commit is contained in:
wazint 2023-03-01 21:39:40 +02:00
parent c81d3e06c8
commit aac392a053
6 changed files with 21 additions and 21 deletions

View file

@ -100,7 +100,7 @@ It goes under the `extensions` object and it is of the form:
|----------------------|---------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| id | string | mandatory | The ID of the extension. Must be unique for each extension. It is also used as the path in the URL. |
| name | string | mandatory | User friendly name for the extension. It will be displayed on the installation page. |
| version | string | mandatory | Version of this release. [Semantic versoning](https://semver.org/) is recommended. |
| version | string | mandatory | Version of this release. [Semantic versioning](https://semver.org/) is recommended. |
| shortDescription | string | optional | A few words about the extension. It will be displayed on the installation page. |
| icon | string | optional | quasar valid icon name |
| details | string (html) | optional | Details about this particular release |