-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Publish source-generated docs to Cloudflare Pages #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
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
The explicit `ENV PATH="/usr/local/cargo/bin:${PATH}"` line is unnecessary
because the base image (lukemathwalker/cargo-chef) already includes
/usr/local/cargo/bin in PATH. This was verified by testing that cargo
commands remain available in the final image without this override.
Closes #22
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Add TypeDoc dependency and configuration - Add justfile recipes: docs, docs-rust, docs-ts - Configure TypeDoc to exclude tests and internal modules Part of #215 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Replace gh-pages branch deployment with Cloudflare Pages - Add build-docs CI job for cargo doc and TypeDoc - Deploy rust-docs and ts-docs alongside existing reports - Update PR comments with documentation links - Remove cleanup-pr-previews.yml (CF handles automatically) Closes #215 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Contributor
🏛️ CI Reports📚 API Documentation
🧪 Test Artifacts
🤖 Generated from commit 2715956 |
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Add dark mode support - Fix commit SHA display - Add detailed build info (branch, workflow run) - Add coverage percentage indicator - Add API Schemas section (GraphQL, OpenAPI) - Make PR comment hierarchical with emojis - Add link to index page in PR comment 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Coverage data is in vitest subdirectory 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
- Add logo and favicon - Build info as prominent header (commit, branch, time, workflow) - Coverage badge in header with percentage - Card-based layout for all sections - Better dark mode styling - Direct links to Vitest/Playwright/Rust coverage reports 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
Display coverage percentages for each module (api, components, features, pages, theme) in a table on the landing page, showing lines covered and total for each. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
…eport - Replace module-level coverage with test-type coverage table - Show Lines/Branches/Functions for Vitest, Playwright, Rust - Remove API Schemas section from landing page (still in coverage report) - Add 'Back to Developer Resources' link in coverage report - Clean up unused CSS
- Download rust-coverage artifact separately - Parse LF/LH/FNF/FNH lines from lcov file - Move artifact cleanup after coverage extraction
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.
Summary
just docs,just docs-rust,just docs-tsrecipes for local previewChanges
Test Plan
just docsworks locallyCloses #215
🤖 Generated with Claude Code