-
Notifications
You must be signed in to change notification settings - Fork 1
Chore: Convert admin/* into MyST format
#319
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
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
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 |
441bbd5 to
6bf55e0
Compare
rst2myst convert -R \ docs/admin/circuit-breaker.rst \ docs/admin/bootstrap-checks.rst \ docs/admin/memory.rst \ docs/admin/sharding-partitioning.rst
admin/* into MyST format
bmunkholm
left a 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.
LGTM in principle.
I haven't checked each page, so if you have checked at least the references that was updated from http links to proper ref (thanks!) then I would assume all good.
About
Start converting documents from reStructuredText to Markdown actively.
Details
After our Sphinx setup learned to understand MyST Markdown the other day, we can gradually leave reStructuredText behind for those who can't write it, at least on the repositories where that is possible.
How this works
... without needing to type it all out.
Preview
References
performance/*into MyST format #320Trivia
@coderabbitai ignore