Given the following (simplified) structure:
content
├── _index.md
├── orange.md
├── green
│ └── tea
│ └── index.md
├── purple
│ └── index.md
├── red
│ ├── flower
│ │ ├── _index.md
│ │ └── ...
└── yellow
├── _index.md
└── ...
.Sections
for page /orange/
(and /purple/
) contains the sibling (same-level) pages that are sections:
Page(/green),
Page(/yellow/_index.md),
Page(/red)
Is this intended?
Tested with 0.57.x
and 0.58.x
; 0.56
returns []
.