How do i disable the table of contents (toc) in a markdown file? #3235
Unanswered
harimohanr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
See also #2486 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to mkdocs. I dont want the table of contents in the left hand side of my index.md page. I am using the default mkdocs them. I have tried adding various metadata to my index.md to remove it. but its not working.
Things i have tried. None worked. Please help
toc: false
hide:
- navigation
- toc
no_toc: true
Beta Was this translation helpful? Give feedback.
All reactions