Merge branch 'master' of https://github.com/lowlighter/metrics
This commit is contained in:
@@ -32,7 +32,7 @@ Plugins provide additional content and lets you customize rendered metrics.
|
||||
* [✨ Stargazers <sub>`stargazers`</sub>](/source/plugins/stargazers/README.md)
|
||||
* [💫 Star lists <sub>`starlists`</sub>](/source/plugins/starlists/README.md)
|
||||
* [🌟 Recently starred repositories <sub>`stars`</sub>](/source/plugins/stars/README.md)
|
||||
* [💭 GitHub Community Support <sub>`support`</sub>](/source/plugins/support/README.md)
|
||||
* [💭 GitHub Community Support <sub>`support`</sub>](/source/plugins/support/README.md) <sub>`⚠️ deprecated`</sub>
|
||||
* [📌 Starred topics <sub>`topics`</sub>](/source/plugins/topics/README.md)
|
||||
* [🧮 Repositories traffic <sub>`traffic`</sub>](/source/plugins/traffic/README.md)
|
||||
* **Social plugins**
|
||||
|
||||
@@ -115,12 +115,12 @@ Pass a JSON object mapping category with fileglobs</p>
|
||||
</ul>
|
||||
<b>type:</b> <code>json</code>
|
||||
<br>
|
||||
<b>default:</b> {
|
||||
<b>default:</b> <details><summary>→ Click to expand</summary><pre language="json"><code>{
|
||||
"📚 Documentation": ["README.md", "docs/**"],
|
||||
"💻 Code": ["source/**", "src/**"],
|
||||
"#️⃣ Others": ["*"]
|
||||
}
|
||||
<br></td>
|
||||
</code></pre></details><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/options-->
|
||||
|
||||
@@ -614,7 +614,7 @@ This is mostly useful for custom templates.</p>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><b>type:</b> <code>json</code>
|
||||
<br>
|
||||
<b>default:</b> {}<br></td>
|
||||
<b>default:</b> <details><summary>→ Click to expand</summary><pre language="json"><code>{}</code></pre></details><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>extras_css</code></h4></td>
|
||||
|
||||
@@ -124,13 +124,13 @@ Using this mode significantly increase file size as each frame is encoded separa
|
||||
</ul>
|
||||
<b>type:</b> <code>json</code>
|
||||
<br>
|
||||
<b>default:</b> {
|
||||
<b>default:</b> <details><summary>→ Click to expand</summary><pre language="json"><code>{
|
||||
"url": "https://skyline.github.com/${login}/${year}",
|
||||
"ready": "[...document.querySelectorAll('span')].map(span => span.innerText).includes('Share on Twitter')",
|
||||
"wait": 1,
|
||||
"hide": "button, footer, a"
|
||||
}
|
||||
<br></td>
|
||||
</code></pre></details><br></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/options-->
|
||||
|
||||
@@ -94,6 +94,7 @@ Follow instructions from their [documentation](https://developers.google.com/map
|
||||
🌐 Web instances must configure <code>settings.json</code>:
|
||||
<ul>
|
||||
<li><i>metrics.api.google.maps</i></li>
|
||||
<li><i>metrics.npm.optional.d3</i></li>
|
||||
</ul>
|
||||
<b>type:</b> <code>boolean</code>
|
||||
<br>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
|
||||
<tr><th colspan="2"><h3>💭 GitHub Community Support</h3></th></tr>
|
||||
<tr><td colspan="2" align="center"><p>This plugin displays statistics from a <a href="https://github.community/">GitHub Support Community</a> account.</p>
|
||||
</td></tr>
|
||||
<tr><th>⚠️ Deprecated</th><td><p>GitHub Support Community has been moved to <a href="https://github.blog/2022-07-26-launching-github-community-powered-by-github-discussions">GitHub Discussions</a>.</p>
|
||||
</td></tr>
|
||||
<tr>
|
||||
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
|
||||
|
||||
Reference in New Issue
Block a user