docs: move Quick Start to top-level after Prerequisite#613
Conversation
Relocate the Quick Start guide from the ORM section to a top-level doc positioned right after Prerequisite. Fix its relative imports and the CLI reference link, and shift the following sidebar positions down by one to make room. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (6)
WalkthroughThis PR reorders the Docusaurus documentation sidebar by incrementing ChangesDocumentation sidebar reordering and path updates
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
Summary
Relocates the Quick Start guide from the ORM section to a top-level doc, positioned right after Prerequisite in the sidebar.
Changes
git mv docs/orm/quick-start.md docs/quick-start.mdsidebar_positionto3and fixed paths for the new location:../_components/…→./_components/…../reference/cli→./reference/cliResulting order: Overview → Prerequisite → Quick Start → Data Modeling → ORM → …
No internal markdown links referenced the old
/orm/quick-startroute, so nothing else needed updating.🤖 Generated with Claude Code
Summary by CodeRabbit