We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7110cb + 9bdeca4 commit cb12216Copy full SHA for cb12216
docs/.vuepress/navbar/en.ts
@@ -36,6 +36,11 @@ export const enNavbar = navbar([
36
text: "UIGF Schema Verify Tool",
37
link: "https://schema.uigf.org/",
38
icon: "tool"
39
+ },
40
+ {
41
+ text: "UIGF Upgrader",
42
+ link: "https://upgrader.uigf.org/",
43
+ icon: "update"
44
}
45
],
46
},
docs/.vuepress/navbar/zh.ts
@@ -36,6 +36,11 @@ export const zhNavbar = navbar([
text: "UIGF 格式校验工具",
+ text: "UIGF 升级工具",
0 commit comments