Skip to content

Commit 9bdeca4

Browse files
committed
add upgrader
1 parent f7110cb commit 9bdeca4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/.vuepress/navbar/en.ts

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ export const enNavbar = navbar([
3636
text: "UIGF Schema Verify Tool",
3737
link: "https://schema.uigf.org/",
3838
icon: "tool"
39+
},
40+
{
41+
text: "UIGF Upgrader",
42+
link: "https://upgrader.uigf.org/",
43+
icon: "update"
3944
}
4045
],
4146
},

docs/.vuepress/navbar/zh.ts

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ export const zhNavbar = navbar([
3636
text: "UIGF 格式校验工具",
3737
link: "https://schema.uigf.org/",
3838
icon: "tool"
39+
},
40+
{
41+
text: "UIGF 升级工具",
42+
link: "https://upgrader.uigf.org/",
43+
icon: "update"
3944
}
4045
],
4146
},

0 commit comments

Comments
 (0)