-
Description The side menu for docs pages is not displaying consistently across pages. This is similar to #560. Steps To Reproduce
❯ tree content/
[ 192] content/
├── [ 719] _index.md
├── [ 96] about
│ └── [4.7K] _index.md
├── [ 96] blog
│ └── [ 31] _index.md
└── [ 288] wiki
├── [ 620] _index.md
├── [ 256] cv
│ ├── [ 104] _index.md
│ ├── [2.6K] experience.md
│ ├── [ 550] other.md
│ ├── [ 192] outreach
│ │ ├── [1.5K] _index.md
│ │ ├── [ 676] conferences.md
│ │ ├── [ 471] media.md
│ │ └── [ 320] public.md
│ ├── [2.3K] software.md
└── └── [2.6K] teaching.md Expected Behavior ![]() Actual Behavior The menu completely disappears in subpages. The new "sections" with content in ![]() Environment
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Adding following to front matter solved this for me: cascade:
type: docs |
Beta Was this translation helpful? Give feedback.
-
@yassineS can you try this? https://imfing.github.io/hextra/docs/guide/organize-files/#layouts |
Beta Was this translation helpful? Give feedback.
@yassineS can you try this?
https://imfing.github.io/hextra/docs/guide/organize-files/#layouts