Skip to content

Commit 5e5411e

Browse files
authored
feat: add Rstest to nav icon config (#34)
1 parent 13cef7c commit 5e5411e

1 file changed

Lines changed: 14 additions & 6 deletions

File tree

src/nav-icon/nav-config.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"links": [
66
{
77
"name": "Rspack",
8-
"desc": "基于 Rust 的打包工具",
9-
"descEn": "Rust-based web bundler",
8+
"desc": "高性能打包工具",
9+
"descEn": "High-performance bundler",
1010
"logo": "https://assets.rspack.dev/rspack/rspack-logo.svg",
1111
"url": "https://rspack.dev"
1212
},
@@ -33,16 +33,24 @@
3333
},
3434
{
3535
"name": "Rsdoctor",
36-
"desc": "一站式构建分析工具",
37-
"descEn": "Build analyzer for Rspack",
36+
"desc": "构建分析工具",
37+
"descEn": "Build analyzer",
3838
"logoScale": 0.95,
3939
"logo": "https://assets.rspack.dev/rsdoctor/rsdoctor-logo-480x480.png",
4040
"url": "https://rsdoctor.dev"
4141
},
42+
{
43+
"name": "Rstest",
44+
"desc": "测试框架",
45+
"descEn": "Testing framework",
46+
"logoScale": 0.95,
47+
"logo": "https://assets.rspack.dev/rstest/rstest-logo.svg",
48+
"url": "https://github.com/web-infra-dev/rstest"
49+
},
4250
{
4351
"name": "Awesome Rspack",
44-
"desc": "Rspack 生态精选列表",
45-
"descEn": "Rspack awesome things list",
52+
"desc": "探索 Rspack 生态",
53+
"descEn": "Explore Rspack ecosystem",
4654
"logo": "https://assets.rspack.dev/others/assets/awesome-rspack.png",
4755
"url": "https://github.com/web-infra-dev/awesome-rspack"
4856
}

0 commit comments

Comments
 (0)