Open viceice opened 2 years ago
Seeing same for platform
I think this is because those pages are not in the mkdocs.yml
nav
list.
I think this is because those pages are not in the
mkdocs.yml
nav
list.
😕 So we need to add every single page? is there any other option to make this more generic?
Maybe we could autogenerate extra portions of the nav
while we're building the site in the CI?
I confirm the problem is with the pages not being in the nav
in the mkdocs.yml
file.
Check the mkdocs build
output when run on current main
branch:
Relevant quote from the mkdocs
manual^manual:
Any pages not listed in your navigation configuration will still be rendered and included with the built site, however, they will not be linked from the global navigation and will not be included in the
previous
andnext
links. Such pages will be "hidden" unless linked to directly.
This issue and PR seems relevant here:
What browser are you using?
Not relevant
Describe the bug
if we open a module sub page, like npm manager, the sidebar is closed, it should be open instead.
Steps to reproduce goto https://docs.renovatebot.com/modules/manager/npm/ and see closed sidebar
Additional context