mkdocs: sort plugins nodes lexicographically

This commit is contained in:
Vincent Ging Ho Yim 2025-04-19 20:27:21 +10:00
parent b9f83261db
commit e660846817

View File

@ -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