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

11 lines
227 B
TypeScript

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