From e0532be8ae47fb45c33fb9c0b85f5ffad47eaead Mon Sep 17 00:00:00 2001 From: Teknium Date: Thu, 16 Apr 2026 04:16:31 -0700 Subject: [PATCH] fix(docs): add dashboard-plugins to sidebar navigation --- website/sidebars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sidebars.ts b/website/sidebars.ts index 77d1e659..c72f3e61 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -78,6 +78,7 @@ const sidebars: SidebarsConfig = { label: 'Management', items: [ 'user-guide/features/web-dashboard', + 'user-guide/features/dashboard-plugins', ], }, {