docs: add zensical documentation site (GitHub Pages)#80
Merged
Conversation
981e299 to
1ea375d
Compare
zensical (Material) site configured via native zensical.toml, deployed to GitHub Pages by three workflows: stable site on main, develop preview under /dev/, and per-PR previews for docs/* branches under /preview/<slug>/. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgcYQy7Mnh2afkmSg295uU
1ea375d to
180c8e2
Compare
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgcYQy7Mnh2afkmSg295uU
GitHub Pages runs Jekyll on branch-deployed sites by default, which can break the static zensical output. Emitting site/.nojekyll on every build makes the main deploy publish it at the gh-pages root. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgcYQy7Mnh2afkmSg295uU
Latest PyPI version, license, CI build status, coverage and semantic-release badges, matching the guessit style, on both the README and the docs index. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgcYQy7Mnh2afkmSg295uU
Standardise on Codecov across all projects. The CI now emits coverage.xml and uploads it with codecov/codecov-action; the README and docs badges point to Codecov accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgcYQy7Mnh2afkmSg295uU
Grant id-token: write to the coverage job and set use_oidc on codecov-action, so uploads authenticate through GitHub OIDC once the Codecov GitHub App is installed — no CODECOV_TOKEN secret required. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DgcYQy7Mnh2afkmSg295uU
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
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.
Adds a zensical (Material) documentation site published to GitHub Pages.
zensical.tomlformat; content underdocs/;docsdependency group (zensical);Documentationsection added to the README.gh-pagesviaJamesIves/github-pages-deploy-action:zensical.yml— push tomain→ site rootzensical-develop.yml— push todevelop→/dev/zensical-preview.yml—docs/*PRs →/preview/<slug>/(cleaned up on close)zensical build --strict→ No issues found.site/is gitignored.🤖 Generated with Claude Code