Skip to content

Commit 725b538

Browse files
docs: add frontmatter to old speaker.bot pages
1 parent be815a7 commit 725b538

7 files changed

Lines changed: 35 additions & 23 deletions

File tree

speakerbot/1.guide/2.config/0.index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# General Settings
1+
---
2+
title: General Settings
3+
description: Configure general settings for Speaker.bot
4+
---
25

3-
::list{type=info}
4-
- Navigate to `Settings -> General`
6+
::navigate
7+
Navigate to **Settings > General** in Speaker.bot
58
::
69

710
## Instance Information
811

912
### Identifier
1013
Unique ID for this instance.
1114

12-
::callout{color=amber icon=i-mdi-alert}
15+
::warning
1316
Only reset this field if you know what you are doing.
1417
::
1518

@@ -28,14 +31,14 @@ Enable this option to allow your moderators to whipster `!tts` commands to your
2831
## Log Level
2932
This will determine the level of logs that are output to the `logs` directory.
3033

31-
::callout{color=amber icon=i-mdi-lightbulb}
34+
::note
3235
When requesting support, it is best to set this to `Verbose` to get highest level of detail in your logs
3336
::
3437

3538
## Audio Output Device
3639
Select the default audio device for TTS to be output to.
3740

38-
::callout{color=amber icon=i-mdi-lightbulb}
41+
::note
3942
This will be represented as the `Application Default` option within voice profiles, where you can also override output on a per-profile basis.
4043
::
4144

speakerbot/1.guide/2.config/1.ignore.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Ignore Profiles
1+
---
2+
title: Ignore Profiles
3+
description: Configure ignored voices and locales for random voice selection
4+
---
25

3-
::list{type=info}
4-
- Navigate to `Settings -> Ignored Voices/Locales`
6+
::navigate
7+
Navigate to **Settings > Ignored Voices / Locales** in Speaker.bot
58
::
69

710
Create saved profiles which allow you to exclude specific voices and/or locales from random voice selection.

speakerbot/1.guide/2.config/2.speak-options.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Speaking Options
1+
---
2+
title: Speaking Options
3+
description: Configure global speaking options for TTS
4+
---
25

3-
::list{type=info}
4-
- Navigate to `Settings -> Speaking Options`
6+
::navigate
7+
Navigate to **Settings > Speaking Options** in Speaker.bot
58
::
69

710
## Speaking Options

speakerbot/1.guide/2.config/3.replace.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# Replacement
1+
---
2+
title: Replacement Settings
3+
description: Configure bad word filtering and regex replacements for TTS
4+
---
25

3-
::list{type=info}
4-
- Navigate to `Settings -> Replacement`
6+
::navigate
7+
Navigate to **Settings > Replacement** in Speaker.bot
58
::
69

710
## Bad Word Filter

speakerbot/1.guide/2.config/4.users.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: User Settings
3+
description: Configure per-user TTS settings
34
---
45

5-
# User Settings
6-
::list{type=info}
7-
- Navigate to `Settings -> Users`
6+
::navigate
7+
Navigate to **Settings > Users** in Speaker.bot
88
::
99

1010
Here you can modify TTS settings on a per-user basis.
1111

1212
To begin configuration, select any viewer from the left pane.
1313

14-
::callout{color=amber icon=i-mdi-alert}
14+
::warning
1515
Uncheck `Hide Not Present` to see any users ever detected by Speaker.bot, including offline users.
1616
::
1717

@@ -38,8 +38,8 @@ Set the user as a regular.
3838
Useful if you are utilizing Speaker.bot's permissions for `Regulars` in other parts of the application.
3939

4040
### Subscribed
41-
::list{type=danger}
42-
- Read only checkbox
41+
::danger
42+
Read only checkbox
4343
::
4444

4545
Will be checked if the user is a Twitch Subscriber.

speakerbot/2.api/0.websocket/0.index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ Any identifier or nonce you wish to use to identify your request.
6363

6464
The name of the supported request.
6565

66-
::callout{color=amber icon=i-mdi-lightbulb}
66+
::tip
6767
All supported requests are documented on the next page.
6868
::

speakerbot/2.api/0.websocket/1.requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Enable or disable events being spoken.
6666
### `Mode`
6767
Toggle the current speaking mode.
6868

69-
::callout{color=amber icon=i-mdi-alert}
69+
::warning
7070
If no commands are configured in your Speaker.bot instance, setting mode to `command` will return a failure response.
7171
::
7272

0 commit comments

Comments
 (0)