Replies: 1 comment
-
Nevermind, figured out that the issue was related to running |
Beta Was this translation helpful? Give feedback.
0 replies
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'm working on migrating docs for appium/appium-xcuitest-driver to mkdocs-material. We have some reference docs with lots of
###
and####
headings in the markdown. I want my TOC to ignore these sections. To make this happen I figured I'd need to create an override for e.g.toc-item.html
. I've followed the docs for extending the theme, but nothing I've done has enabled any of my changes in the override to have any effect. If there's a better way to cause these lower level headings not to show up in the TOC, I'd love to know about it! But otherwise I'd love to figure out how to get my overrides working.My structure looks like this:
My complete mkdocs.yml looks like this:
The mkdocks yml that this file extends looks like this:
The content of the override is irrelevant for now. I've replaced the whole html file with e.g.
BLARG
and never saw it anywhere.Beta Was this translation helpful? Give feedback.
All reactions