Skip to content

Commit cc63891

Browse files
committed
2 parents b8c6e2a + 3ecb289 commit cc63891

File tree

10 files changed

+446
-455
lines changed

10 files changed

+446
-455
lines changed

.github/readme/partials/documentation/compatibility.md

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 60 additions & 71 deletions
Large diffs are not rendered by default.

action.yml

Lines changed: 212 additions & 212 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.example.json

Lines changed: 39 additions & 40 deletions
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
@@ -32,7 +32,7 @@ Plugins provide additional content and lets you customize rendered metrics.
3232
* [✨ Stargazers <sub>`stargazers`</sub>](/source/plugins/stargazers/README.md)
3333
* [💫 Star lists <sub>`starlists`</sub>](/source/plugins/starlists/README.md)
3434
* [🌟 Recently starred repositories <sub>`stars`</sub>](/source/plugins/stars/README.md)
35-
* [💭 GitHub Community Support <sub>`support`</sub>](/source/plugins/support/README.md)
35+
* [💭 GitHub Community Support <sub>`support`</sub>](/source/plugins/support/README.md) <sub>`⚠️ deprecated`</sub>
3636
* [📌 Starred topics <sub>`topics`</sub>](/source/plugins/topics/README.md)
3737
* [🧮 Repositories traffic <sub>`traffic`</sub>](/source/plugins/traffic/README.md)
3838
* **Social plugins**

source/plugins/contributors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ Pass a JSON object mapping category with fileglobs</p>
115115
</ul>
116116
<b>type:</b> <code>json</code>
117117
<br>
118-
<b>default:</b> {
118+
<b>default:</b> <details><summary>→ Click to expand</summary><pre language="json"><code>{
119119
"📚 Documentation": ["README.md", "docs/**"],
120120
"💻 Code": ["source/**", "src/**"],
121121
"#️⃣ Others": ["*"]
122122
}
123-
<br></td>
123+
</code></pre></details><br></td>
124124
</tr>
125125
</table>
126126
<!--/options-->

source/plugins/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ This is mostly useful for custom templates.</p>
614614
<tr>
615615
<td nowrap="nowrap"><b>type:</b> <code>json</code>
616616
<br>
617-
<b>default:</b> {}<br></td>
617+
<b>default:</b> <details><summary>→ Click to expand</summary><pre language="json"><code>{}</code></pre></details><br></td>
618618
</tr>
619619
<tr>
620620
<td nowrap="nowrap"><h4><code>extras_css</code></h4></td>

source/plugins/skyline/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ Using this mode significantly increase file size as each frame is encoded separa
124124
</ul>
125125
<b>type:</b> <code>json</code>
126126
<br>
127-
<b>default:</b> {
127+
<b>default:</b> <details><summary>→ Click to expand</summary><pre language="json"><code>{
128128
"url": "https://skyline.github.com/${login}/${year}",
129129
"ready": "[...document.querySelectorAll('span')].map(span => span.innerText).includes('Share on Twitter')",
130130
"wait": 1,
131131
"hide": "button, footer, a"
132132
}
133-
<br></td>
133+
</code></pre></details><br></td>
134134
</tr>
135135
</table>
136136
<!--/options-->

source/plugins/stargazers/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Follow instructions from their [documentation](https://developers.google.com/map
9494
🌐 Web instances must configure <code>settings.json</code>:
9595
<ul>
9696
<li><i>metrics.api.google.maps</i></li>
97+
<li><i>metrics.npm.optional.d3</i></li>
9798
</ul>
9899
<b>type:</b> <code>boolean</code>
99100
<br>

source/plugins/support/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
44
<tr><th colspan="2"><h3>💭 GitHub Community Support</h3></th></tr>
55
<tr><td colspan="2" align="center"><p>This plugin displays statistics from a <a href="https://github.community/">GitHub Support Community</a> account.</p>
6+
</td></tr>
7+
<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>
68
</td></tr>
79
<tr>
810
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>

0 commit comments

Comments
 (0)