Skip to content

Commit

Permalink
Update src/sidebar.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent <[email protected]>
  • Loading branch information
aeneasr and vinckr authored Sep 23, 2024
1 parent 524e7ac commit 0cf3d3c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,11 @@ const guidesSidebar = (flat: boolean): ExtendSidebar => {
label: "Authentication and login",
collapsed: false,
collapsible: false,
link: flat
? {
link:
{
type: "doc",
id: "guides/authentication",
}
: undefined,
},
items: flat
? []
: [
Expand Down

0 comments on commit 0cf3d3c

Please sign in to comment.