-
Notifications
You must be signed in to change notification settings - Fork 3
fix(genui): update genui docs #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughVitePress configuration integrates a tabs plugin for enhanced documentation navigation, reorganizes sidebar/navigation entries, and enables deep outline navigation. Related theme and dependency files are updated accordingly, along with SDK version bumps for the genui project. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
.vitepress/config.mts (1)
124-312: Critical issue: Sidebar configuration references hundreds of non-existent documentation files.The entire documentation structure is missing from the repository. Only 3 markdown files exist (README.md, downloads/extension.md, index.md), but the sidebar config in lines 124-312 references files across three major doc sections that don't exist:
/tiny-robot/guide/(quick-start, theme-config, update-log, container, bubble, etc.)/next-sdk/guide/(mcp-host, electron, uni-app, api-client, etc.)/genui-sdk/guide/and/genui-sdk/components/and/genui-sdk/examples/(quick-start, renderer, custom-actions, etc.)With
ignoreDeadLinks: trueenabled, the build won't detect these broken links. Create the actual markdown files for all referenced pages before deploying this configuration, or disable the dead link ignoring to expose the issue during build.
2458b7a to
9508df4
Compare
更新genui-sdk的开发文档
Summary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.