forked from bot/app
11 lines
227 B
TypeScript
11 lines
227 B
TypeScript
import {sidebar} from "vuepress-theme-hope";
|
|
|
|
|
|
export const zhSidebarConfig = sidebar(
|
|
{
|
|
"/deploy/": "structure",
|
|
"/usage/": "structure",
|
|
"/store/": "structure",
|
|
"/dev/": "structure",
|
|
}
|
|
) |