Skip to content

Commit 25b8dbb

Browse files
committed
add "Related How To guide" sections for many config pages missing them
1 parent e83159f commit 25b8dbb

25 files changed

+75
-39
lines changed

docs/config/blinkenlights.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ Name of this device in service mode.
171171
List of one (or more) values, each is a type: `string`. Defaults to
172172
empty.
173173

174-
--8<-- "todo.md"
175174

176175
## Related How To guides
177176

178-
--8<-- "todo.md"
177+
* [Blinkenlight player](../config_players/blinkenlight_player.md)

docs/config/bonus.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ This is nice if you don't want a bonus screen to show up for something
188188
the player has not done, like "0 ramps = 0 points" or whatever. (Or
189189
maybe you want to make this "true" to show the player how bad they
190190
are?) :)
191+
192+
## Related How To guides
193+
194+
* [How to configure End of Ball Bonus](../game_logic/bonus/configuring_bonus.md)

docs/config/credits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,3 +300,7 @@ versus specials versus high score awards, etc.
300300
### award:
301301

302302
Numeric value of the number of credits you'd like to award.
303+
304+
## Related How To guides
305+
306+
* [Coins & Credits](../game_logic/credits.md)

docs/config/logic_blocks.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ counters:
2424
2525
There are three type of logic blocks:
2626
27+
* [accruals:](accruals.md)
28+
* [counters:](counters.md)
29+
* [sequences:](sequences.md)
30+
31+
Click each of the links above for details and settings for each type of logic block.
32+
33+
## Related How To guides
34+
2735
* [accruals:](../game_logic/logic_blocks/accruals.md)
2836
* [counters:](../game_logic/logic_blocks/counters.md)
2937
* [sequences:](../game_logic/logic_blocks/sequences.md)
30-
31-
Click each of the links above for details and settings for each type of
32-
logic block.

docs/config/logic_blocks_common.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,9 @@ If `true` this device will start enabled. If `false` this device will
108108
start disabled. If you omit this the device will start enabled unless
109109
you specify `enable_events` in which case the device will start
110110
disabled.
111+
112+
## Related How To guides
113+
114+
* [accruals:](../game_logic/logic_blocks/accruals.md)
115+
* [counters:](../game_logic/logic_blocks/counters.md)
116+
* [sequences:](../game_logic/logic_blocks/sequences.md)

docs/config/named_colors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ light_player:
4545
4646
## Related How To guides
4747
48-
--8<-- "todo.md"
48+
* [Lights](../mechs/lights/index.md)

docs/config/opp_coils.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ The recycle_factor is used in OPP to determine the cool down time of a
2828
coil after a pulse in relation to default_pulse_ms. For instance, with
2929
recycle_factor of 2 and a default_pulse_ms of 20ms the coil will cool
3030
down for at least 40ms after each pulse.
31+
32+
## Related How To guides
33+
34+
* [OPP coils / drivers](../hardware/opp/drivers.md)

docs/config/pd_led_boards.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,7 @@ Single value, type: `integer`. Default: `1603`
308308

309309
Clock cycles for a reset bit in a WS281x chain (at 32MHz). Usually this
310310
does not have to be changed.
311+
312+
## Related How To guides
313+
314+
* [How to configure LEDs on the PD-LED (P-ROC/P3-ROC)](../hardware/multimorphic/leds.md)

docs/config/shot_profiles.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,3 +265,7 @@ The step number the show will start on.
265265
Single value, type: `integer`. Default: `None`
266266

267267
The sync_ms value of the show.
268+
269+
## Related How To guides
270+
271+
* [Shot Profiles](../game_logic/shots/shot_profiles.md)

docs/config/show_config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ Single value, type: `integer`.
7777

7878
See the [Synchronizing multiple shows](../shows/sync_ms.md) documentation for
7979
details.
80+
81+
## Related How To guides
82+
83+
* [Shows](../shows/index.md)
84+
* [Tutorial step 16: Create an attract mode display show](../tutorial/16_attract_mode_show.md)

0 commit comments

Comments
 (0)