-
Hi all. I am managing the documentation in my department with mkdocs-material. Is there a way over CSS or similar to "move" the pill to another place? Any ideas or experiences with it? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can override the mkdocs-material/src/partials/content.html Lines 34 to 37 in 366a5ea |
Beta Was this translation helpful? Give feedback.
-
Thanks Martin. Not sure it could be done overriding blocks but I managed to put the tags on the TOC side using For this instead of changing the
|
Beta Was this translation helpful? Give feedback.
Thanks Martin.
Not sure it could be done overriding blocks but I managed to put the tags on the TOC side using
partial
files.For this instead of changing the
content.html
I did following:partials/tags.html
.partials/tags.html
topartials/tags-toc.html
and change it to have each tag on one line.partials/toc.html
a calll to the "tags-toc" file before the TOC content is generated.