1
0
forked from bot/app

📝 添加英文文档框架

This commit is contained in:
2024-08-17 02:24:25 +08:00
parent 66ade9efc6
commit d367903946
39 changed files with 306 additions and 197 deletions

View File

@ -0,0 +1,25 @@
import {navbar} from "vuepress-theme-hope";
export const enNavbarConfig = navbar([
"/en/",
{
text: "Deploy",
link: "/en/deploy/",
prefix: "deploy/",
},
{
text: "Usage",
link: "/en/usage/",
prefix: "usage/",
},
{
text: "Extensions",
link: "/en/store/",
prefix: "store/",
},
{
text: "Contribute",
link: "/en/dev/",
prefix: "dev/",
},
]);