Skip to content

Commit 82e9937

Browse files
committed
move config reference links to top in all config player high-level reference pages
1 parent b8c0f82 commit 82e9937

20 files changed

+27
-46
lines changed

docs/config_players/blinkenlight_player.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Blinkenlight player
44

55
# Blinkenlight player
66

7+
* [blinkenlight_player: Config Reference](../config/blinkenlight_player.md)
78

89
The *blinkenlight player* is a [config player](index.md)
910
that's used add or remove colors from a blinkenlight.
@@ -384,8 +385,3 @@ blinkenlight_player:
384385
In this case, the red color is added to the blinkenlight when
385386
`some_event` is posted, and then removed when `some_other_event` is
386387
posted.
387-
388-
## Config Options
389-
390-
See [blinkenlight_player:](../config/blinkenlight_player.md) for
391-
config details.

docs/config_players/coil_player.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Coil player
44

55
# Coil player
66

7+
* [coil_player: Config Reference](../config/coil_player.md)
78

89
The *coil player* is a [config player](index.md)
910
that's used pulse, enable, or disable coils and drivers.
@@ -54,5 +55,4 @@ In shows, the coil player is used via the `coils:` section of a step.
5455
## Related Pages
5556

5657
* [Coils (Solenoids)](../mechs/coils/index.md)
57-
* [coil_player: Config Reference](../config/coil_player.md)
5858
* [coil_player Api Reference](../code/api_reference/config_players/coil_player.md)

docs/config_players/display_light_player.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Using LEDs as display (display_light_player)
44

55
# Using LEDs as display (display_light_player)
66

7+
[display_light_player: Config Reference](../config/display_light_player.md)
8+
79

810
You can map any display to your playfield LEDs or any LEDs (e.g. a LED
911
matrix) in your machine. This enables you to leverage any MC features
@@ -61,8 +63,3 @@ In config files, the display light player is used via the
6163

6264
In shows, the display light player is used via the `display_lights:`
6365
section of a step.
64-
65-
## Config Options
66-
67-
See [display_light_player:](../config/display_light_player.md) for
68-
config details.

docs/config_players/event_player.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Event player
44

55
# Event player
66

7+
* [event_player: Config Reference](../config/event_player.md)
78

89
The *event player* is a [config player](index.md) that's used to post events.
910

@@ -221,5 +222,4 @@ In shows, the event player is used via the `events:` section of a step.
221222

222223
## Related Pages:
223224

224-
* [event_player: Config Reference](../config/event_player.md)
225225
* [event_player API Reference](../code/api_reference/config_players/event_player.md)

docs/config_players/flasher_player.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Flasher player
44

55
# Flasher player
66

7+
* [flasher_player: Config Reference](../config/flasher_player.md)
78

89
The *flasher player* is a [config player](index.md) that's used to flash lights.
910

@@ -53,5 +54,4 @@ flasher_player:
5354
5455
## Related Pages:
5556
56-
* [flasher_player: Config Reference](../config/flasher_player.md)
5757
* [flasher_player API Reference](../code/api_reference/config_players/flasher_player.md)

docs/config_players/hardware_sound_player.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Hardware Sound player
44

55
# Hardware Sound player
66

7+
* [hardware_sound_player: Config Reference](../config/hardware_sound_player.md)
8+
79
The *hardware sound player* is a [config player](index.md)
810
that's used to control sounds. (This player is part of the MPF media
911
controller and only available if you're using MPF-MC for your media
@@ -28,5 +30,4 @@ Additional information may be found in the
2830

2931
## Related Pages:
3032

31-
* [hardware_sound_player: Config Reference](../config/hardware_sound_player.md)
3233
* [hardware_sound_player API Reference](../code/api_reference/config_players/hardware_sound_player.md)

docs/config_players/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Config Players
44

55
# Config Players
66

7+
* ["Config Players" Config Reference Index](../config/config_players/index.md)
78

89
An important concept to using the YAML-based configuration files is
910
something we call *config players*.

docs/config_players/light_player.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Light player
44

55
# Light player
66

7+
* [light_player: Config Reference](../config/light_player.md)
78

89
The *light player* is a [config player](index.md)
910
that's used to set the brightness and color of lights (including
@@ -244,5 +245,4 @@ use with placeholders.
244245
## Related Pages:
245246

246247
* [Lights](../mechs/lights/index.md)
247-
* [light_player: Config Reference](../config/light_player.md)
248248
* [light_player API Reference](../code/api_reference/config_players/light_player.md)

docs/config_players/playlist_player.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Playlist player
44

55
# Playlist player
66

7+
* [playlist_player: Config Reference](../config/playlist_player.md)
78

89
The *playlist player* is a [config player](index.md)
910
that's used to control playlists. (This player is part of the MPF media
@@ -24,10 +25,5 @@ step.
2425

2526
## Optional settings
2627

27-
Additional information may be found in the
28-
[sound_player](../config/playlist_player.md)
28+
Additional information may be found in the [sound_player](../config/playlist_player.md)
2929
configuration reference documentation.
30-
31-
## Related Pages:
32-
33-
* [playlist_player: Config Reference](../config/playlist_player.md)

docs/config_players/queue_event_player.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Queue Event player
44

55
# Queue Event player
66

7+
* [queue_event_player: Config Reference](../config/queue_event_player.md)
78

89
The *queue event player* is a [config player](index.md)
910
that's used to play queue events.
@@ -25,5 +26,4 @@ None. (It's not valid in shows since it doesn't make sense in shows.)
2526

2627
## Related Pages:
2728

28-
* [queue_event_player: Config Reference](../config/queue_event_player.md)
2929
* [Queue Event player API Reference](../code/api_reference/config_players/queue_event_player.md)

0 commit comments

Comments
 (0)