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"], },