Commit c016eea
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
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments