-
I am looking for a way to include a toctree inside the page body like we have with sphinx toctree but so far I was not able to spot that on mkdocs side. Any hints? Update, I found it also posted on https://stackoverflow.com/questions/57280455/mkdocs-how-to-create-table-of-contents-from-mkdocs-yml-inside-index-md |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Short summary of the answer: there's (currently) no plugin or extension to print the entire navigation, but it's possible for the table of contents on the current page by including the |
Beta Was this translation helpful? Give feedback.
Short summary of the answer: there's (currently) no plugin or extension to print the entire navigation, but it's possible for the table of contents on the current page by including the
[TOC]
marker in the Markdown file at the desired position.