I have created an /overview.md page and then use Cloudflare to redirect all requests from / to /overview
But this is not cool at all
I also tried modifying the files via the layouts/partials, but there are so many dependencies I would need to apply many more files to get it working there.
Additional Context
If there is any way to do this, please let me know.
Feature Description
I would like when in docs mode to have the / page as a clickable item in the sidebar.
For example, docs.test.com it should be active.
Problem/Solution I can't find a way to make it possible. Because even when manually adding it
`title: Documentation Overview cascade: type: docs
menu: sidebar:
`
It is still below all the folders and pages.
Alternatives Considered
I have created an /overview.md page and then use Cloudflare to redirect all requests from / to /overview But this is not cool at all
I also tried modifying the files via the layouts/partials, but there are so many dependencies I would need to apply many more files to get it working there.
Additional Context
If there is any way to do this, please let me know.