Hi Thomas,
interesting, thanks for pointing this out.
The sidebar TOC is simply on a custom panel containing the following velocity code / TOC macro:
{{velocity}} #panelheader('Inhalt dieser Seite') {{context document="$services.model.serialize($doc.documentReference)" transformationContext="document"}} {{toc/}} {{/context}} #panelfooter() {{/velocity}}
Based on this, admittedly, rather dated solution from the forum: https://forum.xwiki.org/t/table-of-contents-in-a-right-panel/6843
Regards