diff --git a/docs/components/sidebar-content.tsx b/docs/components/sidebar-content.tsx index 7ab547e3..70d86b03 100644 --- a/docs/components/sidebar-content.tsx +++ b/docs/components/sidebar-content.tsx @@ -637,6 +637,24 @@ export const contents: Content[] = [ ), }, + { + title: "Spotify", + href: "/docs/authentication/spotify", + icon: () => ( + + + + ), + }, ], }, {