docs: switch from mkdocs to zensical - #2720
Merged
Hofer-Julian merged 1 commit intoAug 4, 2026
Merged
Conversation
Replace mkdocs-material with zensical for building the documentation, same as prefix-dev/pixi#6572. ### Migration - `zensical.toml` replaces `mkdocs.yml` - `rattler_build_docs` now also writes the CLI navigation into `zensical.toml` between markers - New `scripts/generate_llmstxt.py` generates `llms.txt` and `llms-full.txt` at the site root, with task dependencies split like in prefix-dev/pixi#6757. ### Fixes surfaced by the migration - Zensical's strict link validation caught a broken link in `understanding_terminal_output.md`. - `index.md` and `rattler_index.md` get frontmatter titles, since zensical derives titles from the filename when a page has no `h1`. - `repo_url` loses its trailing slash, which produced a double slash in the edit links. ### How Has This Been Tested? - Let agent compare Zensical output with mkdocs output - Ran it locally
Hofer-Julian
force-pushed
the
switch-from-mkdocs-to-zensical
branch
from
August 4, 2026 13:12
5ac9a99 to
26424d7
Compare
Hofer-Julian
marked this pull request as ready for review
August 4, 2026 13:32
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 for building the documentation, same as prefix-dev/pixi#6572.
Migration
zensical.tomlreplacesmkdocs.ymlrattler_build_docsnow also writes the CLI navigation intozensical.tomlbetween markersscripts/generate_llmstxt.pygeneratesllms.txtandllms-full.txtat the site root, with task dependencies split like in docs: splitprepare-docsinto tasks with dependencies pixi#6757.Fixes surfaced by the migration
understanding_terminal_output.md.index.mdandrattler_index.mdget frontmatter titles, since zensical derives titles from the filename when a page has noh1.repo_urlloses its trailing slash, which produced a double slash in the edit links.How Has This Been Tested?