docs: integrate reo.dev (#13192)

This commit is contained in:
Shahed Nasser
2025-08-13 11:53:01 +03:00
committed by GitHub
parent f1da73cb58
commit 96f4ed90ad
15 changed files with 74 additions and 19 deletions
+4 -1
View File
@@ -18,7 +18,10 @@ type ProvidersProps = {
const Providers = ({ children }: ProvidersProps) => {
return (
<AnalyticsProvider writeKey={process.env.NEXT_PUBLIC_SEGMENT_API_KEY}>
<AnalyticsProvider
segmentWriteKey={process.env.NEXT_PUBLIC_SEGMENT_API_KEY}
reoDevKey={process.env.NEXT_PUBLIC_REO_DEV_CLIENT_ID}
>
<SiteConfigProvider config={siteConfig}>
<ScrollControllerProvider scrollableSelector="#main">
<SidebarProvider>