mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 08:47:23 +08:00
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",
|
|
}
|
|
)
|