Conversation
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reorganizes the documentation structure by moving and consolidating content from the guide/default-theme directory into other more appropriate locations.
Key Changes:
- Consolidated theme-related documentation by moving
custom-page.mdxfromguide/basic/toui/directory - Moved internationalization and multi-version documentation from
guide/default-theme/toguide/basic/ - Moved overview page documentation from
guide/default-theme/toguide/advanced/ - Updated
_meta.jsonfiles to reflect the new structure, including changing some entries from"type": "dir"to"type": "dir-section-header"for plugin directories - Updated internal links to reflect the new file locations
- Added
titlefield to home page frontmatter for both English and Chinese versions
Reviewed changes
Copilot reviewed 24 out of 32 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
website/docs/zh/ui/custom-page.mdx |
New file with comprehensive documentation on customizing pages (global components, styles, layout structure, and tags) |
website/docs/zh/ui/_meta.json |
Added custom-page entry to include new documentation in navigation |
website/docs/zh/plugin/_meta.json |
Changed plugin directory types from dir to dir-section-header for better categorization |
website/docs/zh/index.md |
Added title field to home page frontmatter |
website/docs/zh/guide/start/introduction.mdx |
Updated links to reflect new locations of custom-page and i18n documentation |
website/docs/zh/guide/default-theme/navbar.mdx |
File deleted as part of restructuring |
website/docs/zh/guide/default-theme/doc-page.mdx |
File deleted as part of restructuring |
website/docs/zh/guide/default-theme/components.mdx |
File deleted as part of restructuring |
website/docs/zh/guide/default-theme/_meta.json |
File deleted as part of restructuring |
website/docs/zh/guide/basic/multi-version.mdx |
New file documenting multi-version document management |
website/docs/zh/guide/basic/i18n.mdx |
New file documenting internationalization setup |
website/docs/zh/guide/basic/home-page.mdx |
New file documenting home page configuration with updated frontmatter example |
website/docs/zh/guide/basic/_meta.json |
Removed custom-page entry and added i18n, multi-version, and home-page entries |
website/docs/zh/guide/advanced/overview-page.mdx |
New file documenting overview/preview page functionality |
website/docs/zh/guide/advanced/_meta.json |
Added overview-page entry at the beginning |
website/docs/zh/guide/_meta.json |
Removed default-theme directory section header |
website/docs/en/ui/custom-page.mdx |
English version of custom page documentation |
website/docs/en/ui/_meta.json |
Added custom-page entry |
website/docs/en/plugin/_meta.json |
Changed plugin directory types to dir-section-header |
website/docs/en/index.md |
Added title field to home page frontmatter |
website/docs/en/guide/start/introduction.mdx |
Updated links to new documentation locations |
website/docs/en/guide/default-theme/navbar.mdx |
File deleted as part of restructuring |
website/docs/en/guide/default-theme/doc-page.mdx |
File deleted as part of restructuring |
website/docs/en/guide/default-theme/components.mdx |
File deleted as part of restructuring |
website/docs/en/guide/default-theme/_meta.json |
File deleted as part of restructuring |
website/docs/en/guide/basic/multi-version.mdx |
English version of multi-version documentation |
website/docs/en/guide/basic/i18n.mdx |
English version of internationalization documentation |
website/docs/en/guide/basic/home-page.mdx |
English version of home page documentation with updated frontmatter example |
website/docs/en/guide/basic/_meta.json |
Updated to remove custom-page and add new entries |
website/docs/en/guide/advanced/overview-page.mdx |
English version of overview page documentation |
website/docs/en/guide/advanced/_meta.json |
Added overview-page entry |
website/docs/en/guide/_meta.json |
Removed default-theme directory section header |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Rsdoctor Bundle Diff Analysis📁 webPath:
📦 Download Diff Report: web Bundle Diff Generated by Rsdoctor GitHub Action |
Timeless0911
approved these changes
Dec 12, 2025
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.
Summary
docs: adjust structure
Related Issue
Checklist