import {sidebar} from "vuepress-theme-hope"; export default sidebar({ "/programming/": [ { text: "Java", collapsible: true, expanded: true, icon: "mdi:language-java", prefix: "java/", children: [ { text: "框架", icon: "simple-icons:framework", collapsible: true, prefix: "框架/", children: "structure", }, { text: "工具箱", icon: "mdi:tools", collapsible: true, prefix: "工具箱/", children: "structure", } ] } ] });