The documentation on Page Bundles | Hugo
says that only non-page (like images, pdf, etc.) types are allowed in branch bundles.
However, in the example on the same page this seem to be contradicted:
content/
├── branch-bundle-1
│ ├── branch-content1.md
│ ├── branch-content2.md
│ ├── image1.jpg
│ ├── image2.png
│ └── _index.md
└── branch-bundle-2
├── _index.md
└── a-leaf-bundle
└── index.md
What type of resources are allowed in branch bundles ?
Also how does one even make use of page bundles, say in leaf bundles ?