-
-
Notifications
You must be signed in to change notification settings - Fork 198
docs(mdx): add markdown container part #2467
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
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for rspress ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Pull Request Overview
This PR extracts the markdown container documentation from the main MDX usage files into dedicated container documentation files, improving the organization and discoverability of container-related information.
- Moved container documentation from index.mdx files to separate container.mdx files for both English and Chinese versions
- Updated navigation metadata to include the new container documentation pages
- Enhanced the container documentation with improved formatting using tabs for syntax and rendered examples
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/document/docs/zh/guide/basic/use-mdx/index.mdx | Removed container section to focus on core MDX usage |
| packages/document/docs/zh/guide/basic/use-mdx/container.mdx | Added comprehensive Chinese container documentation with tabs |
| packages/document/docs/zh/guide/basic/use-mdx/_meta.json | Added container to navigation metadata |
| packages/document/docs/en/guide/basic/use-mdx/index.mdx | Removed container section to focus on core MDX usage |
| packages/document/docs/en/guide/basic/use-mdx/container.mdx | Added comprehensive English container documentation with tabs |
| packages/document/docs/en/guide/basic/use-mdx/_meta.json | Added container to navigation metadata |
Co-authored-by: Copilot <[email protected]>

Summary
docs: add markdown container part
Related Issue
Checklist