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)}` %>"
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:
- user # Support users account
- organization # Support organizations account

View File

@@ -298,7 +298,7 @@ Here's an example:
```yaml
name: "🧩 Plugin name (with emoji icon)"
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:
- user # Support users 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)
* [jshemas/openGraphScraper](https://github.com/jshemas/openGraphScraper)
* 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>

View File

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

View File

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