Skip to content

Commit 1d5a8ef

Browse files
committed
ci: auto-regenerate files
1 parent 6cb21b3 commit 1d5a8ef

File tree

43 files changed

+481
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+481
-252
lines changed

README.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 📊 Metrics [<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=280144&theme=dark" alt="" align="right" width="190" height="41">](https://www.producthunt.com/posts/github-metrics?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-github-metrics)
22

3-
[![Build, test, analyze and publish](https://github.com/lowlighter/metrics/actions/workflows/workflow.yml/badge.svg)](https://github.com/lowlighter/metrics/actions/workflows/workflow.yml) [![Metrics (examples)](https://github.com/lowlighter/lowlighter/actions/workflows/metrics.yml/badge.svg)](https://github.com/lowlighter/lowlighter/actions/workflows/metrics.yml)
3+
[![Continuous integration](https://github.com/lowlighter/metrics/actions/workflows/ci.yml/badge.svg)](https://github.com/lowlighter/metrics/actions/workflows/ci.yml)
44

55
Generate metrics that can be embedded everywhere, including your GitHub profile readme! Supports users, organizations, and even repositories!
66

@@ -21,7 +21,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
2121
</tr>
2222
<tr>
2323
<th colspan="2" align="center">
24-
<h3><a href="/source/plugins/README.md">🧩 Customizable with 38 plugins and 234 options!</a></h3>
24+
<h3><a href="/README.md#-plugins">🧩 Customizable with 38 plugins and 234 options!</a></h3>
2525
</th>
2626
</tr>
2727
<tr>
@@ -47,15 +47,11 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
4747
<th><a href="source/plugins/stars/README.md">🌟 Recently starred repositories</a></th>
4848
</tr>
4949
<tr>
50-
<td align="center">
51-
<details open><summary>With icons</summary>
52-
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.icons.svg">
53-
</details>
54-
<details open><summary>With labels</summary>
55-
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.svg">
56-
</details>
57-
<img width="900" height="1" alt="">
58-
</td>
50+
<td align="center">
51+
<details open><summary>With icons</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.icons.svg" alt=""></img></details>
52+
<details open><summary>With labels</summary><img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.topics.svg" alt=""></img></details>
53+
<img width="900" height="1" alt="">
54+
</td>
5955
<td align="center">
6056
<img alt="" width="400" src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stars.svg">
6157
<img width="900" height="1" alt="">
@@ -362,13 +358,13 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
362358
</tr>
363359
<tr>
364360
<th colspan="2" align="center">
365-
<a href="/#-plugins">🎲 See also community plugins</a>
361+
<a href="/README.md#-pluginss">🎲 See also community plugins</a>
366362
</th>
367363
</tr>
368364

369365
<tr>
370366
<th colspan="2" align="center">
371-
<h3><a href="/source/templates/README.md">🖼️ And even more with 4+ templates!</a></h3>
367+
<h3><a href="/README.md#%EF%B8%8F-templates">🖼️ And even more with 4+ templates!</a></h3>
372368
</th>
373369
</tr>
374370
<tr>
@@ -424,7 +420,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
424420
<tr>
425421
<td align="center" colspan="2">
426422
<b>Power user?</b><br>
427-
<a href="https://github.com/lowlighter/metrics/fork">Fork this repository</a> and edit HTML, CSS, JS and <a href="https://github.com/mde/ejs"> for even more customization!
423+
<a href="https://github.com/lowlighter/metrics/fork">Fork this repository</a> and edit HTML, CSS, JS and <a href="https://github.com/mde/ejs">EJS</a> for even more customization!
428424
</td>
429425
</tr>
430426
</table>
@@ -448,14 +444,16 @@ There are several ways to setup metrics, each having its advantages and disadvan
448444
* [💕 Using the shared instance *(~1 min)*](/.github/readme/partials/documentation/setup/shared.md)
449445
* ✔️ Easily configurable and previewable
450446
* ➖ Limited features *(compute-intensive features are disabled)*
451-
* 🐳 Using command line with docker *(~5 min)* *(documentation not available yet)*
447+
* [🏗️ Deploying a web instance *(~20 min)*](/.github/readme/partials/documentation/setup/web.md)
448+
* ✔️ Create another shared instance
449+
* ➖ Requires some sysadmin knowlegde
450+
* [🐳 Using command line with docker *(~5 min)*](/.github/readme/partials/documentation/setup/docker.md)
452451
* ✔️ Suited for one-time rendering
453-
* [🏗️ Deploying your own web instance *(~20 min)*](/.github/readme/partials/documentation/setup/web.md)
454-
* ➖ Mostly intended for development, or to create another shared instance
452+
* [🔧 Local setup for development *(~20 min)*](/.github/readme/partials/documentation/setup/local.md)
455453

456454
Additional resources for setup:
457-
* [🏦 Configuring metrics for organizations](/.github/readme/partials/documentation/organizations.md)
458-
* 🧰 Template/Plugin compatibility matrix *(documentation not available yet)*
455+
* [🏦 Configure metrics for organizations](/.github/readme/partials/documentation/organizations.md)
456+
* [🧰 Template/Plugin compatibility matrix](/.github/readme/partials/documentation/compatibility.md)
459457
## 🖼️ Templates
460458

461459
Templates lets you change general appearance of rendered metrics.
@@ -469,7 +467,7 @@ Templates lets you change general appearance of rendered metrics.
469467

470468
## 🧩 Plugins
471469

472-
Plugins provide additional content and lets you customize your rendered metrics.
470+
Plugins provide additional content and lets you customize rendered metrics.
473471

474472
**📦 Maintained by core team**
475473

settings.example.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 🧩 Plugins
22

3-
Plugins provide additional content and lets you customize your rendered metrics.
3+
Plugins provide additional content and lets you customize rendered metrics.
44

55
**📦 Maintained by core team**
66

source/plugins/achievements/README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ It also lets you quickly see at a glance what this user primarly use GitHub for,
3636
</tr>
3737
<tr>
3838
<td nowrap="nowrap"><code>plugin_achievements</code></td>
39-
<td rowspan="2">Display achievements<img width="900" height="1" alt=""></td>
39+
<td rowspan="2"><p>Display achievements</p>
40+
<img width="900" height="1" alt=""></td>
4041
</tr>
4142
<tr>
4243
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
@@ -45,7 +46,8 @@ It also lets you quickly see at a glance what this user primarly use GitHub for,
4546
</tr>
4647
<tr>
4748
<td nowrap="nowrap"><code>plugin_achievements_threshold</code></td>
48-
<td rowspan="2">Display rank minimal threshold<img width="900" height="1" alt=""></td>
49+
<td rowspan="2"><p>Display rank minimal threshold</p>
50+
<img width="900" height="1" alt=""></td>
4951
</tr>
5052
<tr>
5153
<td nowrap="nowrap"><b>type:</b> <code>string</code>
@@ -55,7 +57,8 @@ It also lets you quickly see at a glance what this user primarly use GitHub for,
5557
</tr>
5658
<tr>
5759
<td nowrap="nowrap"><code>plugin_achievements_secrets</code></td>
58-
<td rowspan="2">Display unlocked secrets achievements<img width="900" height="1" alt=""></td>
60+
<td rowspan="2"><p>Display unlocked secrets achievements</p>
61+
<img width="900" height="1" alt=""></td>
5962
</tr>
6063
<tr>
6164
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
@@ -64,7 +67,8 @@ It also lets you quickly see at a glance what this user primarly use GitHub for,
6467
</tr>
6568
<tr>
6669
<td nowrap="nowrap"><code>plugin_achievements_display</code></td>
67-
<td rowspan="2">Achievements display style<img width="900" height="1" alt=""></td>
70+
<td rowspan="2"><p>Achievements display style</p>
71+
<img width="900" height="1" alt=""></td>
6872
</tr>
6973
<tr>
7074
<td nowrap="nowrap"><b>type:</b> <code>string</code>
@@ -74,7 +78,8 @@ It also lets you quickly see at a glance what this user primarly use GitHub for,
7478
</tr>
7579
<tr>
7680
<td nowrap="nowrap"><code>plugin_achievements_limit</code></td>
77-
<td rowspan="2">Maximum number of achievements to display<img width="900" height="1" alt=""></td>
81+
<td rowspan="2"><p>Maximum number of achievements to display</p>
82+
<img width="900" height="1" alt=""></td>
7883
</tr>
7984
<tr>
8085
<td nowrap="nowrap"><b>type:</b> <code>number</code>
@@ -85,7 +90,8 @@ It also lets you quickly see at a glance what this user primarly use GitHub for,
8590
</tr>
8691
<tr>
8792
<td nowrap="nowrap"><code>plugin_achievements_ignored</code></td>
88-
<td rowspan="2">Unlocked achievements to hide<img width="900" height="1" alt=""></td>
93+
<td rowspan="2"><p>Unlocked achievements to hide</p>
94+
<img width="900" height="1" alt=""></td>
8995
</tr>
9096
<tr>
9197
<td nowrap="nowrap"><b>type:</b> <code>array</code>
@@ -94,7 +100,8 @@ It also lets you quickly see at a glance what this user primarly use GitHub for,
94100
</tr>
95101
<tr>
96102
<td nowrap="nowrap"><code>plugin_achievements_only</code></td>
97-
<td rowspan="2">Unlocked achievements to display<img width="900" height="1" alt=""></td>
103+
<td rowspan="2"><p>Unlocked achievements to display</p>
104+
<img width="900" height="1" alt=""></td>
98105
</tr>
99106
<tr>
100107
<td nowrap="nowrap"><b>type:</b> <code>array</code>

source/plugins/activity/README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Use a full `repo` scope token to display **private** events.
3838
</tr>
3939
<tr>
4040
<td nowrap="nowrap"><code>plugin_activity</code></td>
41-
<td rowspan="2">Display recent activity<img width="900" height="1" alt=""></td>
41+
<td rowspan="2"><p>Display recent activity</p>
42+
<img width="900" height="1" alt=""></td>
4243
</tr>
4344
<tr>
4445
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
@@ -47,7 +48,8 @@ Use a full `repo` scope token to display **private** events.
4748
</tr>
4849
<tr>
4950
<td nowrap="nowrap"><code>plugin_activity_limit</code></td>
50-
<td rowspan="2">Maximum number of events to display<img width="900" height="1" alt=""></td>
51+
<td rowspan="2"><p>Maximum number of events to display</p>
52+
<img width="900" height="1" alt=""></td>
5153
</tr>
5254
<tr>
5355
<td nowrap="nowrap"><b>type:</b> <code>number</code>
@@ -59,7 +61,8 @@ Use a full `repo` scope token to display **private** events.
5961
</tr>
6062
<tr>
6163
<td nowrap="nowrap"><code>plugin_activity_load</code></td>
62-
<td rowspan="2">Number of events to load<img width="900" height="1" alt=""></td>
64+
<td rowspan="2"><p>Number of events to load</p>
65+
<img width="900" height="1" alt=""></td>
6366
</tr>
6467
<tr>
6568
<td nowrap="nowrap"><b>type:</b> <code>number</code>
@@ -71,7 +74,8 @@ Use a full `repo` scope token to display **private** events.
7174
</tr>
7275
<tr>
7376
<td nowrap="nowrap"><code>plugin_activity_days</code></td>
74-
<td rowspan="2">Maximum event age<img width="900" height="1" alt=""></td>
77+
<td rowspan="2"><p>Maximum event age</p>
78+
<img width="900" height="1" alt=""></td>
7579
</tr>
7680
<tr>
7781
<td nowrap="nowrap"><b>type:</b> <code>number</code>
@@ -83,7 +87,8 @@ Use a full `repo` scope token to display **private** events.
8387
</tr>
8488
<tr>
8589
<td nowrap="nowrap"><code>plugin_activity_filter</code></td>
86-
<td rowspan="2">Events types to keep<img width="900" height="1" alt=""></td>
90+
<td rowspan="2"><p>Events types to keep</p>
91+
<img width="900" height="1" alt=""></td>
8792
</tr>
8893
<tr>
8994
<td nowrap="nowrap"><b>type:</b> <code>array</code>
@@ -94,7 +99,8 @@ Use a full `repo` scope token to display **private** events.
9499
</tr>
95100
<tr>
96101
<td nowrap="nowrap"><code>plugin_activity_visibility</code></td>
97-
<td rowspan="2">Set events visibility<img width="900" height="1" alt=""></td>
102+
<td rowspan="2"><p>Set events visibility</p>
103+
<img width="900" height="1" alt=""></td>
98104
</tr>
99105
<tr>
100106
<td nowrap="nowrap"><b>type:</b> <code>string</code>
@@ -104,7 +110,8 @@ Use a full `repo` scope token to display **private** events.
104110
</tr>
105111
<tr>
106112
<td nowrap="nowrap"><code>plugin_activity_timestamps</code></td>
107-
<td rowspan="2">Display events timestamps<img width="900" height="1" alt=""></td>
113+
<td rowspan="2"><p>Display events timestamps</p>
114+
<img width="900" height="1" alt=""></td>
108115
</tr>
109116
<tr>
110117
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
@@ -113,7 +120,8 @@ Use a full `repo` scope token to display **private** events.
113120
</tr>
114121
<tr>
115122
<td nowrap="nowrap"><code>plugin_activity_skipped</code></td>
116-
<td rowspan="2">Repositories to skip<img width="900" height="1" alt=""></td>
123+
<td rowspan="2"><p>Repositories to skip</p>
124+
<img width="900" height="1" alt=""></td>
117125
</tr>
118126
<tr>
119127
<td nowrap="nowrap">⏩ Inherits <code>repositories_skipped</code><br>
@@ -123,7 +131,8 @@ Use a full `repo` scope token to display **private** events.
123131
</tr>
124132
<tr>
125133
<td nowrap="nowrap"><code>plugin_activity_ignored</code></td>
126-
<td rowspan="2">Actors to ignore<img width="900" height="1" alt=""></td>
134+
<td rowspan="2"><p>Actors to ignore</p>
135+
<img width="900" height="1" alt=""></td>
127136
</tr>
128137
<tr>
129138
<td nowrap="nowrap">⏩ Inherits <code>users_ignored</code><br>

source/plugins/anilist/README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ These sections can also be filtered by media type, which can be either `anime`,
3434
</tr>
3535
<tr>
3636
<td nowrap="nowrap"><code>plugin_anilist</code></td>
37-
<td rowspan="2">Display data from your AniList account<img width="900" height="1" alt=""></td>
37+
<td rowspan="2"><p>Display data from your AniList account</p>
38+
<img width="900" height="1" alt=""></td>
3839
</tr>
3940
<tr>
4041
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
@@ -43,7 +44,8 @@ These sections can also be filtered by media type, which can be either `anime`,
4344
</tr>
4445
<tr>
4546
<td nowrap="nowrap"><code>plugin_anilist_medias</code></td>
46-
<td rowspan="2">Medias types to display<img width="900" height="1" alt=""></td>
47+
<td rowspan="2"><p>Medias types to display</p>
48+
<img width="900" height="1" alt=""></td>
4749
</tr>
4850
<tr>
4951
<td nowrap="nowrap"><b>type:</b> <code>array</code>
@@ -54,7 +56,8 @@ These sections can also be filtered by media type, which can be either `anime`,
5456
</tr>
5557
<tr>
5658
<td nowrap="nowrap"><code>plugin_anilist_sections</code></td>
57-
<td rowspan="2">Sections to display<img width="900" height="1" alt=""></td>
59+
<td rowspan="2"><p>Sections to display</p>
60+
<img width="900" height="1" alt=""></td>
5861
</tr>
5962
<tr>
6063
<td nowrap="nowrap"><b>type:</b> <code>array</code>
@@ -65,7 +68,8 @@ These sections can also be filtered by media type, which can be either `anime`,
6568
</tr>
6669
<tr>
6770
<td nowrap="nowrap"><code>plugin_anilist_limit</code></td>
68-
<td rowspan="2">Maximum number of entries to display per section<img width="900" height="1" alt=""></td>
71+
<td rowspan="2"><p>Maximum number of entries to display per section</p>
72+
<img width="900" height="1" alt=""></td>
6973
</tr>
7074
<tr>
7175
<td nowrap="nowrap"><b>type:</b> <code>number</code>
@@ -76,7 +80,8 @@ These sections can also be filtered by media type, which can be either `anime`,
7680
</tr>
7781
<tr>
7882
<td nowrap="nowrap"><code>plugin_anilist_limit_characters</code></td>
79-
<td rowspan="2">Maximum number of entries to display in characters section<img width="900" height="1" alt=""></td>
83+
<td rowspan="2"><p>Maximum number of entries to display in characters section</p>
84+
<img width="900" height="1" alt=""></td>
8085
</tr>
8186
<tr>
8287
<td nowrap="nowrap"><b>type:</b> <code>number</code>
@@ -87,7 +92,8 @@ These sections can also be filtered by media type, which can be either `anime`,
8792
</tr>
8893
<tr>
8994
<td nowrap="nowrap"><code>plugin_anilist_shuffle</code></td>
90-
<td rowspan="2">Shuffle AniList data<img width="900" height="1" alt=""></td>
95+
<td rowspan="2"><p>Shuffle AniList data</p>
96+
<img width="900" height="1" alt=""></td>
9197
</tr>
9298
<tr>
9399
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
@@ -96,7 +102,8 @@ These sections can also be filtered by media type, which can be either `anime`,
96102
</tr>
97103
<tr>
98104
<td nowrap="nowrap"><code>plugin_anilist_user</code></td>
99-
<td rowspan="2">AniList login<img width="900" height="1" alt=""></td>
105+
<td rowspan="2"><p>AniList login</p>
106+
<img width="900" height="1" alt=""></td>
100107
</tr>
101108
<tr>
102109
<td nowrap="nowrap"><b>type:</b> <code>string</code>

0 commit comments

Comments
 (0)