|
| 1 | +<!-- |
| 2 | +First of all, thank you for your contribution! 😄 |
| 3 | +For requesting to pull a new feature or bugfix, please send it from a feature/bugfix branch based on the `main` branch. |
| 4 | +Before submitting your pull request, please make sure the checklist below is confirmed. |
| 5 | +Your pull requests will be merged after one of the collaborators approve. |
| 6 | +Thank you! |
| 7 | +--> |
| 8 | + |
| 9 | +[[中文版模板 / Chinese template](https://github.com/VisActor/VChart/blob/main/.github/PULL_REQUEST_TEMPLATE/pr_cn.md?plain=1)] |
| 10 | + |
| 11 | +### 🤔 This is a ... |
| 12 | + |
| 13 | +- [x] New feature |
| 14 | +- [ ] Bug fix |
| 15 | +- [ ] TypeScript definition update |
| 16 | +- [ ] Bundle size optimization |
| 17 | +- [ ] Performance optimization |
| 18 | +- [ ] Enhancement feature |
| 19 | +- [ ] Refactoring |
| 20 | +- [ ] Update dependency |
| 21 | +- [ ] Code style optimization |
| 22 | +- [ ] Test Case |
| 23 | +- [ ] Branch merge |
| 24 | +- [ ] Release |
| 25 | +- [ ] Site / documentation update |
| 26 | +- [ ] Demo update |
| 27 | +- [ ] Workflow |
| 28 | +- [ ] Other (about what?) |
| 29 | + |
| 30 | +### 🔗 Related issue link |
| 31 | + |
| 32 | +<!-- |
| 33 | +1. Put the related issue or discussion links here. |
| 34 | +2. close #xxxx or fix #xxxx for instance. |
| 35 | +--> |
| 36 | + |
| 37 | +### 🔗 Related PR link |
| 38 | + |
| 39 | +<!-- Put the related PR links here. --> |
| 40 | + |
| 41 | +### 🐞 Bugserver case id |
| 42 | + |
| 43 | +<!-- paste the `fileid` field in the bugserver case url --> |
| 44 | + |
| 45 | +### 💡 Background and solution |
| 46 | + |
| 47 | +在 VChart 文档站新增一篇“VChart Skill 使用”教程,并将其挂载到与“快速上手”同级的导航层级。教程以用户提供的参考正文为语义来源,覆盖技能简介、安装方式、编辑器适配(Cursor/Trae)以及三个可执行场景(生成简单图表、调整图表样式、修复配置问题),同时保持与现有文档规范一致。 |
| 48 | + |
| 49 | +**Language/Version**: Markdown + JSON(文档内容与菜单配置) |
| 50 | +**Primary Dependencies**: `@internal/docs` 文档构建体系、`docs/assets/guide/menu.json` 导航配置、现有教程目录结构 |
| 51 | +**Storage**: N/A |
| 52 | +**Testing**: 文档构建与链接可达性检查(本地 docs 预览 + 静态路径校验) |
| 53 | +**Target Platform**: VChart 官方文档站(zh 主路径,en 路径不新增正文) |
| 54 | +**Project Type**: Rush Monorepo(文档子系统变更) |
| 55 | +**Performance Goals**: 不引入额外运行时成本;页面加载复杂度与现有教程同级 |
| 56 | +**Constraints**: 必须与“快速上手”同级;教程内容与参考正文一致但需可验证;不得破坏现有导航结构 |
| 57 | +**Scale/Scope**: 1 篇新增教程 + 1 处导航配置调整 + 文档内链与示例片段 |
| 58 | +### 📝 Changelog |
| 59 | + |
| 60 | +<!-- |
| 61 | +Describe changes from the user side, and list all potential break changes or other risks. |
| 62 | +---> |
| 63 | + |
| 64 | +| Language | Changelog | |
| 65 | +| ---------- | --------- | |
| 66 | +| 🇺🇸 English | Add a VChart Skill tutorial and place it at the same navigation level as Quick Start, with installation, editor references, and guided demo scenarios. | |
| 67 | +| 🇨🇳 Chinese | | |
| 68 | + |
| 69 | +### ☑️ Self-Check before Merge |
| 70 | + |
| 71 | +⚠️ Please check all items below before requesting a reviewing. ⚠️ |
| 72 | + |
| 73 | +- [ ] Doc is updated/provided or not needed |
| 74 | +- [ ] Demo is updated/provided or not needed |
| 75 | +- [ ] TypeScript definition is updated/provided or not needed |
| 76 | +- [ ] Changelog is provided or not needed |
| 77 | + |
| 78 | +--- |
| 79 | + |
| 80 | +<!-- |
| 81 | +Below are template for copilot to generate CR message. |
| 82 | +Please DO NOT modify it. |
| 83 | +--> |
| 84 | + |
| 85 | +### 🚀 Summary |
| 86 | + |
| 87 | +copilot:summary |
| 88 | + |
| 89 | +### 🔍 Walkthrough |
| 90 | + |
| 91 | +copilot:walkthrough |
0 commit comments