LiteyukiBot/docs/.vuepress/sidebar/en.ts

11 lines
239 B
TypeScript
Raw Normal View History

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