bookdown / Bookdown.Bookdown

Core libraries for Bookdown generation.
http://bookdown.io
MIT License
81 stars 11 forks source link

How to add sidebar of siblings at the current level? #31

Closed sandrokeil closed 7 years ago

sandrokeil commented 8 years ago

This can be achieved with plain PHP or is there another approach?

$sidebarEntries = $page->getHeadings();
sandrokeil commented 7 years ago

Here is a full example how to achieve this.