1
0
forked from bot/app
LiteyukiBot/docs/.vuepress/sidebar/en.ts

11 lines
239 B
TypeScript
Raw Normal View History

import {sidebar} from "vuepress-theme-hope";
2024-03-28 10:50:19 +08:00
2024-08-19 09:43:46 +08:00
export const enSidebarConfig = sidebar(
{
"/en/deploy/": "structure",
"/en/usage/": "structure",
"/en/store/": "structure",
"/en/dev/": "structure",
}
)