Skip to content

Commit

Permalink
put local dev as top level (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah Abedraba authored Jan 6, 2024
1 parent da93a71 commit cb6d5db
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit cb6d5db

Please sign in to comment.