From 958ec02f7b4caf2b4c184917ae80b2e9655785cd Mon Sep 17 00:00:00 2001 From: Bruno Date: Mon, 20 May 2024 09:49:45 +0200 Subject: [PATCH] feat(docs): adapt sidebar to new content --- docs/sidebars.ts | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 09ed89c..72e09ee 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -46,7 +46,7 @@ const sidebars: SidebarsConfig = { }, { type: 'category', - label: 'Use your backend', + label: 'Connect to your backend', items: [ { type: 'doc', @@ -54,7 +54,7 @@ const sidebars: SidebarsConfig = { }, { type: 'doc', - id: 'auth' + id: 'rest-api' }, { type: 'doc', @@ -73,16 +73,6 @@ const sidebars: SidebarsConfig = { id: 'vue' } ] - }, - { - type: 'category', - label: 'Deploy', - items: [ - { - type: 'doc', - id: 'going-to-production' - } - ] } ] }