Conversation
📝 WalkthroughWalkthroughThe documentation navigation structure is reorganized by updating menu items in UI components (replacing SDK references with Tools & APIs, Self-Hosted Server, and new sections) while simultaneously expanding documentation content with a new detailed page about the Housekeeping background service. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 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 |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/glossary.mdx (1)
53-53:⚠️ Potential issue | 🟡 MinorHousekeeping link in Document Compaction entry is a self-referential link to
/docs/glossaryinstead of/docs/internals/housekeeping.All other files in this PR update Housekeeping references to point to
/docs/internals/housekeeping. This entry was likely missed during the refactor.Proposed fix
-| [Document Compaction](/docs/internals/synchronization#document-compaction) | A server-side process that consolidates old change history into a single snapshot to reduce storage overhead. Performed by [Housekeeping](/docs/glossary) on documents that are not currently attached. | +| [Document Compaction](/docs/internals/synchronization#document-compaction) | A server-side process that consolidates old change history into a single snapshot to reduce storage overhead. Performed by [Housekeeping](/docs/internals/housekeeping) on documents that are not currently attached. |
What this PR does / why we need it?
Refactor doc structure for consistency across the project
Any background context you want to provide?
What are the relevant tickets?
Fixes #
Checklist
Summary by CodeRabbit
Documentation