30 lines
798 B
YAML
30 lines
798 B
YAML
name: "🙋 Introduction"
|
|
category: github
|
|
description: |
|
|
This plugin displays account bio or organization/repository description.
|
|
|
|
Since account bio is already displayed on account profile, this plugin is mostly intended for external usage.
|
|
examples:
|
|
+for a user or an organization: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.svg
|
|
for a repository: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.repository.svg
|
|
index: 26
|
|
supports:
|
|
- user
|
|
- organization
|
|
- repository
|
|
scopes:
|
|
- public_access
|
|
inputs:
|
|
|
|
plugin_introduction:
|
|
description: |
|
|
Enable introduction plugin
|
|
type: boolean
|
|
default: no
|
|
|
|
plugin_introduction_title:
|
|
description: |
|
|
Section title
|
|
type: boolean
|
|
default: yes
|