2022-07-31 20:39:50 +08:00
|
|
|
import { sidebar } from "vuepress-theme-hope";
|
|
|
|
|
2023-06-02 20:36:11 +08:00
|
|
|
export default sidebar({
|
|
|
|
"/campus/": "structure",
|
|
|
|
"/fashion/": "structure",
|
2024-02-08 16:12:32 +08:00
|
|
|
"/contributor-guide/": "structure",
|
|
|
|
"/personal-safety/": "structure",
|
2023-06-02 20:36:11 +08:00
|
|
|
});
|