How to setup Navigation expansion #5118
tusharsonawanes
started this conversation in
General
Replies: 1 comment 2 replies
-
From what you write I think you mean collapsed sections. Try: nav:
- a:
- a/index.md
- a/b.md Remember to adjust paths accordingly. Then enable theme:
features:
- navigation.indexes |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup Navigation expansion, I have added all the necessary code as mentioned here. I have all the pages mentioned in mkdocs.yml. As of now, it looks something like this
What I want is, the page b.md should be a part of a.md page and should support the collapse scenario.
Can anyone please help me to achieve the same?
Reference - https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-expansion
Beta Was this translation helpful? Give feedback.
All reactions