diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml
index 63e504c2..ad431894 100644
--- a/.github/workflows/examples.yml
+++ b/.github/workflows/examples.yml
@@ -1136,7 +1136,7 @@ jobs:
base: ""
plugin_steam_token: MOCKED_TOKEN
plugin_steam: yes
- plugin_steam_user: 0
+ plugin_steam_user: "0"
plugin_steam_sections: recently-played
plugin_steam_achievements_limit: 0
use_mocked_data: yes
@@ -1153,7 +1153,7 @@ jobs:
base: ""
plugin_steam_token: MOCKED_TOKEN
plugin_steam: yes
- plugin_steam_user: 0
+ plugin_steam_user: "0"
use_mocked_data: yes
output_action: none
delay: 120
diff --git a/README.md b/README.md
index 96e60945..fe63843a 100644
--- a/README.md
+++ b/README.md
@@ -448,6 +448,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
# š Documentation
+> *ā ļø This is the documentation of **v3.34-beta** (`@master`/`@main` branches) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master) planned for next release. See documentation for current released version [**v3.33** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).*
+
## 𦮠Setup
diff --git a/source/plugins/community/16personalities/README.md b/source/plugins/community/16personalities/README.md
index 734953cc..50b64edd 100644
--- a/source/plugins/community/16personalities/README.md
+++ b/source/plugins/community/16personalities/README.md
@@ -40,8 +40,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
- ⨠On master/main
-š Web instances must configure settings.json:
+ | š Web instances must configure settings.json:
- metrics.run.puppeteer.scrapping
@@ -58,8 +57,7 @@ Login with the generated password received in your mailbox and copy the link tha
![]() |
- ⨠On master/main
-type: string
+ | type: string
|
@@ -73,8 +71,7 @@ Login with the generated password received in your mailbox and copy the link tha
- ⨠On master/main
-type: array
+ | type: array
(comma-separated)
default: personality
@@ -86,8 +83,7 @@ Login with the generated password received in your mailbox and copy the link tha
![]() |
- ⨠On master/main
-type: boolean
+ | type: boolean
default: yes
|
diff --git a/source/plugins/leetcode/README.md b/source/plugins/leetcode/README.md
index 5d231b41..896b56ed 100644
--- a/source/plugins/leetcode/README.md
+++ b/source/plugins/leetcode/README.md
@@ -91,8 +91,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
- ⨠On master/main
-type: array
+ | type: array
|
diff --git a/source/plugins/stargazers/README.md b/source/plugins/stargazers/README.md
index f960e872..a554e60a 100644
--- a/source/plugins/stargazers/README.md
+++ b/source/plugins/stargazers/README.md
@@ -63,8 +63,7 @@ Follow instructions from their [documentation](https://developers.google.com/map
- ⨠On master/main
-type: number
+ | type: number
(0 ā¤
š„)
diff --git a/source/plugins/steam/README.md b/source/plugins/steam/README.md
index a2c5fec7..32b33db0 100644
--- a/source/plugins/steam/README.md
+++ b/source/plugins/steam/README.md
@@ -40,8 +40,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
![]() |
- ⨠On master/main
-type: boolean
+ | type: boolean
default: no
|
@@ -52,7 +51,6 @@ All product and company names are trademarks⢠or registered® trademarks of th
š Token
-⨠On master/main
š Web instances must configure settings.json:
- metrics.api.steam
@@ -71,8 +69,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
![]() |
- ⨠On master/main
-type: array
+ | type: array
(comma-separated)
default: player, most-played, recently-played
|
@@ -85,7 +82,6 @@ All product and company names are trademarks⢠or registered® trademarks of th
āÆļø Cannot be preset
-⨠On master/main
type: string
|
@@ -96,8 +92,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
- ⨠On master/main
-type: array
+ | type: array
(comma-separated)
|
@@ -107,8 +102,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
- ⨠On master/main
-type: number
+ | type: number
(0 ā¤
š„)
@@ -121,8 +115,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
![]() |
- ⨠On master/main
-type: number
+ | type: number
(0 ā¤
š„)
@@ -135,8 +128,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
![]() |
- ⨠On master/main
-type: number
+ | type: number
(0 ā¤
š„)
@@ -148,8 +140,7 @@ All product and company names are trademarks⢠or registered® trademarks of th
![]() |
- ⨠On master/main
-type: number
+ | type: number
(0 ā¤
š„)
@@ -180,7 +171,7 @@ with:
base: ""
plugin_steam_token: ${{ secrets.STEAM_TOKEN }}
plugin_steam: yes
- plugin_steam_user: 0
+ plugin_steam_user: "0"
plugin_steam_sections: recently-played
plugin_steam_achievements_limit: 0
@@ -194,7 +185,7 @@ with:
base: ""
plugin_steam_token: ${{ secrets.STEAM_TOKEN }}
plugin_steam: yes
- plugin_steam_user: 0
+ plugin_steam_user: "0"
```
diff --git a/tests/cases/steam.plugin.yml b/tests/cases/steam.plugin.yml
index 7062aaf0..f1099638 100644
--- a/tests/cases/steam.plugin.yml
+++ b/tests/cases/steam.plugin.yml
@@ -4,7 +4,7 @@
token: NOT_NEEDED
plugin_steam_token: MOCKED_TOKEN
plugin_steam: 'yes'
- plugin_steam_user: 0
+ plugin_steam_user: '0'
plugin_steam_sections: recently-played
plugin_steam_achievements_limit: 0
use_mocked_data: 'yes'
@@ -15,6 +15,6 @@
token: NOT_NEEDED
plugin_steam_token: MOCKED_TOKEN
plugin_steam: 'yes'
- plugin_steam_user: 0
+ plugin_steam_user: '0'
use_mocked_data: 'yes'
verify: 'yes'
|