2024-04-08 17:01:55 +08:00
|
|
|
import {sidebar} from "vuepress-theme-hope";
|
2024-03-28 10:50:19 +08:00
|
|
|
|
2024-08-19 09:43:46 +08:00
|
|
|
|
|
|
|
export const zhSidebarConfig = sidebar(
|
|
|
|
{
|
|
|
|
"/deploy/": "structure",
|
|
|
|
"/usage/": "structure",
|
|
|
|
"/store/": "structure",
|
|
|
|
"/dev/": "structure",
|
|
|
|
}
|
|
|
|
)
|