-
Notifications
You must be signed in to change notification settings - Fork 8
Add interactive examples page with native T8 rendering #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
|
@copilot 单独开一个路由做 example,右上角接入菜单。 |
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
|
@copilot 换成用 T8 源码渲染,使用 codesandbox 会有网络问题。 |
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
|
🎊 PR Preview b53a3d6 has been successfully built and deployed to https://antvis-T8-preview-pr-161.surge.sh 🕐 Build time: 0.011s 🤖 By surge-preview |
Co-authored-by: hustcc <7856674+hustcc@users.noreply.github.com>
已修复。CI 错误是由于 examples 页面中的死链接造成的。 Fixed in commit b53a3d6:
✅ Build now passes successfully |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #161 +/- ##
==========================================
- Coverage 79.79% 79.75% -0.04%
==========================================
Files 78 78
Lines 1658 1660 +2
Branches 272 272
==========================================
+ Hits 1323 1324 +1
- Misses 335 336 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|




✅ Fixed CI Error - Dead Links
Fixed build failure caused by dead links in examples pages.
Changes Made:
Issue:
The CI was failing with:
Solution:
Changed the syntax documentation links from relative paths to absolute paths:
../syntax/index.md→/en/syntax/../syntax/index.md→/zh/syntax/This matches the pattern used in other pages like
tutorial/advanced/llm.md.Verification:
✅ Site builds successfully
✅ No dead link errors
✅ Links work correctly in both English and Chinese versions
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.