Remove "health" plugin categorie

This commit is contained in:
lowlighter
2021-03-21 14:29:20 +01:00
parent f16e3a30ac
commit 44819e1824
4 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
name: "🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>" name: "🧩 <%= `${name.charAt(0).toLocaleUpperCase()}${name.substring(1)}` %>"
cost: Estimates how many GitHub requests is used during plugin execution ("N/A" for Third-Party services) cost: Estimates how many GitHub requests is used during plugin execution ("N/A" for Third-Party services)
categorie: other # Set plugin categorie ("github", "social", "health" or "other") categorie: other # Set plugin categorie ("github", "social" or "other")
supports: supports:
- user # Support users account - user # Support users account
- organization # Support organizations account - organization # Support organizations account

View File

@@ -298,7 +298,7 @@ Here's an example:
```yaml ```yaml
name: "🧩 Plugin name (with emoji icon)" name: "🧩 Plugin name (with emoji icon)"
cost: Estimates how many GitHub requests is used during plugin execution ("N/A" for Third-Party services) cost: Estimates how many GitHub requests is used during plugin execution ("N/A" for Third-Party services)
categorie: github # Plugin categorie ("github", "social", "health" or "other") categorie: github # Plugin categorie ("github", "social" or "other")
supports: supports:
- user # Support users account - user # Support users account
- organization # Support organizations account - organization # Support organizations account
@@ -524,6 +524,8 @@ Below is a list of used packages.
* To parse emojis and replace them by [twemojis](https://github.com/twitter/twemoji) * To parse emojis and replace them by [twemojis](https://github.com/twitter/twemoji)
* [jshemas/openGraphScraper](https://github.com/jshemas/openGraphScraper) * [jshemas/openGraphScraper](https://github.com/jshemas/openGraphScraper)
* To retrieve open graphs metadata * To retrieve open graphs metadata
* [panosoft/node-chartist](https://github.com/panosoft/node-chartist) and [gionkunz/chartist-js](https://github.com/gionkunz/chartist-js)
* To display embed SVG charts
</details> </details>

View File

@@ -5,7 +5,7 @@
import yaml from "js-yaml" import yaml from "js-yaml"
//Defined categories //Defined categories
const categories = ["core", "github", "social", "health", "other"] const categories = ["core", "github", "social", "other"]
/**Metadata descriptor parser */ /**Metadata descriptor parser */
export default async function metadata({log = true} = {}) { export default async function metadata({log = true} = {}) {

View File

@@ -1,7 +1,7 @@
name: "💉 Nightscout" name: "💉 Nightscout"
cost: N/A cost: N/A
categorie: health categorie: other
index: 1 index: 2
supports: supports:
- user - user
- organization - organization