Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#
# `mkdocs-static-i18n` is replaced by building each locale from its own config, and
# `mkdocs-callouts` by Zensical's native `> [!NOTE]` parsing (`pymdownx.quotes`).
zensical==0.0.56
zensical==0.0.58
6 changes: 6 additions & 0 deletions mkdocs.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ plugins:
# one is segmented into words rather than indexed as unbroken runs of characters.
- search

# Nothing has shipped from this site yet, so there is nothing to redirect. Add a
# `redirect_maps:` entry the moment a published page moves or is renamed: the stub keeps
# the old URL working, anchors and all. Sources are relative to `docs_dir`, and the two
# locales mirror each other, so a single entry covers en and ja.
- redirects

# Restores the one thing `mkdocs-callouts` did for the pages here: rendering the
# `> [!NOTE]` blockquote syntax as admonitions. Zensical parses it natively, so the plugin
# is gone. See docs/*/stylesheets/extra.css for the one type it maps differently.
Expand Down
Loading