docs: update quick start to use @rspress/core instead of rspress#3106
docs: update quick start to use @rspress/core instead of rspress#3106
Conversation
…ress/core`: - `website/docs/zh/guide/start/getting-started.mdx:29` - `website/docs/en/guide/start/getting-started.mdx:29`
There was a problem hiding this comment.
Pull request overview
This pull request updates the installation command in the "Quick Start" documentation to use the correct package name @rspress/core instead of the deprecated rspress package. This aligns with Rspress V2's package consolidation where multiple packages were merged into a single @rspress/core package.
Changes:
- Updated the installation command in the getting started documentation from
rspressto@rspress/corefor both English and Chinese versions
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| website/docs/zh/guide/start/getting-started.mdx | Updated installation command to use @rspress/core in Chinese documentation |
| website/docs/en/guide/start/getting-started.mdx | Updated installation command to use @rspress/core in English documentation |
💡 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 |
Deploying rspress-v2 with
|
| Latest commit: |
d58afec
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a4f8e0c4.rspress-v2.pages.dev |
| Branch Preview URL: | https://syt-vibe-kanban-eaaf-npm-ins.rspress-v2.pages.dev |
Summary
Related Issue
#3104
Checklist
AI Summary
What changed
Updated the "Quick Start" documentation in both Chinese (
zh) and English (en) versions to change the package installation command fromrspressto@rspress/core.Files modified:
website/docs/zh/guide/start/getting-started.mdxwebsite/docs/en/guide/start/getting-started.mdxWhy
The package name
rspresshas been deprecated in favor of@rspress/core. The documentation needed to be updated to reflect the correct package name that users should install.Details
Changed the
<PackageManagerTabs>component command from:to:
This PR was written using Vibe Kanban