Merged
Conversation
✅ Deploy Preview for rspack 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 modernizes the Rspack documentation structure by adopting Rspress v2's new section-header and dir-section-header types, improving navigation and visual organization of the documentation.
- Updates all
_meta.jsonconfiguration files to use new Rspress v2 section header types - Improves page titles for better clarity (e.g., "Introduction" → "Rspack plugins", "Overview" → "Contributing guide")
- Reorganizes plugin documentation sections for better logical grouping
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/plugins/index.mdx | Updates plugin page title and reorganizes content sections to align with new navigation structure |
| website/docs/zh/plugins/_meta.json | Adds section headers and changes directory types to dir-section-header for improved navigation |
| website/docs/zh/misc/_meta.json | Updates directory types from dir to dir-section-header |
| website/docs/zh/guide/_meta.json | Updates all guide section directory types to dir-section-header |
| website/docs/zh/contribute/index.mdx | Changes page title from "总览" to "贡献指南" for better clarity |
| website/docs/zh/contribute/_meta.json | Adds "开始" section header and updates directory types |
| website/docs/zh/config/_meta.json | Adds "介绍" and "配置项" section headers to organize config documentation |
| website/docs/zh/api/index.mdx | Updates page title from "简介" to "Rspack APIs" |
| website/docs/zh/api/_meta.json | Adds "介绍" section header and updates directory types |
| website/docs/en/plugins/index.mdx | Updates plugin page title and reorganizes content sections (English version) |
| website/docs/en/plugins/_meta.json | Adds section headers and updates directory types (English version) |
| website/docs/en/misc/_meta.json | Updates directory types to dir-section-header (English version) |
| website/docs/en/guide/_meta.json | Updates directory types and shortens "Getting started" to "Start" |
| website/docs/en/contribute/index.mdx | Changes title to "Contributing guide" and adds line break |
| website/docs/en/contribute/_meta.json | Adds "Start" section header and updates directory types (English version) |
| website/docs/en/config/_meta.json | Adds section headers for "Introduction" and "Config options" |
| website/docs/en/api/_meta.json | Adds "Introduction" section header and updates directory types (English version) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Timeless0911
approved these changes
Nov 17, 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
This PR uses Rspress v2's new
section-headertype to improve section header for Rspack documentation.Before:
After:
Checklist