diff --git a/docs/.vuepress/navbar/en.ts b/docs/.vuepress/navbar/en.ts index 60c193a7..e7068852 100644 --- a/docs/.vuepress/navbar/en.ts +++ b/docs/.vuepress/navbar/en.ts @@ -36,6 +36,11 @@ export const enNavbar = navbar([ text: "UIGF Schema Verify Tool", link: "https://schema.uigf.org/", icon: "tool" + }, + { + text: "UIGF Upgrader", + link: "https://upgrader.uigf.org/", + icon: "update" } ], }, diff --git a/docs/.vuepress/navbar/zh.ts b/docs/.vuepress/navbar/zh.ts index 43a16ac8..2547652e 100644 --- a/docs/.vuepress/navbar/zh.ts +++ b/docs/.vuepress/navbar/zh.ts @@ -36,6 +36,11 @@ export const zhNavbar = navbar([ text: "UIGF 格式校验工具", link: "https://schema.uigf.org/", icon: "tool" + }, + { + text: "UIGF 升级工具", + link: "https://upgrader.uigf.org/", + icon: "update" } ], },