You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have an option to add the TOC as links in the navigation menu when reading a long page with lots of headers. Else we would need to break the document into smaller chunks in a lot of folders, or use the TOC syntax in the page but it only displays the TOC at the top of the page itself, rather than the navigation menu.
In the forum, I saw that this can be enabled by inserting {{page.content | toc}} in the twig template of Learn2 that loops over the documents. Any suggestion where this could be inserted?
The text was updated successfully, but these errors were encountered:
This is missing from the theme. Is there a way to integrate this currently? It should also be configurable which header are included into the menu. Standard could be h2. But it should be optional.
It would be great to have an option to add the TOC as links in the navigation menu when reading a long page with lots of headers. Else we would need to break the document into smaller chunks in a lot of folders, or use the TOC syntax in the page but it only displays the TOC at the top of the page itself, rather than the navigation menu.
In the forum, I saw that this can be enabled by inserting {{page.content | toc}} in the twig template of Learn2 that loops over the documents. Any suggestion where this could be inserted?
The text was updated successfully, but these errors were encountered: