Skip to content

Commit c016eea

Browse files
authored
[skip changelog] Fix issues with command reference section of the documentation's navigation pane (#801)
* Correct arduino-cli command name in command reference navigation When no title is defined, the documentation system automatically generates a title from the filename. This resulted in the command being incorrectly called "Arduino cli" in the command reference section of the documentation's navigation pane. * Add burn-bootloader to the command reference navigation It's required to add an entry to mkdocs.yml before the command will be shown in the command reference section of the documentation's navigation pane.
1 parent ae64532 commit c016eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,13 @@ nav:
6060
- CONTRIBUTING.md
6161
- FAQ.md
6262
- Command reference:
63-
- commands/arduino-cli.md
63+
- arduino-cli: commands/arduino-cli.md
6464
- board: commands/arduino-cli_board.md
6565
- board attach: commands/arduino-cli_board_attach.md
6666
- board details: commands/arduino-cli_board_details.md
6767
- board list: commands/arduino-cli_board_list.md
6868
- board listall: commands/arduino-cli_board_listall.md
69+
- burn-bootloader: commands/arduino-cli_burn-bootloader.md
6970
- cache: commands/arduino-cli_cache.md
7071
- cache clean: commands/arduino-cli_cache_clean.md
7172
- compile: commands/arduino-cli_compile.md

0 commit comments

Comments
 (0)