From cb6d5dbd5409a5b2638ffd1321f2ca4a84e452ee Mon Sep 17 00:00:00 2001 From: Abdallah Abedraba Date: Sat, 6 Jan 2024 16:18:20 +0100 Subject: [PATCH] put local dev as top level (#303) --- sidebars.js | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/sidebars.js b/sidebars.js index cf8de1d6..e30e9dcf 100644 --- a/sidebars.js +++ b/sidebars.js @@ -54,6 +54,18 @@ const sidebars = { // "articles/microservice-gateway", // ], // }, + { + type: "category", + label: "Local Development", + items: [ + "articles/local-development", + "articles/local-development-routes-designer", + "articles/local-development-installing-packages", + "articles/local-development-api-keys", + "articles/local-development-env-variables", + "articles/local-development-troubleshooting", + ], + }, { type: "category", label: "Getting to Production", @@ -84,31 +96,11 @@ const sidebars = { "articles/api-key-buckets", ], }, - { - type: "category", - label: "OpenAPI", - link: { - type: "doc", - id: "articles/open-api", - }, - items: [], - }, { type: "category", label: "How to Guides", items: [ - { - type: "category", - label: "Local Development", - items: [ - "articles/local-development", - "articles/local-development-routes-designer", - "articles/local-development-installing-packages", - "articles/local-development-api-keys", - "articles/local-development-env-variables", - "articles/local-development-troubleshooting", - ], - }, + "articles/open-api", "articles/custom-ci-cd", "articles/rename-or-move-project", "articles/add-project-collaborators",