diff --git a/README.md b/README.md index 8f6e09b8..79c09736 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile -

🧩 Customizable with 40 plugins and 272 options!

+

🧩 Customizable with 40 plugins and 273 options!

@@ -352,12 +352,12 @@ Generate metrics that can be embedded everywhere, including your GitHub profile Embed metrics images on your profile or blog!
Use GitHub actions for even more features!
- + Share your metrics with friends and on social medias!
No configuration needed!
- + diff --git a/action.yml b/action.yml index d4645093..c4deb93e 100644 --- a/action.yml +++ b/action.yml @@ -544,6 +544,10 @@ inputs: description: Enable stargazers plugin default: + plugin_stargazers_charts: + description: Charts + default: + plugin_stargazers_charts_type: description: Charts display type default: diff --git a/source/plugins/community/stock/README.md b/source/plugins/community/stock/README.md index 97763f41..692d2dc6 100644 --- a/source/plugins/community/stock/README.md +++ b/source/plugins/community/stock/README.md @@ -40,6 +40,7 @@ 🌐 Web instances must configure settings.json:
  • metrics.npm.optional.chartist
  • +
  • metrics.api.yahoo.finance
type: boolean
diff --git a/source/plugins/contributors/README.md b/source/plugins/contributors/README.md index 0ae38eb0..1e5223cd 100644 --- a/source/plugins/contributors/README.md +++ b/source/plugins/contributors/README.md @@ -110,8 +110,8 @@ Pass a JSON object mapping category with fileglobs

🌐 Web instances must configure settings.json:
    -
  • metrics.runner.tempdir
  • -
  • metrics.runner.git
  • +
  • metrics.run.tempdir
  • +
  • metrics.run.git
type: json
diff --git a/source/plugins/music/README.md b/source/plugins/music/README.md index d14ef80f..f8283e6f 100644 --- a/source/plugins/music/README.md +++ b/source/plugins/music/README.md @@ -77,6 +77,10 @@ 🔐 Token
+🌐 Web instances must configure settings.json: +
    +
  • metrics.api.music.any
  • +
type: token
diff --git a/source/plugins/pagespeed/README.md b/source/plugins/pagespeed/README.md index 8ed570ab..06fd41ca 100644 --- a/source/plugins/pagespeed/README.md +++ b/source/plugins/pagespeed/README.md @@ -53,6 +53,10 @@ 🔐 Token
+🌐 Web instances must configure settings.json: +
    +
  • metrics.api.google.pagespeed
  • +
type: token
diff --git a/source/plugins/stargazers/README.md b/source/plugins/stargazers/README.md index a590a9f1..bad1f7d6 100644 --- a/source/plugins/stargazers/README.md +++ b/source/plugins/stargazers/README.md @@ -52,6 +52,18 @@ Follow instructions from their [documentation](https://developers.google.com/map type: boolean
default: no
+ + +

plugin_stargazers_charts

+

Charts

+

It includes total number of stargazers evolution, along with the number of new stars per day over the last two weeks.

+ + + + ✨ On master/main
+type: boolean +
+default: yes

plugin_stargazers_charts_type

@@ -149,6 +161,7 @@ with: token: ${{ secrets.METRICS_TOKEN }} base: "" plugin_stargazers: yes + plugin_stargazers_charts: no plugin_stargazers_worldmap: yes plugin_stargazers_worldmap_token: ${{ secrets.GOOGLE_MAP_TOKEN }} plugin_stargazers_worldmap_sample: 200 diff --git a/source/plugins/tweets/README.md b/source/plugins/tweets/README.md index 67f4fceb..066d8a59 100644 --- a/source/plugins/tweets/README.md +++ b/source/plugins/tweets/README.md @@ -37,7 +37,11 @@ - type: boolean + 🌐 Web instances must configure settings.json: +
    +
  • metrics.api.twitter.tweets
  • +
+type: boolean
default: no