From 41cf0c903387a66fea360d2ba3896c6c8cbcd5b0 Mon Sep 17 00:00:00 2001 From: marcsadler Date: Sat, 13 Jul 2024 17:06:35 +0800 Subject: [PATCH 1/2] config.js: specify headerDepth=0 --- src/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 1c279c3c..8d708bb6 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -48,6 +48,7 @@ export default { link: 'https://forum.chrultrabook.com/' } ], + headerDepth: 0, sidebarDepth: 2, sidebar: [ { From 9e941123057cad20010dc9bb72784f5aa5f514c9 Mon Sep 17 00:00:00 2001 From: marcsadler Date: Sat, 13 Jul 2024 19:57:44 +0800 Subject: [PATCH 2/2] Fix vim idiosyncrasies regarding tabs --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 8d708bb6..a59b020b 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -48,7 +48,7 @@ export default { link: 'https://forum.chrultrabook.com/' } ], - headerDepth: 0, + headerDepth: 0, sidebarDepth: 2, sidebar: [ {