Update README.md

This commit is contained in:
linguist
2021-01-02 15:50:28 +01:00
parent e9ee0334bc
commit b87bb0f803

View File

@@ -515,19 +515,19 @@ Used template defaults to the `classic` one.
<tr>
<th>Classic</th>
<td>✔️</td>
<td><span title="'plugin_pagespeed_screenshot' is available on @master">✔️<sup>N</sup></span></td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td><span title="'plugin_topics_mode' is available on @master">✔️<sup>N</sup></span></td>
<td><span title="'plugin_projects_repositories' is available on @master">✔️<sup>N</sup></span></td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td><span title="'Files' and 'Comments' are available on @master">✔️<sup>N</sup></span></td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
<td>✔️</td>
</tr>
<tr>
<th>Terminal</th>
@@ -655,8 +655,6 @@ Add the following to your workflow instead :
plugin_pagespeed_token: ${{ secrets.PAGESPEED_TOKEN }}
```
🚧 The feature below is only available on @master
You can also display the screenshot taken by PageSpeed API :
![Pagespeed plugin (screenshot)](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.pagespeed.screenshot.svg)
@@ -951,8 +949,6 @@ Add the following to your workflow :
plugin_topics_limit: 15
```
🚧 The feature below is only available on @master
It is possible to display starred topics as `Mastered and known technologies` instead :
![Topics plugin (mastered)](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.topics.mastered.svg)
@@ -1009,8 +1005,6 @@ Fill the informations and set visibility to *public* :
</details>
🚧 The feature below is only available on @master
It is possible to display projects related to repositories along with personal projects.
To do so, open your repository project and retrieve the last url endpoint, in the format `:user/:repository/projects/:project_id` (for example, `lowlighter/metrics/projects/1`) and add it in the `plugin_projects_repositories` option. Enable `Track project progress` in the project settings to display a progress bar in generated metrics.
@@ -1246,7 +1240,7 @@ See all supported options in [action.yml](action.yml).
#### 🌐 Set timezone
By default, dates are based on the Greenwich meridian (England time).
By default, dates are based on the Greenwich meridian (England time).
It is possible to set set your timezone (see [here](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for a list of supported timezones) by adding the following to your workflow :
@@ -1259,7 +1253,7 @@ It is possible to set set your timezone (see [here](https://en.wikipedia.org/wik
#### 🔲 Adjust padding
Generated metrics height is computed after being rendered through an headless browser. As rendering can depends on used fonts and operating system, it may render as cropped or with additional blank space at the bottom.
Generated metrics height is computed after being rendered through an headless browser. As rendering can depends on used fonts and operating system, it may render as cropped or with additional blank space at the bottom.
It is possible to adjust the padding by adding the following to your workflow :
```yaml