-
-
Notifications
You must be signed in to change notification settings - Fork 71
docs: Convert documentation from reStructuredText to Markdown #1393
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
Merged
Conversation
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
Migrate all documentation files from .rst to .md format for improved maintainability and developer experience. Update Sphinx configuration to use MyST parser for Markdown support. Update translation files to reflect content changes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Documentation build overview
Files changedShow files (35) | 35 modified | 0 added | 0 deleted
|
Convert all Sphinx-style {doc}`path` references to standard Markdown link syntax [](path.md) throughout the documentation. This change affects 21 documentation files and ensures compatibility with standard Markdown processors. - Simple references: {doc}`basic` → [](basic.md) - References with text: {doc}`SQL template <../sql>` → [SQL template](../sql.md) - Relative paths: {doc}`../entity` → [](../entity.md) - Nested paths: {doc}`query/select` → [](query/select.md) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Convert all MyST-specific link syntax to standard Markdown link format for better compatibility and consistency across the documentation. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Add commented Markdown links for better editor navigation - Fix capitalization typo in faq.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
This reverts commit 8a87b5d.
- Remove all fuzzy markers from 41 PO files (777 fuzzy messages total) - Convert RST-style formatting to Markdown in Japanese translations - Change double backticks to single backticks for code terms - Update cross-references from :doc:/:ref: to Markdown link format - Preserve translation meaning while updating formatting conventions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Remove excessive indentation in the Kotlin build.gradle.kts code block to improve readability and consistency with standard formatting. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
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.
Summary
.rst
to.md
formatTest plan
sphinx-autobuild
🤖 Generated with Claude Code