Skip to content

Commit 282da0e

Browse files
committed
docs: add better auth sidebar link
1 parent a0f40ff commit 282da0e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/app/app.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ export default defineAppConfig({
1111
{ label: 'Convex', to: 'https://docs.convex.dev', target: '_blank' },
1212
],
1313
},
14+
navigation: {
15+
links: [
16+
{ title: 'Better Auth', to: 'https://nuxt-better-auth.onmax.me/integrations/convex', target: '_blank', icon: 'i-heroicons-arrow-top-right-on-square' },
17+
],
18+
},
1419
ui: {
1520
colors: {
1621
primary: 'amber',

0 commit comments

Comments
 (0)