docs(plugins): clarification, fix typos and style

This commit is contained in:
lowlighter
2022-07-04 23:18:01 -04:00
parent 3c00e64c57
commit 52ca4d04b7
47 changed files with 733 additions and 408 deletions

View File

@@ -1,6 +1,7 @@
name: "✨ Stargazers over last weeks"
name: ✨ Stargazers over last weeks
category: github
description: This plugin displays your stargazers evolution across all of your repositories over the last two weeks.
description: |
This plugin displays stargazers evolution across affiliated repositories over the last two weeks.
examples:
+classic charts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.svg
chartist charts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stargazers.chartist.svg
@@ -14,17 +15,21 @@ scopes:
inputs:
plugin_stargazers:
description: Enable stargazers plugin
description: |
Enable stargazers plugin
type: boolean
default: no
plugin_stargazers_charts_type:
description: |
Charts display type
- `classic`: `<div>` based charts, simple and lightweight
- `chartist`: `<svg>` based charts, smooth
type: string
default: classic
values:
- classic
- chartist
- chartist
extras:
- metrics.npm.optional.chartist