Fix GitHub Pages deploy: remove stale sidebar + footer refs#157
Conversation
|
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 (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThis PR simplifies the documentation site navigation by removing outdated sections. The footer "Docs" links drop the Quickstart entry, and the sidebar configuration removes Guides and Reference categories, leaving Install and Usage as primary documentation sections. ChangesDocumentation Navigation Cleanup
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Problem\nThe Docusaurus deploy still failed because and the footer both referenced doc ids that do not exist in (, , , , ).\n\n## Fix\n- Prune to only include the 3 docs that actually exist: , , .\n- Remove the stale link from the footer.\n\n## After merge\nThe Pages deploy workflow should succeed and the site should go live at https://txmed82.github.io/retrace/
Summary by CodeRabbit