feat: remove docs directory - #1746
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (29)
💤 Files with no reviewable changes (25)
Included review availability: 4 reviews are currently available. Based on recent review activity, included reviews refill at 5 per hour. WalkthroughThe pull request adds a class-hash generation CLI, updates contribution guidance for external documentation, removes local documentation pages and build settings, and simplifies release automation. ChangesDocumentation workflow transition
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to This PR removes the in-repository documentation and updates related project plumbing; no actionable correctness or merge-blocking risk remains in the supplied evidence, so it is merge-ready after normal checks and review. Sequence Diagram(s)sequenceDiagram
participant Contributor
participant CLI as generate_class_hashes.py
participant Scarb
participant Starkli
Contributor->>CLI: run class-hash generation
CLI->>Scarb: build or read preset artifacts
CLI->>CLI: validate artifact manifest
CLI->>Starkli: compute Sierra class hashes
Starkli-->>CLI: return validated hashes
CLI-->>Contributor: output JavaScript constants
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary by CodeRabbit
Documentation
Release Process