From 8eaeed9cd29986ab489fa687b56016e3a50b13e9 Mon Sep 17 00:00:00 2001 From: specterflare <61708534+specterflare@users.noreply.github.com> Date: Sat, 11 Jul 2020 21:16:07 -0400 Subject: [PATCH] More consistent use of "Extensions" (#259) More consistent use of "Extensions" (#259) --- src/.vuepress/config/sideBar.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/.vuepress/config/sideBar.js b/src/.vuepress/config/sideBar.js index d773e43c..b5fce2fe 100644 --- a/src/.vuepress/config/sideBar.js +++ b/src/.vuepress/config/sideBar.js @@ -28,7 +28,7 @@ module.exports = { path: "/help/contribution", }, { - title: "Available extensions", + title: "Extensions", path: "/extensions/", }, ], @@ -51,7 +51,7 @@ module.exports = { path: "/help/contribution", }, { - title: "Available extensions", + title: "Extensions", path: "/extensions/", }, ], @@ -76,7 +76,7 @@ module.exports = { children: ["/help/contribution"], }, { - title: "Available extensions", + title: "Extensions", path: "/extensions/", }, ], @@ -99,7 +99,7 @@ module.exports = { path: "/help/contribution", }, { - title: "Available extensions", + title: "Extensions", path: "/extensions/", }, ], @@ -122,7 +122,7 @@ module.exports = { path: "/help/contribution", }, { - title: "Available extensions", + title: "Extensions", path: "/extensions/", }, ],