import { sidebar } from "vuepress-theme-hope"; export const enSidebar = sidebar({ "/en/": [ "", { icon: "play", text: "快速开始", link: "quick-start.md" } ], });