diff --git a/docs/components/sidebar-content.tsx b/docs/components/sidebar-content.tsx
index 516106b4..ce238258 100644
--- a/docs/components/sidebar-content.tsx
+++ b/docs/components/sidebar-content.tsx
@@ -661,11 +661,7 @@ export const contents: Content[] = [
),
},
- {
- title: "JWT",
- icon: () => ,
- href: "/docs/plugins/jwt",
- },
+
{
title: "Authorization",
group: true,
@@ -705,12 +701,44 @@ export const contents: Content[] = [
href: "/docs/plugins/1st-party-plugins",
icon: () => ,
},
-
{
title: "Bearer",
icon: () => ,
href: "/docs/plugins/bearer",
},
+ {
+ title: "JWT",
+ icon: () => (
+
+ ),
+ href: "/docs/plugins/jwt",
+ },
],
},
{