docs: use mike for versioned k3d.io
This commit is contained in:
parent
bcc1d60db9
commit
2032c26e29
@ -4,4 +4,5 @@ pymdown-extensions
|
||||
mkdocs-git-revision-date-localized-plugin
|
||||
mkdocs-awesome-pages-plugin
|
||||
mdx_truly_sane_lists
|
||||
mkdocs-include-markdown-plugin # https://github.com/mondeja/mkdocs-include-markdown-plugin
|
||||
mkdocs-include-markdown-plugin # https://github.com/mondeja/mkdocs-include-markdown-plugin
|
||||
mike # versioned docs: https://github.com/jimporter/mike
|
||||
|
@ -71,6 +71,11 @@ plugins:
|
||||
type: date
|
||||
- awesome-pages # https://squidfunk.github.io/mkdocs-material/plugins/awesome-pages/
|
||||
- include-markdown # https://github.com/mondeja/mkdocs-include-markdown-plugin
|
||||
- mike: # Versioned Docs: https://github.com/jimporter/mike
|
||||
version_selector: true # set to false to leave out the version selector
|
||||
css_dir: static/css # the directory to put the version selector's CSS
|
||||
javascript_dir: static/js # the directory to put the version selector's JS
|
||||
canonical_version: null # the version for <link rel="canonical">; `null` uses the version specified via `mike deploy`
|
||||
|
||||
# Other Settings
|
||||
strict: true # halt processing when a warning is raised
|
||||
strict: true # halt processing when a warning is raised
|
||||
|
Loading…
Reference in New Issue
Block a user