feat(theme/tag): support updated tag and turn "new" tag from blue to green#3128
feat(theme/tag): support updated tag and turn "new" tag from blue to green#3128
Conversation
…ion in both Chinese and English files. Modified files: - `website/docs/zh/ui/layout-components/tag.mdx` - `website/docs/en/ui/layout-components/tag.mdx` The "updated" tag is now listed in the "Common Tags" table and the `Props` description.
Deploying rspress-v2 with
|
| Latest commit: |
e11f34f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fa2d3dc8.rspress-v2.pages.dev |
| Branch Preview URL: | https://syt-vibe-kanban-df9a-tag-upd.rspress-v2.pages.dev |
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 |
There was a problem hiding this comment.
Pull request overview
This PR updates the Tag component documentation (EN/ZH) to include a new updated tag as a “common tag” option for sidebar/navbar labels.
Changes:
- Add
updatedto the “Common tags” table examples. - Update the
TagPropsdoc comment to listupdatedamong common tags (and removetip/info/warning/dangerfrom the list).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| website/docs/en/ui/layout-components/tag.mdx | Documents updated as a common tag and updates the documented supported common tag values. |
| website/docs/zh/ui/layout-components/tag.mdx | Same documentation update as EN for updated and the common tag list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
feat(theme/tag): support updated tag
Related Issue
Checklist