docs: update tiny-robot submodule to develop branch and add migration guide - #81
Conversation
… guide to documentation
WalkthroughThe pull request updates the tiny-robot submodule branch to develop and pins it to a new commit hash. Migration guide support is added to the VitePress configuration with URL rewrites, a new navigation menu entry, and sidebar section for migration documentation. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@tiny-robot`:
- Line 1: The submodule reference points to a non-existent commit
558095a424930d99e079e6e1cf4fe8929d48c7b2; update the submodule entry to point at
a valid commit on the develop branch that contains the migration files for
/tiny-robot/migration/bubble, /tiny-robot/migration/useMessage, and
/tiny-robot/migration/useConversation. Verify by checking out the tiny-robot
repository’s develop branch, locating the correct commit that includes those
paths, and replace the broken commit hash in the submodule reference with that
valid commit SHA so submodule init/update will succeed. Ensure the updated
commit actually contains the expected migration guide files before pushing the
change.
Summary by CodeRabbit