-
Thanks a lot for the super awesome Material for MkDocs. My question pertains to version selection, and in particular, this version selection example. I forked the squidfunk/mkdocs-material repo, and added the version provider stanza in Any tips on how I may get this to work? In particular, I notice that index.md has a template front matter configuration as follows. Is there a way I can get version selection to work even with this configuration?
This example on the other hand does work for me exactly as documented. I noticed that the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for asking. Looping in @jimporter - AFAIK, Regarding the partials: as long as you don’t override and fiddle with the header partial in a custom template/override, the selector should show up. |
Beta Was this translation helpful? Give feedback.
Thanks for asking. Looping in @jimporter - AFAIK,
mike serve
serves from git, right? This would mean that you’d need to deploy your versions to be able to serve them. IIRC this is a design decision ofmike
.Regarding the partials: as long as you don’t override and fiddle with the header partial in a custom template/override, the selector should show up.