LiteyukiBot/docs/.vuepress/sidebar/en.ts
2024-08-19 09:43:46 +08:00

11 lines
239 B
TypeScript

import {sidebar} from "vuepress-theme-hope";
export const enSidebarConfig = sidebar(
{
"/en/deploy/": "structure",
"/en/usage/": "structure",
"/en/store/": "structure",
"/en/dev/": "structure",
}
)