-
Can I somehow add a link directly to the title? Where is the logo search bar and so on? For example, somehow add a second drop-down list. My case. I have a library that is written for two Spring and Quarkus platforms. I also want to make multilingual documentation. And it turns out I need a second switch. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Theme extension is the way to go! I, personally, can't help you with your specific changes, but maybe other users can share their code examples here and how they extended Material for MkDocs 😊 You likely need to override the Regarding multi-language usage, please refer to #2346. |
Beta Was this translation helpful? Give feedback.
Theme extension is the way to go! I, personally, can't help you with your specific changes, but maybe other users can share their code examples here and how they extended Material for MkDocs 😊 You likely need to override the
header.html
partial.Regarding multi-language usage, please refer to #2346.