ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-07-05 04:28:43 +00:00
parent ebd3026493
commit 7379fb21a8
47 changed files with 572 additions and 483 deletions

View File

@@ -1,7 +1,7 @@
<!--header-->
<table>
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
<tr><th colspan="2"><h3>🧑‍🤝‍🧑 People plugin</h3></th></tr>
<tr><th colspan="2"><h3>🧑‍🤝‍🧑 People</h3></th></tr>
<tr><td colspan="2" align="center"><p>This plugin can display relationships with users, such as followers, sponsors, contributors, stargazers, watchers, members, etc.</p>
</td></tr>
<tr>
@@ -56,8 +56,8 @@
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_people_identicons</code></h4></td>
<td rowspan="2"><p>Toggle identicons display</p>
<p>This can be used to mask user profile pictures for privacy</p>
<td rowspan="2"><p>Force identicons pictures</p>
<p>Can be used to mask profile pictures for privacy</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -67,10 +67,9 @@
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_people_identicons_hide</code></h4></td>
<td rowspan="2"><p>Hide identicons display</p>
<p>This can be used to mask user who did not setup a personal profile picture.</p>
<p>When used with <code>plugin_people_identicons</code>, users who did not setup a personal profile picture
will still be filtered out, but will have their picture replaced by an identicon instead.</p>
<td rowspan="2"><p>Hide identicons pictures</p>
<p>Can be used to mask users without a personal profile picture.</p>
<p>When used with <a href="/source/plugins/people/README.md#plugin_people_identicons"><code>plugin_people_identicons</code></a>, users without a personal profile picture will still be filtered out, but their picture will be replaced by an identicon instead</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -93,7 +92,7 @@ will still be filtered out, but will have their picture replaced by an identicon
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_people_types</code></h4></td>
<td rowspan="2"><p>Displayed sections (order is respected)</p>
<td rowspan="2"><p>Displayed sections</p>
<p>User and organization accounts support the following values:</p>
<ul>
<li><code>followers</code></li>
@@ -101,14 +100,17 @@ will still be filtered out, but will have their picture replaced by an identicon
<li><code>sponsoring</code>/<code>sponsored</code></li>
<li><code>sponsors</code></li>
<li><code>members</code> (organization only)</li>
<li><code>thanks</code>(to be configured with <code>plugin_people_thanks</code>)
Repositories support the following values:</li>
<li><code>thanks</code>(to be configured with <a href="/source/plugins/people/README.md#plugin_people_thanks"><code>plugin_people_thanks</code></a>)</li>
</ul>
<p>Repositories support the following values:</p>
<ul>
<li><code>sponsors</code> (same as owner sponsors)</li>
<li><code>contributors</code></li>
<li><code>stargazers</code></li>
<li><code>watchers</code></li>
<li><code>thanks</code>(to be configured with <code>plugin_people_thanks</code>)</li>
<li><code>thanks</code>(to be configured with <a href="/source/plugins/people/README.md#plugin_people_thanks"><code>plugin_people_thanks</code></a>)</li>
</ul>
<p>Specified order is honored</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -121,7 +123,7 @@ Repositories support the following values:</li>
<tr>
<td nowrap="nowrap"><h4><code>plugin_people_thanks</code></h4></td>
<td rowspan="2"><p>Special thanks</p>
<p>This list can be used to thank specific users</p>
<p>Can be used to thank specific users</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -134,7 +136,7 @@ Repositories support the following values:</li>
<td nowrap="nowrap"><h4><code>plugin_people_sponsors_custom</code></h4></td>
<td rowspan="2"><p>Custom sponsors</p>
<p>This list can be used to add users from unsupported GitHub sponsors sources.
The option <code>plugin_people_types</code> must contain the <code>sponsors</code> section in order for this setting to be effective</p>
The option <a href="/source/plugins/people/README.md#plugin_people_types"><code>plugin_people_types</code></a> must contain the <code>sponsors</code> section in order for this setting to be effective</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -145,8 +147,9 @@ The option <code>plugin_people_types</code> must contain the <code>sponsors</cod
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_people_shuffle</code></h4></td>
<td rowspan="2"><p>Shuffle data for varied output</p>
<p>This will fetch 10 times more data than <code>plugin_people_limit</code> to ensure output is always different</p>
<td rowspan="2"><p>Shuffle data</p>
<p>Can be used to create varied outputs
This will fetch additional data (10 times <a href="/source/plugins/people/README.md#plugin_people_limit"><code>plugin_people_limit</code></a>) to ensure output is always different</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>