Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/.vuepress/navbar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
},
Expand Down
5 changes: 5 additions & 0 deletions docs/.vuepress/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
},
Expand Down