docs: redesign help button (#8610)

Redesign help button

Closes DOCS-817
This commit is contained in:
Shahed Nasser
2024-08-16 06:40:05 +00:00
committed by GitHub
parent 0cc2a62b9b
commit 9bdcdc76a8
11 changed files with 109 additions and 152 deletions
+1 -2
View File
@@ -3,7 +3,6 @@
import {
AnalyticsProvider,
ColorModeProvider,
helpButtonNotification,
HooksLoader,
LearningPathProvider,
MobileProvider,
@@ -32,7 +31,7 @@ const Providers = ({ children }: ProvidersProps) => {
<LearningPathProvider
baseUrl={process.env.NEXT_PUBLIC_BASE_PATH || "/resources"}
>
<NotificationProvider initial={[helpButtonNotification]}>
<NotificationProvider>
<ScrollControllerProvider scrollableSelector="#main">
<SidebarProvider>
<PaginationProvider>