We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbaf6f6 commit e9b6e7dCopy full SHA for e9b6e7d
1 file changed
.vitepress/config.mts
@@ -7,6 +7,10 @@ export default defineConfig({
7
description: "嘗試翻譯 PortSwigger Academy 上的文章中...",
8
themeConfig: {
9
// https://vitepress.dev/reference/default-theme-config
10
+ outline: {
11
+ level: [2, 7],
12
+ },
13
+
14
nav: [
15
{ text: 'Home', link: '/' }
16
],
0 commit comments