Skip to content
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

docs: fix banner link #6401

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions website/docs/zh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@ hero:
actions:
- theme: brand
text: 快速开始
link: /guide/start/quick-start
link: /zh/guide/start/quick-start
- theme: alt
text: 深入了解
link: /guide/start/introduction
link: /zh/guide/start/introduction

features:
- title: 启动速度极快
details: 基于 Rust,项目启动速度极快,带给你极致的开发体验。
icon: 🚀
link: /guide/start/introduction
link: /zh/guide/start/introduction
- title: 闪电般的 HMR
details: 内置增量编译机制,HMR 速度极快,完全胜任大型项目的开发。
icon: ⚡
link: /guide/start/introduction
link: /zh/guide/start/introduction
- title: 兼容 webpack
details: 针对 webpack 的架构和生态进行兼容,无需从头搭建生态。
icon: 📦
link: /guide/compatibility/loader
link: /zh/guide/compatibility/loader
- title: 内置常见构建能力
details: 对 Typescript、JSX、CSS、CSS Modules、Sass 等提供开箱即用的支持。
icon: 🎨
link: /guide/tech/typescript
link: /zh/guide/tech/typescript
- title: 默认生产优化
details: 默认内置多种优化策略,如 Tree Shaking、代码压缩等等。
icon: 🛠️
link: /guide/optimization/production
link: /zh/guide/optimization/production
- title: '框架无关'
details: 不和任何前端框架绑定,保证足够的灵活性。
icon: 🎯
link: /guide/tech/react
link: /zh/guide/tech/react
---
Loading