mirror of https://github.com/Lissy93/dashy.git
📝 Small docs update
This commit is contained in:
parent
3c5531dcd1
commit
02bdbb3dc1
|
@ -130,7 +130,7 @@ If you like, you could also consider [subscribing to my mailing list](https://no
|
|||
|
||||
For a full list of Dashy's contributors, see the [Credits Page](/docs/credits.md)
|
||||
|
||||
[![Auto-generated contributors](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/CONTRIBUTORS.svg)](/docs/credits.md)
|
||||
[![Auto-generated contributors](https://raw.githubusercontent.com/Lissy93/dashy/master/docs/assets/CONTRIBUTORS.svg)](https://github.com/Lissy93/dashy/blob/master/docs/credits.md)
|
||||
|
||||
### Star-Gazers Over Time
|
||||
|
||||
|
|
|
@ -2225,7 +2225,7 @@ Display the last builds from a [Drone CI](https://www.drone.ci) instance. A self
|
|||
**Field** | **Type** | **Required** | **Description**
|
||||
--- | --- | --- | ---
|
||||
**`host`** | `string` | Required | The hostname of the Drone CI instance.
|
||||
**`apiKey`** | `string` | Required | The API key (https://<your-drone-instance>/account).
|
||||
**`apiKey`** | `string` | Required | The API key (https://[your-drone-instance]/account).
|
||||
**`limit`** | `integer` | _Optional_ | Limit the amounts of listed builds.
|
||||
**`repo`** | `string` | _Optional_ | Show only builds of the specified repo
|
||||
|
||||
|
@ -2259,7 +2259,7 @@ Linkding is a self-hosted bookmarking service, which has a clean interface and i
|
|||
**Field** | **Type** | **Required** | **Description**
|
||||
--- | --- | --- | ---
|
||||
**`host`** | `string` | Required | The hostname of the Drone CI instance.
|
||||
**`apiKey`** | `string` | Required | The API key (https://<your-linkding-instance>/settings/integrations).
|
||||
**`apiKey`** | `string` | Required | The API key (https://your-linkding-instance/settings/integrations).
|
||||
**`tags`** | `list of string` | _Optional_ | Filter the links by tag.
|
||||
|
||||
#### Example
|
||||
|
|
Loading…
Reference in New Issue