-
I am trying to build a private theme derived from mkdocs-material. In my Rendering my doc for this module I am missing the "search" entry on top of the page, which appears when I change back to the original |
Beta Was this translation helpful? Give feedback.
Answered by
berhoel
Sep 23, 2025
Replies: 1 comment
-
OK, found it, I have to use plugin |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
berhoel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, found it, I have to use plugin
material/search
instead ofsearch
.