We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f60b6 commit c2c2b5aCopy full SHA for c2c2b5a
src/components/home/Navbar.astro
@@ -13,15 +13,15 @@ const menuItems = [
13
// path: '/aiMall'
14
// },
15
{
16
- title: "DOCS",
+ title: "文档",
17
path: "/docs/overview"
18
},
19
20
- title: "BLOG",
+ title: "博客",
21
path: "/learning/all"
22
23
24
- title: "FAQ",
+ title: "答疑",
25
path: "/faq"
26
}
27
];
0 commit comments