docs(zh): rename "预览页" to "Overview 页" for terminology consistency#3016
docs(zh): rename "预览页" to "Overview 页" for terminology consistency#3016
Conversation
1. **`guide/advanced/overview-page.mdx`** - 9 处修改(标题、描述及正文) 2. **`api/config/config-frontmatter.mdx`** - 4 处修改(章节标题及相关说明) 3. **`guide/basic/auto-nav-sidebar.mdx`** - 2 处修改(`overviewHeaders` 字段说明) 4. **`ui/components/overview-group.mdx`** - 1 处修改(组件描述) 5. **`ui/hooks/use-pages.mdx`** - 1 处修改(hook 描述)
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR standardizes terminology in the Chinese (zh) documentation by replacing "预览页" (preview page) with "Overview 页" (Overview page) to maintain consistency with the feature name across all documentation files.
Changes:
- Updated all references from "预览页" to "Overview 页" in Chinese documentation
- Affected files include hook documentation, component documentation, configuration guides, and the main feature documentation
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/ui/hooks/use-pages.mdx | Updated link text from "预览页" to "Overview 页" in the description of usePages hook |
| website/docs/zh/ui/components/overview-group.mdx | Updated reference from "预览页" to "Overview 页" in OverviewGroup component description |
| website/docs/zh/guide/basic/auto-nav-sidebar.mdx | Updated two instances in the auto-nav-sidebar guide where "预览页" was changed to "Overview 页" |
| website/docs/zh/guide/advanced/overview-page.mdx | Updated page title, section headings, and multiple references throughout the overview page documentation from "预览页" to "Overview 页" |
| website/docs/zh/api/config/config-frontmatter.mdx | Updated section heading and multiple references in frontmatter configuration documentation from "预览页" to "Overview 页" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff AnalysisFound 3 projects in monorepo, 3 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 nodePath:
📦 Download Diff Report: node Bundle Diff 📁 node_mdPath:
📦 Download Diff Report: node_md Bundle Diff 📁 webPath:
📦 Download Diff Report: web Bundle Diff Generated by Rsdoctor GitHub Action |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
Standardize Chinese documentation terminology by replacing "预览页" (preview page) with "Overview 页" to align with the English documentation and the actual feature name.
Related Issue
Checklist
AI Summary
What was changed
This PR updates the Chinese documentation to use consistent terminology for the "Overview page" feature. All instances of "预览页" (which literally translates to "preview page") have been replaced with "Overview 页" across 5 documentation files:
guide/advanced/overview-page.mdxapi/config/config-frontmatter.mdxguide/basic/auto-nav-sidebar.mdxoverviewHeadersfield descriptions)ui/components/overview-group.mdxui/hooks/use-pages.mdxWhy this change was made
OverviewGroup,overviewHeaders). Using "Overview 页" in Chinese documentation maintains consistency with the codebase and English docs.Implementation details
This is a pure documentation change with no code modifications. A total of 17 text replacements were made across the 5 files, covering page titles, section headers, descriptions, and inline references.
This PR was written using Vibe Kanban