Skip to content

Commit a3cfaf4

Browse files
committed
update reference index page to list all sub sections and in the nav order
1 parent cca6854 commit a3cfaf4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/reference/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ looking for something specific.
1111

1212
* [Config File Reference](../config/index.md)
1313
* [Game Variables](../game_vars/index.md)
14-
* [Player Variables](../player_vars/index.md)
1514
* [Machine Variables](../machine_vars/index.md)
16-
* [Config Players](../config_players/index.md)
15+
* [Player Variables](../player_vars/index.md)
1716
* [Event Reference](../events/index.md)
17+
* [Config Players](../config_players/index.md)
1818
* [Assets](../assets/index.md)
1919
* [Shows](../shows/index.md)
2020
* [MPF Errors](../logs/index.md)
2121
* [Example Games](../examples/index.md)
2222
* [Code Extensions](../code/index.md)
23+
* [API Reference](../code/api_reference/index.md)
24+
* [BCP Protocol Specification](../code/BCP_Protocol/index.md)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ nav:
15231523
- code/api_reference/misc_components/DelayManager.md
15241524
- code/api_reference/misc_components/DelayManagerRegistry.md
15251525

1526-
- BCP Interface:
1526+
- BCP Protocol Specification:
15271527
- code/BCP_Protocol/index.md
15281528
- ball_start (BCP Command): code/BCP_Protocol/ball_start.md
15291529
- ball_end (BCP Command): code/BCP_Protocol/ball_end.md

0 commit comments

Comments
 (0)