From ddf66d31a52cdcb5172f8b45a37071282a9fc9ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 02:55:35 +0000 Subject: [PATCH] ci: auto-regenerate files --- .../partials/documentation/compatibility.md | 11 +- README.md | 36 +++- action.yml | 57 ++++++ settings.example.json | 7 + source/plugins/README.md | 2 + .../community/16personalities/README.md | 101 ++++++++++ source/plugins/community/README.md | 37 ++-- source/plugins/steam/README.md | 178 ++++++++++++++++++ source/templates/classic/README.md | 2 +- 9 files changed, 403 insertions(+), 28 deletions(-) diff --git a/.github/readme/partials/documentation/compatibility.md b/.github/readme/partials/documentation/compatibility.md index 3923c6c5..da009dfa 100644 --- a/.github/readme/partials/documentation/compatibility.md +++ b/.github/readme/partials/documentation/compatibility.md @@ -41,6 +41,7 @@
| โ Back to plugins index | |
๐ง 16personalities | |
|---|---|
This plugin displays personality profile from a 16personalities profile. + | |
| โ ๏ธ Disclaimer | This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with 16personalities. +All product and company names are trademarksโข or registeredยฎ trademarks of their respective holders. + |
| Authors | @lowlighter |
| Supported features โ Full specification |
+ ๐ Classic template |
+
๐ค Users |
+ |
| No tokens are required for this plugin | +|
|
+ |
+ |
| Option | Description | +
|
+ Enable 16personalities plugin + |
+
โจ On master/main+๐ Web instances must configure settings.json:
+
boolean
++default: no |
+ |
|
+ Profile URL +This can be obtained after doing the test on 16personalities and registering an email. +Login with the generated password received in your mailbox and copy the link that is displayed when sharing the profile. +
+ |
+
โจ On master/main+type: string
+ |
+ |
|
+ Displayed sections +
|
+
โจ On master/main+type: array
+(comma-separated)
++default: personality +allowed values:
|
+ |
|
+ Display traits scores + |
+
โจ On master/main+type: boolean
++default: yes |
+
| โ Back to plugins index | |
๐น๏ธ Steam | |
|---|---|
This plugin can display your player profile and played games from your Steam account. + | |
| โ ๏ธ Disclaimer | This plugin is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Steam. +All product and company names are trademarksโข or registeredยฎ trademarks of their respective holders. + |
| Supported features โ Full specification |
+ ๐ Classic template |
+
๐ค Users ๐ฅ Organizations |
+ |
๐๏ธ plugin_steam_token |
+ |
+ Recently played gamesProfile and detailed game history |
+ |
| Option | Description | +
|
+ Enable steam plugin + |
+
โจ On master/main+type: boolean
++default: no |
+ |
|
+ Steam token + |
+
| ๐ Token +โจ On master/main+๐ Web instances must configure settings.json:
+
token
+ |
+ |
|
+ Displayed sections +
|
+
โจ On master/main+type: array
+(comma-separated)
++default: player, most-played, recently-played |
+ |
|
+ Steam user id +This can be found on your Steam user account details + |
+
| โฏ๏ธ Cannot be preset +โจ On master/main+type: string
+ |
+ |
|
+ Ignored games +Use App id as they are referenced in Steam catalog + |
+
โจ On master/main+type: array
+(comma-separated)
+ |
+ |
|
+ Display limit (Most played games) + |
+
โจ On master/main+type: number
+(0 โค
+๐ฅ)
++zero behaviour: disable +default: 1 |
+ |
|
+ Display limit (Recently played games) + |
+
โจ On master/main+type: number
+(0 โค
+๐ฅ)
++zero behaviour: disable +default: 1 |
+ |
|
+ Display limit (Games achievements) + |
+
โจ On master/main+type: number
+(0 โค
+๐ฅ)
++default: 2 |
+ |
|
+ Display threshold (Game playtime in hours) + |
+
โจ On master/main+type: number
+(0 โค
+๐ฅ)
++default: 2 |
+
๐ค Users ๐ฅ Organizations