diff --git a/mkdocs.yml b/mkdocs.yml index 554127731..39f9bc466 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,16 +50,16 @@ validation: # IMPORTANT: any changes to plugins have to be duplicated in # `mkdocs-offline.yml`. See that file for more details. plugins: + - include-markdown # For the CLI reference - mike: # Should help search engines point to latest docs # instead of (often obsolete) v?.??.? docs. # TODO: Arguably, this could be `prerelease` when building prerelease docs. canonical_version: latest - - include-markdown # For the CLI reference - - search - redirects: redirect_maps: branches.md: bookmarks.md + - search # Not all of these may be necessary, especially since the material # theme substitutes for some of them