We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5a409 commit 59e77beCopy full SHA for 59e77be
.vitepress/config.ts
@@ -10,6 +10,7 @@ export default defineConfig({
10
description: "[description goes here...]",
11
themeConfig: {
12
// https://vitepress.dev/reference/default-theme-config
13
+ outline: { level: "deep", label: "目录" },
14
nav: [
15
{ text: "主页", link: "/" },
16
{ text: "最近更新", link: "/updates" },
0 commit comments