LiteyukiBot/docs/.vuepress/sidebar/zh.ts

11 lines
227 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 zhSidebarConfig = sidebar(
{
"/deploy/": "structure",
"/usage/": "structure",
"/store/": "structure",
"/dev/": "structure",
}
)