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