[KYUUBI #7434][DOC] Reformat contributing docs from RST to Markdown - #7717
Closed
dnskr wants to merge 1 commit into
Closed
[KYUUBI #7434][DOC] Reformat contributing docs from RST to Markdown#7717dnskr wants to merge 1 commit into
dnskr wants to merge 1 commit into
Conversation
dnskr
force-pushed
the
rst-to-md-contributing-pages
branch
from
September 8, 2026 18:54
f8130cd to
20f1770
Compare
Signed-off-by: Denis Krivenko <dnskrv88@gmail.com>
dnskr
force-pushed
the
rst-to-md-contributing-pages
branch
from
September 8, 2026 20:01
20f1770 to
849ea92
Compare
wangzhigang1999
approved these changes
Sep 9, 2026
wangzhigang1999
left a comment
Contributor
There was a problem hiding this comment.
Verified locally. The documentation build passed without issues and looks good.
dnskr
added a commit
that referenced
this pull request
Sep 9, 2026
### Why are the changes needed? The changes are needed to unify the format used for documentation, as described in the issue #7434. The PR also fixes broken link to `Building From Source` page: `build.html` -> `building.md`. The PR **does not** change page contents (only very minimal visual adjustments) to ensure an easier review of the migration. I'm planning to refine the information provided on the pages and refactor them after the migration is completed. ### How was this patch tested? Tested by building the documentation and comparing the pages against the live site. ### Was this patch assisted by generative AI tooling? Assisted-by: Qwen Coder Closes #7717 from dnskr/rst-to-md-contributing-pages. Closes #7717 849ea92 [Denis Krivenko] [DOC] Reformat contributing docs from RST to Markdown Authored-by: Denis Krivenko <dnskrv88@gmail.com> Signed-off-by: Denis Krivenko <dnskrv88@gmail.com> (cherry picked from commit cab165f) Signed-off-by: Denis Krivenko <dnskrv88@gmail.com>
Contributor
Author
|
Thank you for the review! Merged to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
The changes are needed to unify the format used for documentation, as described in the issue #7434.
The PR also fixes broken link to
Building From Sourcepage:build.html->building.md.The PR does not change page contents (only very minimal visual adjustments) to ensure an easier review of the migration.
I'm planning to refine the information provided on the pages and refactor them after the migration is completed.
How was this patch tested?
Tested by building the documentation and comparing the pages against the live site.
Was this patch assisted by generative AI tooling?
Assisted-by: Qwen Coder