From 348b8f241c6f708adc25c6112f9510ba9e30a5e6 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 27 Feb 2021 15:43:46 +0100 Subject: [PATCH] Added user docs to sidebar --- src/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 97b4057..93fc98c 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -65,7 +65,8 @@ module.exports = { children: [ '', 'quickstart', - 'installation' + 'installation', + 'users' ] } ],