From a5fd68994d4ffb9006ea587675f5d70c8c78c57b Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 15 Jan 2022 19:43:27 -0500 Subject: [PATCH] doc(plugins/gists): update --- source/plugins/gists/README.md | 38 +++++++++++++++++++------------ source/plugins/gists/metadata.yml | 6 +++-- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/source/plugins/gists/README.md b/source/plugins/gists/README.md index 68837910..f3c6b1c1 100644 --- a/source/plugins/gists/README.md +++ b/source/plugins/gists/README.md @@ -1,15 +1,27 @@ -### đŸŽĢ Gists - -The *gists* plugin displays your [gists](https://gist.github.com) metrics. - + - + + + + + + + + + + + + + + +
- - -

đŸŽĢ Gists

This plugin displays gists stats.

+
Supported features
→ Full specification
📗 Classic template 📙 Terminal template
👤 Users
🔑 (scopeless) read:org (optional) read:user (optional) repo (optional)
+ +
+ -#### âžĄī¸ Available options +## âžĄī¸ Available options @@ -18,7 +30,7 @@ The *gists* plugin displays your [gists](https://gist.github.com) metrics. - @@ -29,9 +41,7 @@ The *gists* plugin displays your [gists](https://gist.github.com) metrics.
plugin_gists

Display gists metrics

+

Enable gists plugin

-*[→ Full specification](metadata.yml)* - -#### â„šī¸ Examples workflows +## â„šī¸ Examples workflows ```yaml @@ -44,4 +54,4 @@ with: plugin_gists: 'yes' ``` - \ No newline at end of file + diff --git a/source/plugins/gists/metadata.yml b/source/plugins/gists/metadata.yml index 752c094b..74e1de64 100644 --- a/source/plugins/gists/metadata.yml +++ b/source/plugins/gists/metadata.yml @@ -1,5 +1,8 @@ name: "đŸŽĢ Gists" category: github +description: This plugin displays [gists](https://gist.github.com) stats. +example: + default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.gists.svg index: 21 supports: - user @@ -7,8 +10,7 @@ scopes: - public_access inputs: - # Enable or disable plugin plugin_gists: - description: Display gists metrics + description: Enable gists plugin type: boolean default: no