Skip to content

Commit

Permalink
Merge pull request #91 from UIGF-org/upgrader
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 authored Sep 8, 2024
2 parents f7110cb + 9bdeca4 commit cb12216
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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

0 comments on commit cb12216

Please sign in to comment.