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 bdd1b28 commit a8ae4e7Copy full SHA for a8ae4e7
1 file changed
docs/src/.vuepress/navbar/zh.ts
@@ -4,6 +4,11 @@ import { navbar } from "vuepress-theme-hope";
4
// @ts-ignore
5
export const zhNavbar = navbar([
6
"/",
7
+ {
8
+ link: "https://docs.jzero.io/blog/",
9
+ text: "博客",
10
+ icon: "fluent-mdl2:blog"
11
+ },
12
{
13
link: "https://github.com/jzero-io/examples",
14
text: "代码示例",
0 commit comments