Are nested menus supported? #878
Answered
by
davidsneighbour
djotaku
asked this question in
2 - Q&A / Support
-
|
I'm trying to set up a nested menu. In my config.toml: In my page: But no submenu appears under test. |
Beta Was this translation helpful? Give feedback.
Answered by
davidsneighbour
Oct 5, 2025
Replies: 1 comment
-
|
There is no dropdown support in Ananke (yet), so nested menus are not supported out of the box. This is probably doable with a little bit more effort. Tachyons, which is the underlying CSS framework, does not implement dropdowns. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
djotaku
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no dropdown support in Ananke (yet), so nested menus are not supported out of the box. This is probably doable with a little bit more effort. Tachyons, which is the underlying CSS framework, does not implement dropdowns.