Skip to content

Commit

Permalink
feat(docs): adapt sidebar to new content
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobuddy committed May 20, 2024
1 parent d916f7a commit 958ec02
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ const sidebars: SidebarsConfig = {
},
{
type: 'category',
label: 'Use your backend',
label: 'Connect to your backend',
items: [
{
type: 'doc',
id: 'connect'
},
{
type: 'doc',
id: 'auth'
id: 'rest-api'
},
{
type: 'doc',
Expand All @@ -73,16 +73,6 @@ const sidebars: SidebarsConfig = {
id: 'vue'
}
]
},
{
type: 'category',
label: 'Deploy',
items: [
{
type: 'doc',
id: 'going-to-production'
}
]
}
]
}
Expand Down

0 comments on commit 958ec02

Please sign in to comment.