You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the problem doesn't occur with the mkdocs or readthedocs themes
... the problem persists when all overrides are removed, i.e. custom_dir, extra_javascript and extra_css
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
Let's say we have a following structure: docs/projects/project-name/docs. In docs folder we only have an index.md file. If we enable navigation.indexes it works as expected, but we still see an arrow on the right side, which indicates there are some pages within given section, which is not true - it's just empty.
Expected behaviour
The expected behaviour is already implemented in the mkdocs-section-index plugin - in such scenario there's no arrow on the right side.
Contribution guidelines
I've found a bug and checked that ...
mkdocs
orreadthedocs
themescustom_dir
,extra_javascript
andextra_css
Description
Let's say we have a following structure:
docs/projects/project-name/docs
. Indocs
folder we only have anindex.md
file. If we enablenavigation.indexes
it works as expected, but we still see an arrow on the right side, which indicates there are some pages within given section, which is not true - it's just empty.Expected behaviour
The expected behaviour is already implemented in the
![image](https://user-images.githubusercontent.com/24907857/135720212-2a59e27b-a9a3-495d-ace2-6c3dd183657d.png)
mkdocs-section-index
plugin - in such scenario there's no arrow on the right side.Actual behaviour
Steps to reproduce
docs/projects/project-name/docs
dirs.index.md
file in the last dir.navigation.indexes
.mkdocs serve
.Package versions
Configuration
System information
The text was updated successfully, but these errors were encountered: