From 18b58d7e1ffd1c430c94d25654636ae1add92cf1 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Sun, 16 Sep 2018 15:46:19 +0300 Subject: [PATCH] Update doc site config file --- docs/.vuepress/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f67c7f4e..3e7cdaf0 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -25,7 +25,9 @@ module.exports = { '/docs/syntax-highlight.md', '/docs/html.md', '/docs/view.md' - ] + ], + sidebarDepth: 2, + lastUpdated: true }, markdown: { config: md => {