I’m laying out a project README.adoc file, and I’d like to include a left side navigation element (similar to how the GitLab help pages work, although those are on the right). I’ve added
:toc: left
to the top of the document. This renders a left side navbar when I use asciidoc to create HTML from the page, and also renders properly in my IDE (GoLand, in this case). But, it looks like GitLab always renders the README.adoc file with the TOC element at the top of the page, as if it were just
:toc:
This happens when visiting the project root (where README.adoc resides), or when viewing the README.adoc file itself (by clicking on it in the project root).
Is there a way to get GitLab to render the TOC on the side, instead?