refactor: create platforms directory for cloud vendor guides - #804
refactor: create platforms directory for cloud vendor guides#804Junie06 wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Junie06 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Deploy Preview for project-hami ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe AWS installation guide is now grouped under a new Cloud Platforms sidebar category. Its English and Chinese configuration links use the corrected relative path. ChangesInstallation documentation
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: 🔵 Low · up to The AWS guide’s move changes its public URL, so existing links and bookmarks may stop working unless a redirect is added. The PR is otherwise mergeable with explicit owner follow-up on this bounded documentation-routing risk. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
Signed-off-by: Isoken <isokenjune@gmail.com>
6243b01 to
0393284
Compare
mesutoezdil
left a comment
There was a problem hiding this comment.
clean move: relative links fixed at both depths, no other page links the old path, and the frozen v2.9.0 snapshot correctly keeps its copy. one gap inline. note the url changes from /installation/aws-installation to /installation/platforms/aws on next docs, low risk but worth a line in the pr body.
| "installation/how-to-use-volcano-ascend", | ||
| { | ||
| type: "category", | ||
| label: "Cloud Platforms", |
There was a problem hiding this comment.
new category label needs a zh entry in i18n/zh/.../current.json, sidebar.docs.category.Cloud Platforms, otherwise the zh sidebar shows english.
What type of PR is this?
/kind cleanup
/kind documentation
What this PR does / why we need it:
Restructures installation documentation by placing cloud vendor/platform guides into a dedicated directory
Which issue(s) this PR fixes:
docs/installation/platforms directoryfor vendor guidesdocs/installation/aws-installation.mdtodocs/installation/platforms/aws.mdaws.mdto match new directory depthsidebars.jsto introduce a Cloud Platforms section under InstallationFixes #795
Checklist:
npm run lintandnpm run format:checkpassnpm run buildsucceeds for bothenandzhgit commit -s)