Skip to content

Commit 887b8c0

Browse files
refactor: find and replace all the things (:
1 parent bbe1b09 commit 887b8c0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+155
-154
lines changed

streamerbot/1.get-started/0.introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ There are currently more than `300` sub-actions available in Streamer.bot, such
4141
- [Posting messages to Discord](/api/sub-actions/integrations/discord)
4242
- [Playing TTS (text-to-speech) Audio with Speaker.bot](/api/sub-actions/speakerbot/speak)
4343

44-
::callout{icon=i-mdi-bookmark color=green to=/api/sub-actions}
44+
::read-more{to=/api/sub-actions}
4545
Explore all available sub-actions in the [Sub-Actions API References](/api/sub-actions)
4646
::
4747

@@ -66,7 +66,7 @@ There are currently over `350` triggers available in Streamer.bot, such as:
6666
- [Chat Commands](/api/triggers/core/commands/command-triggered)
6767
- [Timed Actions](/api/triggers/core/timed-actions)
6868

69-
::callout{icon=i-mdi-bookmark color=green to=/api/triggers}
69+
::read-more{to=/api/triggers}
7070
Explore all available triggers in the [Triggers API References](/api/triggers)
7171
::
7272

@@ -112,6 +112,6 @@ Now that you have a basic understanding of these building blocks, you're ready t
112112

113113
Continue to the installation guide below, or explore further into the [Configuration Guide](/guide) and full [API References](/api) documentation.
114114

115-
::callout{color=green icon=i-mdi-check-circle}
115+
::success
116116
**Welcome to Streamer.bot, enjoy your stay!**
117117
::

streamerbot/1.get-started/2.setup.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Connect your Twitch account to Streamer.bot
3535
:youtube-embed{id="zCRK9ePxTKI"}
3636
::
3737

38-
::callout{icon=i-mdi-navigation}
38+
::navigate
3939
Navigate to **Platforms > Twitch > Accounts**
4040
::
4141

@@ -52,7 +52,7 @@ The `Broadcaster Account` is your primary Twitch account where you host your str
5252

5353
Review all scopes granted to Streamer.bot and allow access to proceed
5454

55-
::callout{icon=i-mdi-check color=green}
55+
::success
5656
Streamer.bot will automatically connect to this account on startup.
5757
::
5858

@@ -71,7 +71,7 @@ The `Bot Account` is an **optional** second connection if you wish to send chat
7171
The `Bot Account` has limited permission scope and can only send chat messages or whispers.
7272
::
7373

74-
::callout{icon=i-mdi-bookmark color=green to=/guide/platforms/twitch}
74+
::read-more{to=/guide/platforms/twitch}
7575
Explore the full [Twitch Configuration Guide](/guide/platforms/twitch) to learn more about all available options.
7676
::
7777

@@ -84,7 +84,7 @@ Connect your YouTube account with Streamer.bot
8484
:youtube-embed{id="aFHoUZS1XWA"}
8585
::
8686

87-
::callout{icon=i-mdi-navigation}
87+
::navigate
8888
Navigate to **Platforms > YouTube > Accounts**
8989
::
9090

@@ -133,7 +133,7 @@ The `Bot Account` is an **optional** second connection if you wish to send chat
133133

134134
Enable `Auto Connect` to automatically connect to your YouTube account when Streamer.bot starts up
135135

136-
::callout{icon=i-mdi-bookmark color=green to=/guide/platforms/youtube}
136+
::read-more{to=/guide/platforms/youtube}
137137
Explore the full [YouTube Configuration Guide](/guide/platforms/youtube) to learn more about all available options.
138138
::
139139

@@ -171,7 +171,7 @@ This guide assumes you are running **OBS Studio** version `28.0.0` or later
171171

172172
1. Enable OBS WebSocket Server
173173

174-
::callout{icon=i-mdi-navigation}
174+
::navigate
175175
In OBS Studio, navigate to **Tools > WebSocket Server Settings** from the menu bar<br/>
176176
::
177177

@@ -188,7 +188,7 @@ This guide assumes you are running **OBS Studio** version `28.0.0` or later
188188

189189
2. Set up your OBS Studio connection in Streamer.bot
190190

191-
::callout{icon=i-mdi-navigation}
191+
::navigate
192192
Navigate to **Stream Apps > OBS**
193193
::
194194

@@ -209,7 +209,7 @@ This guide assumes you are running **OBS Studio** version `28.0.0` or later
209209
If you are having trouble connecting, double-check the **Host, Port, Password, and Version** to ensure it matches your OBS Studio instance.
210210
::
211211

212-
::callout{icon=i-mdi-bookmark color=green to=/guide/broadcasters/obs-studio}
212+
::read-more{to=/guide/broadcasters/obs-studio}
213213
Explore the full [OBS Studio Configuration Guide](/guide/broadcasters/obs-studio) to learn more about all available options.
214214
::
215215

@@ -225,7 +225,7 @@ Set up Streamer.bot to remotely control your Streamlabs Desktop instance
225225

226226
Obtain your **API Token** and **Port** from your Streamlabs Desktop settings.
227227

228-
::callout{icon=i-mdi-navigation}
228+
::navigate
229229
Navigate to **Settings > Remote Control** in Streamlabs Desktop
230230
::
231231

@@ -235,15 +235,15 @@ Set up Streamer.bot to remotely control your Streamlabs Desktop instance
235235

236236
2. Add Streamlabs Desktop connection to Streamer.bot
237237

238-
::callout{icon=i-mdi-navigation}
238+
::navigate
239239
Navigate to **Stream Apps > Streamlabs Desktop**
240240
::
241241

242242
![Streamlabs Desktop Configuration](assets/streamlabs-desktop.png)
243243

244244
To add a new connection, <kbd>Right-Click</kbd> anywhere in the panel area and select `Add`
245245

246-
::callout{icon=i-mdi-bookmark color=green to=/guide/broadcasters/streamlabs-desktop}
246+
::read-more{to=/guide/broadcasters/streamlabs-desktop}
247247
Explore the full [Streamlabs Desktop Configuration Guide](/guide/broadcasters/streamlabs-desktop) to learn more about all available options.
248248
::
249249

@@ -253,7 +253,7 @@ Set up Streamer.bot to remotely control your Meld Studio instance
253253

254254
1. Enable Remote Connections
255255

256-
::callout{icon=i-mdi-navigation}
256+
::navigate
257257
In Meld Studio, navigate to **File > Preferences > Advanced** in Meld Studio<br/>
258258
::
259259

@@ -263,7 +263,7 @@ Set up Streamer.bot to remotely control your Meld Studio instance
263263

264264
2. Setup your Meld Studio connection in Streamer.bot
265265

266-
::callout{icon=i-mdi-navigation}
266+
::navigate
267267
Navigate to **Stream Apps > Meld Studio**
268268
::
269269

streamerbot/1.get-started/installation/linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ navigation: false
55
icon: i-mdi-linux
66
---
77

8-
::callout{icon=i-mdi-alert color=amber}
8+
::warning
99
Streamer.bot on Linux is **experimental** and not officially supported.
1010
::
1111

@@ -50,7 +50,7 @@ View [Streamerbot/sb-linux-installer](https://github.com/Streamerbot/sb-linux-in
5050
---
5151
1. Install `wine`
5252

53-
::callout{icon=i-mdi-bookmark to="https://wiki.winehq.org/Ubuntu"}
53+
::read-more{to="https://wiki.winehq.org/Ubuntu"}
5454
Follow the instructions [here](https://wiki.winehq.org/Ubuntu) to install Wine on your version of Ubuntu
5555
::
5656

@@ -140,11 +140,11 @@ All actions and commands are listed in the order they have been added.
140140
### Viewer Context Menu
141141
The :shortcut{value="Right-Click"} context menu on users within the viewers tab may not render correctly. You need to move the mouse over the opening context menu to let it fully appear.
142142

143-
::callout{icon=i-mdi-check color=green}
143+
::success
144144
This issue has been resolved in Wine 7 and later
145145
::
146146

147-
::tip{color=amber}
147+
::tip
148148
The speed with which the context menu appears can be improved by redirecting `stdout` to `/dev/null`
149149

150150
```bash

streamerbot/1.get-started/installation/macos.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: Install Streamer.bot on MacOS
44
navigation: false
55
icon: i-mdi-apple
66
---
7-
::callout{icon=i-mdi-alert color=amber}
7+
::warning
88
Whisky is now in [maintenance mode](https://docs.getwhisky.app/maintenance-notice.html) and no longer actively maintained. This guide may or may not work with 0.2.8 and below and will more than likely be deprecated with future releases of Streamer.bot.
99
::
1010

1111
Streamer.bot can be installed on MacOS using [Whisky](https://getwhisky.app)
1212

13-
::callout{icon=i-mdi-alert color=amber}
13+
::warning
1414
Streamer.bot on MacOS is **experimental** and not officially supported.
1515
Whisky requires MacOS 14.0 or later.
1616
::
@@ -96,7 +96,7 @@ All actions and commands are listed in the order they have been added.
9696
### Viewer Context Menu
9797
The :shortcut{value="Right-Click"} context menu on users within the viewers tab may not render correctly. You need to move the mouse over the opening context menu to let it fully appear.
9898

99-
::callout{icon=i-mdi-check color=green}
99+
::success
100100
This issue has been resolved in Wine 7 and later
101101
::
102102

streamerbot/2.guide/01.actions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The actions tab is split into 3 main parts:
3434
2. `Triggers` - All triggers configured for the selected action will be listed here
3535
3. `Sub-Actions` - All sub-actions configured for the selected action will be listed here
3636

37-
::callout{icon=i-mdi-bookmark color=green :to=/guide/import-export}
37+
::read-more{to=/guide/import-export}
3838
Explore the [Import & Export Guide](/guide/import-export) to learn how to import actions shared by the community!
3939
::
4040

@@ -56,10 +56,10 @@ To create your first action, <kbd>Right-Click</kbd> in the actions pane and sele
5656
::field{name=Queue type=Select required default=Default}
5757
Assign this action to an [Action Queue](#action-queues)
5858

59-
::callout{icon=i-mdi-alert color=amber}
59+
::warning
6060
The `Default` queue is configured as a **non-blocking** queue, meaning actions will execute immediately on request and are allowed to run concurrently.
6161
::
62-
::callout{icon=i-mdi-bookmark color=green to=#action-queues}
62+
::read-more{to=#action-queues}
6363
Learn more about [Action Queues](#action-queues) below
6464
::
6565
::
@@ -68,7 +68,7 @@ To create your first action, <kbd>Right-Click</kbd> in the actions pane and sele
6868
::
6969
::field{name="Random Action (RA)" type=Toggle default=true}
7070
Randomly execute a single sub-action from within this action
71-
::callout{icon=i-mdi-alert color=amber}
71+
::warning
7272
Sub-action groups will be treated as a **single entity** and will execute as if they were a standalone action.
7373
::
7474
::tip
@@ -77,7 +77,7 @@ To create your first action, <kbd>Right-Click</kbd> in the actions pane and sele
7777
::
7878
::field{name="Concurrent (CC)" type=Toggle default=true}
7979
Execute all sub-actions in this action simultaneously, rather than waiting for each step to complete.
80-
::callout{icon=i-mdi-alert color=amber}
80+
::warning
8181
This will also **ignore** the [Delay](/api/sub-actions/core/delay) sub-action
8282
::
8383
::
@@ -144,7 +144,7 @@ With an action selected, you can then <kbd>Right-Click</kbd> anywhere in the **s
144144

145145
![Sub-Actions Pane](assets/sub-actions.png){caption-alt}
146146

147-
::callout{icon=i-mdi-bookmark color=green color=green to=/api/sub-actions}
147+
::read-more{color=green to=/api/sub-actions}
148148
Explore all available sub-actions and their configuration options in the [Sub-Actions API References](/api/sub-actions)
149149
::
150150

streamerbot/2.guide/02.triggers.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To activate the triggers pane, you must first **select an action** by clicking o
2020

2121
<kbd>Right-Click</kbd> anywhere in the triggers pane (or click the `+` icon in the top right) to browse triggers and add them to your selected action.
2222

23-
::callout{icon=i-mdi-bookmark color=green to=/api/triggers}
23+
::read-more{to=/api/triggers}
2424
Explore all available triggers and their configuration options in the [Triggers API References](/api/triggers)
2525
::
2626

@@ -55,17 +55,17 @@ Range configuration is used for filtering incoming numeric triggers based on min
5555

5656
For example, the [Twitch Cheer Trigger](/api/triggers/twitch/chat/cheer) allows you to filter incoming trigger events for a specified bit range.
5757

58-
::tip{color=amber}
58+
::tip
5959
`Min` and `Max` values are **inclusive**
6060
::
6161

62-
::callout{icon=i-mdi-alert color=amber}
62+
::warning
6363
If only a `Max` is set, the trigger will execute on **exact values** matching the configured `Max`
6464
::
6565

6666
Leave both `Min` and `Max` blank to trigger on all values.
6767

68-
::callout{icon=i-mdi-bookmark color=green to=#always-run}
68+
::read-more{to=#always-run}
6969
Learn about the [Always Run](#always-run) option for range triggers below
7070
::
7171

@@ -85,7 +85,7 @@ This field can be left empty to trigger on all values.
8585
#### `Test Trigger`
8686
Send a test execution of the selected trigger
8787

88-
::callout{icon=i-mdi-bookmark color=green to="#testing"}
88+
::read-more{to="#testing"}
8989
Read more about [Testing Actions](#testing) below
9090
::
9191

@@ -95,7 +95,7 @@ Open the configuration dialog for the selected trigger
9595
#### `Copy Trigger`
9696
Copy the selected trigger to the clipboard
9797

98-
::tip{color=amber}
98+
::tip
9999
This creates a `Base64` string intended to be pasted into other actions, but it can also be sent to notepad or any other computer to be imported into another instance of Streamer.bot
100100
::
101101

@@ -113,7 +113,7 @@ Toggle this trigger on or off.
113113
#### `Refresh Triggers`
114114
Reload criteria data for all triggers
115115

116-
::tip{color=amber}
116+
::tip
117117
This is useful if you have modified data elsewhere in Streamer.bot, and it is not showing up in the trigger dialog
118118
::
119119

@@ -129,7 +129,7 @@ Disable all triggers for the selected action
129129
#### `Always Run`
130130
Always execute this trigger, even if another matching trigger has been configured elsewhere with an overlapping range.
131131

132-
::tip{color=amber}
132+
::tip
133133
This is a special option that only applies to [range triggers](#range)
134134
::
135135

@@ -138,7 +138,7 @@ For example, if you have a [Twitch Cheer Trigger](/api/triggers/twitch/chat/chee
138138
- Enabling `Always Run` will allow both triggers to execute
139139
- Disabling `Always Run` will **only** execute the `Any` trigger if the bit value does not equal 100 Bits
140140

141-
::tip{color=amber}
141+
::tip
142142
You can quickly recognize triggers configured to `Always Run` by their blue color
143143
::
144144

@@ -162,13 +162,13 @@ Simulated Events documentation needed (Coming in Streamer.bot v0.2.2)
162162
## Advanced
163163
### Custom Triggers
164164

165-
::callout{icon=i-mdi-alert color=amber}
165+
::warning
166166
Custom Triggers **require C# Code** to register and execute
167167
::
168168

169169
You can define your own triggers using C# Code. These will then show up in the trigger menu UI under `Custom` once the C# code defining them has been run once.
170170

171-
::tip{color=amber}
171+
::tip
172172
Since custom triggers need to be re-defined on every boot of StreamerBot, it is encouraged to define these in your C# module's `public void Init()` method and enable `Precompile on Application start`.
173173
::
174174

@@ -198,7 +198,7 @@ This is only for user convenience and does not change the process of triggering
198198
CPH.RegisterCustomTrigger("Poll Ended", "poll_ended", new[] {"Chat Based Poll"});
199199
CPH.RegisterCustomTrigger("Poll Canceled", "poll_canceled", new[] {"Chat Based Poll"});
200200
CPH.RegisterCustomTrigger("Poll Status", "poll_status", new[] {"Chat Based Poll"});
201-
201+
202202
// Register three nested triggers in category `Winner`, which is in category `Chat Based Poll`
203203
CPH.RegisterCustomTrigger("Poll Message Winner", "poll_winner_one", new[] {"Chat Based Poll", "Winner"});
204204
CPH.RegisterCustomTrigger("Poll Message Tie 2", "poll_winner_two", new[] {"Chat Based Poll", "Winner"});

0 commit comments

Comments
 (0)