Skip to content

Commit 3e9b289

Browse files
add-betterauth-to-sidebar
1 parent e7fa71c commit 3e9b289

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

sidebars.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,12 @@ const sidebars: SidebarsConfig = {
440440
label: "Integration Solutions",
441441
collapsed: false,
442442
collapsible: false,
443-
items: ["guides/clerk-nextjs", "guides/shopify", "guides/permit-io-access-control"].sort(),
443+
items: [
444+
"guides/clerk-nextjs",
445+
"guides/shopify",
446+
"guides/permit-io-access-control",
447+
"guides/betterauth-nextjs",
448+
].sort(),
444449
},
445450
{
446451
type: "category",

0 commit comments

Comments
 (0)