fix(docs): several typos (#1051)
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<li><code>repositories</code>, which contains repositories stats (license, forks, stars, etc.)</li>
|
<li><code>repositories</code>, which contains repositories stats (license, forks, stars, etc.)</li>
|
||||||
<li><code>metadata</code>, which contains informations about generated metrics</li>
|
<li><code>metadata</code>, which contains informations about generated metrics</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>These are all enabled by default, but it is possible to explicitely opt out from them.</p>
|
<p>These are all enabled by default, but it is possible to explicitly opt out from them.</p>
|
||||||
<img width="900" height="1" alt=""></td>
|
<img width="900" height="1" alt=""></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -21,10 +21,10 @@ inputs:
|
|||||||
* `header`, which usually contains username, two-week commits calendars and a few additional data
|
* `header`, which usually contains username, two-week commits calendars and a few additional data
|
||||||
* `activity`, which contains recent activity (commits, pull requests, issues, etc.)
|
* `activity`, which contains recent activity (commits, pull requests, issues, etc.)
|
||||||
* `community`, which contains community stats (following, sponsors, organizations, etc.)
|
* `community`, which contains community stats (following, sponsors, organizations, etc.)
|
||||||
* `repositories`, which contains repositories stats (license, forks, stars, etc.)
|
* `repositories`, which contains repository stats (license, forks, stars, etc.)
|
||||||
* `metadata`, which contains informations about generated metrics
|
* `metadata`, which contains information about generated metrics
|
||||||
|
|
||||||
These are all enabled by default, but it is possible to explicitely opt out from them.
|
These are all enabled by default, but it is possible to explicitly opt out from them.
|
||||||
type: array
|
type: array
|
||||||
format: comma-separated
|
format: comma-separated
|
||||||
default: header, activity, community, repositories, metadata
|
default: header, activity, community, repositories, metadata
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ Some presets are hosted on this repository on the [`@presets`](https://github.co
|
|||||||
config_presets: "@lunar-red"
|
config_presets: "@lunar-red"
|
||||||
```
|
```
|
||||||
|
|
||||||
> ⚠️ `🔐 Tokens` and options marked with `⏯️ Cannot be preset`, as they suggest, cannot be preset and thus requires to be explicitely defined to be set.
|
> ⚠️ `🔐 Tokens` and options marked with `⏯️ Cannot be preset`, as they suggest, cannot be preset and thus requires to be explicitly defined to be set.
|
||||||
|
|
||||||
> ℹ️ Presets configurations use [schemas](https://github.com/lowlighter/metrics/tree/presets/%40schema) to ensure compatibility between format changes
|
> ℹ️ Presets configurations use [schemas](https://github.com/lowlighter/metrics/tree/presets/%40schema) to ensure compatibility between format changes
|
||||||
|
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ The `embed()` function takes two arguments:
|
|||||||
|
|
||||||
> 💡 The `plugin_` prefix can be dropped for convenience
|
> 💡 The `plugin_` prefix can be dropped for convenience
|
||||||
|
|
||||||
> 💡 The `embed()` function does not have `🗃️ base` plugin enabled by default. To use it, it is required to explicitely pass them through `base` option.
|
> 💡 The `embed()` function does not have `🗃️ base` plugin enabled by default. To use it, it is required to explicitly pass them through `base` option.
|
||||||
|
|
||||||
## ℹ️ Examples workflows
|
## ℹ️ Examples workflows
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user