docs: adopt the shared documentation platform - #125
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (15)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change adds a reusable documentation workflow, standardizes local documentation commands, updates the documentation site footer and release banner, and refreshes README and ONNX tutorial content. ChangesDocumentation refresh
Estimated code review effort: 4 (Complex) | ~45 minutes Merge Risk: ⚪ Minimal · up to This PR updates the documentation platform, workflows, and rendered guidance without any identified merge-blocking correctness, security, or deployment risk; it is merge-ready after normal checks and review. Sequence Diagram(s)sequenceDiagram
participant Contributor
participant docs_yml as docs.yml
participant reusable_docs as reusable-docs.yml
participant MkDocs
participant Lychee
participant GitHubPages as GitHub Pages
Contributor->>docs_yml: push, pull request, schedule, or manual dispatch
docs_yml->>reusable_docs: invoke reusable documentation workflow
reusable_docs->>MkDocs: install dependencies and build site
reusable_docs->>Lychee: check rendered links when enabled
reusable_docs->>GitHubPages: upload artifact and deploy on guarded events
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
7d17f87 to
72112c4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Summary
Verification
Rollout
Pull requests and feature-branch manual runs can build and link-check but cannot deploy. Once this PR is approved and green, Pages will be switched from the preserved gh-pages source to GitHub Actions immediately before merge. We will then verify one automatic main deployment and one manual-main rendered-link deployment at the unchanged public URL.
Summary by CodeRabbit
Documentation
Chores