website: migrate from mkdocs to zensical - #881
Merged
Merged
Conversation
winiciusallan
left a comment
Member
There was a problem hiding this comment.
Wow! The website looks great. I've left a few comments, but nothing blocking.
winiciusallan
left a comment
Member
There was a problem hiding this comment.
It looks like zensical builds the website into the site directory. Let's add website/site to .gitignore so we avoid stashing it.
Collaborator
Author
I looked it up and noticed also had a |
Replace mkdocs-material with zensical, since mkdocs v1 is no longer maintained. Zensical reads mkdocs.yml natively, so no config format conversion is needed. - Replace mkdocs-material, mkdocs-minify-plugin, mkdocs-redirects with zensical in requirements.txt - Remove unsupported plugin configs (minify, redirects) and hooks from mkdocs.yml; add site_dir: rendered - Add website/post-build.sh to generate redirect HTML pages and the Plausible analytics proxy endpoint, replacing the mkdocs-redirects plugin and hooks.py respectively - Delete hooks.py (superseded by post-build.sh) - Update CI workflow to use zensical build and run the post-build script
winiciusallan
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace mkdocs-material with zensical, since mkdocs v1 is no longer maintained.
Depends on #880.