From 028bc59b1f16f8ed2c0c34849888cd08c5359ad5 Mon Sep 17 00:00:00 2001 From: Denys <40246260+DDeenis@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:46:39 +0200 Subject: [PATCH] docs: add spotify provider to the sidebar (#1147) * fix: add spotify provider to the sidebar * fix: formatting --- docs/components/sidebar-content.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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: () => ( + + + + ), + }, ], }, {