From 4a0b007ce782c45db877882aee560240916af7a9 Mon Sep 17 00:00:00 2001 From: ASHUTOSH KUMAR SINGH Date: Sun, 1 Nov 2020 12:37:49 +0530 Subject: [PATCH] Update sidebars.js --- frontend/sidebars.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sidebars.js b/frontend/sidebars.js index 978a692..0abeda6 100644 --- a/frontend/sidebars.js +++ b/frontend/sidebars.js @@ -1,6 +1,6 @@ module.exports = { someSidebar: { - "Getting Started": ["intro", "character", "episode"], + "Getting Started": ["intro", "character", "episode","location"], Examples: ["react", "vuejs", "javascript", "angular", "slider"], About: ["about"], },