Thanks for this awesome theme,
the navigation bar with iframe is very helpful to me.
we use CI to auto replace the version with current branch name for build a documentation for specific branch or environment.
for example:
extra.version = master
extra.version = staging
extra.version = develop
The version at top bar is vmaster, vstaging or vdevelop with a little weird,
set a fixed version prefix v in HTML template is not flexible,
so just move it into mkdocs.yml from HTML template.
Thanks for this awesome theme, the navigation bar with iframe is very helpful to me.
we use CI to auto replace the version with current branch name for build a documentation for specific branch or environment.
for example:
extra.version = master
extra.version = staging
extra.version = develop
The version at top bar is
vmaster
,vstaging
orvdevelop
with a little weird, set a fixed version prefixv
in HTML template is not flexible, so just move it into mkdocs.yml from HTML template.