From 7a2d06fa4244b20e4cdd4f3a4b4b144a063616a4 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Mon, 21 Mar 2022 11:13:08 +0800 Subject: [PATCH] chore: config.js --- docs/.vuepress/config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index c65c9efb5..6dc619b61 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -40,9 +40,6 @@ const config = { } }, markdown: { - toc: { - includeLevel: [2, 3] - }, slugify(str) { if (typeof str !== 'string') return '' -- GitLab