From e2eebfa97a92702dc9a5ef4e13d5928a6fcda50a Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 15 Feb 2021 17:09:53 +0100 Subject: [PATCH] added runner page 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 084eaf5..62ec725 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -38,7 +38,8 @@ module.exports = { '', 'accounts', 'organizations', - 'teams' + 'teams', + 'runners' ] } ],