Use native zensical.toml config and enable Zensical features - #99
Merged
Merged
Conversation
Replace mkdocs.yml with a native zensical.toml config. Verified the generated URL set is identical to the mkdocs.yml build (101 pages), so no links change. - zensical.toml: nav, Django-green custom palette, extra_css, repo info - enable Zensical features: admonitions, superfences + mermaid, code copy/annotate/select, content tabs, footnote/content tooltips, instant navigation + prefetch, section grouping, search highlight/suggest, header anchor links (toc.permalink) - fix active nav link contrast in dark mode (accent green on slate)
jefftriplett
requested review from
PeterGrand,
drewbrew and
nzeager
as code owners
August 14, 2026 18:42
The active nav item used the dark Django green, which is unreadable on the slate dark-mode background. Use the light accent green in dark mode.
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.
Follows up the MkDocs→Zensical port (#98) by moving from the compatibility
mkdocs.ymlto a nativezensical.tomlconfig, which unlocks Zensical's richer feature set.URL safety
Built the site from
zensical.tomland diffed against themkdocs.ymlbuild: identical 101-page URL set — no links, bookmarks, or SEO change. Clean build (No issues found).Changes
zensical.toml, removemkdocs.yml: nav, Django-green custom palette,extra_css, repo info.toc.permalink).Notes
plugins: searchis dropped../site; deploy workflow andcnameare unchanged. The PR build check validates it before merge.