Commit e4dea03
committed
[skip changelog] Add missing pages to website navigation panel
The project includes a documentation website which is generated by the MkDocs static site generator. The site contains a
navigation panel which lists the available documentation pages.
Rather than being automatically generated from the contents of the `docs` folder, the contents of the navigation panel
have been explicitly defined via the MkDocs configuration file. This means that the project contributors must remember
to update the configuration file when development work results in the addition or removal of web pages.
This was not done when the `config get` and `debug check` commands were added. The web pages are generated as expected,
but the missing configuration file entries means that a visitor to the website would never know of their existence, and
could only access them by hacking the URL.
The missing entries are hereby added to the MkDocs configuration file.1 parent faf79a7 commit e4dea03
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments