docs(site): add missing sider in tutorials for en and zh#5940
docs(site): add missing sider in tutorials for en and zh#5940WuMingDao wants to merge 3 commits into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe PR updates VitePress sidebar tutorial lists: in English the MongoDB entry is disabled (commented out); in Chinese Redis is enabled, MongoDB is disabled (commented), and Sequelize is re-enabled. ChangesVitePress Tutorial Navigation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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.
Code Review
This pull request updates the tutorial sidebar configuration in VitePress, adding new entries for static assets, proxy patterns, Sequelize, and TypeScript, while enabling Redis and Sequelize in the Chinese documentation. Feedback suggests removing the commented-out MongoDB entry to maintain a cleaner configuration and renaming 'Assets Static Resource' and 'Proxy Agent Model' to 'Static Assets' and 'Proxy Pattern' for better idiomatic English.
| { text: 'MySQL', link: 'mysql' }, | ||
| { text: 'Redis', link: 'redis' }, | ||
| { text: 'MongoDB', link: 'mongodb' }, | ||
| // { text: 'MongoDB', link: 'mongodb' }, |
There was a problem hiding this comment.
| { text: 'Assets Static Resource', link: 'assets' }, | ||
| { text: 'Proxy Agent Model', link: 'proxy' }, |
There was a problem hiding this comment.
The labels 'Assets Static Resource' and 'Proxy Agent Model' are slightly redundant and not standard English terminology. Using 'Static Assets' and 'Proxy Pattern' would be more idiomatic and consistent with the Chinese counterparts ('静态资源' and '代理模式').
{ text: 'Static Assets', link: 'assets' },
{ text: 'Proxy Pattern', link: 'proxy' },
Signed-off-by: WuMingDao <146366930+WuMingDao@users.noreply.github.com>
I found this missing, and it is in the en docs too
I checked #5610 , but this does not say this change?
Finally, I found MongoDB in docs not exist, everything zh docs or en docs
Summary by CodeRabbit