Refactor/move docusaurus root#493
Refactor/move docusaurus root#493labdhiongithub7 wants to merge 15 commits intovolcano-sh:masterfrom
Conversation
Signed-off-by: labdhiongit7 <labdhigandhinew077@gmail.com> Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <labdhigandhinew077@gmail.com> Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <labdhigandhinew077@gmail.com> Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <labdhigandhinew077@gmail.com> Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
There was a problem hiding this comment.
Code Review
This pull request migrates the Volcano website from Hugo to Docusaurus, replacing Hugo-specific configuration and content with Docusaurus-compatible files. The review feedback highlights several formatting and syntax issues in the migrated markdown files, such as trailing backticks in code blocks, incorrect shell variable expansion syntax, and broken YAML values. It also identifies artifacts from conversion tools in URLs and text placeholders, along with typos and broken links that need correction.
|
What's the relationship between this pr and #490? |
…with YAML front matter - README.md: kept Docusaurus migration version, discarded old Hugo README - Converted 27 user_guide docs from TOML to Docusaurus YAML front matter - Added user guides to version-v1.12.0/Ecosystem (not v1.10.0) - Accepted toc-scrollspy.js from upstream Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
|
Adding label DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
…Guide - Move user guide docs from versioned_docs/v1.12.0/Ecosystem to docs/UserGuide - Replace old kebab-case filenames with snake_case user_guide_*.md - Fix extender: escape curly braces to prevent MDX JSX parsing error - Fix numa-aware: use self-closing <br/> tags for MDX compatibility - Fix vnpu: correct broken relative link to volcano_vgpu doc - Fix capacity: replace broken relative design doc link with GitHub URL Signed-off-by: labdhiongit7 <img_2022034@iiitm.ac.in>
@labdhiongithub7 So we only need to review this PR? |
| 本节提供指导帮助您快速上手 Volcano,从部署基本的 Volcano Job/Deployment,到集成 Volcano 队列。 | ||
|
|
||
| ## 前置条件 | ||
| 已成功安装带有 Volcano 组件的 Kubernetes 集群。如果您尚未安装 Volcano,请参阅 [安装指南](/docs/GettingStarted/Installation)。 |
There was a problem hiding this comment.
Did you change the translation for Chinese? @labdhiongithub7 https://volcano.sh/zh/docs/tutorials/, why not just migrate the existing doc to the new dir?
JesseStutler
left a comment
There was a problem hiding this comment.
I'm curious that why CN docs have to put under i18n/zh-Hans? They can put together in docs dir with those English docs? Becasue Hugo seperate En and CN docs through different dirs but still same under dos large dir
There was a problem hiding this comment.
Does not finish the README yet?
And I remember that we should add a user guide to let new contributors know how we organize the stucture of our website( write the layout is better), and teach if a new contributor wants to add a new doc, where he/she should add, add how to render the website in their local env
There was a problem hiding this comment.
Yes sir I'm currently working on it
yes @JesseStutler |
Docusaurus handles i18n differently from Hugo. In Hugo, EN and CN docs can stay under the same large content structure because each language is treated as a separate content tree. In Docusaurus, English docs under |
Thanks for catching that. You're right there are some minor wording differences. I'll update the file to match the existing translation from the live site exactly |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
/kind feature
What this PR does / why we need it:
This PR introduces an migration of the Volcano website from Hugo to Docusaurus.
Which issue(s) this PR fixes:
N/A