From efed0b06178ac99dfb28eb12dcf8140c9db10f49 Mon Sep 17 00:00:00 2001 From: Zeno Kapitein Date: Wed, 2 Jul 2025 18:02:12 +0200 Subject: [PATCH] Turn on Docs Assistant for another site (#3425) --- packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx index 826951977..6a77fcd79 100644 --- a/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx +++ b/packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx @@ -50,7 +50,9 @@ export function SpaceLayout(props: { customization.footer.logo || customization.footer.groups?.length; - const withAIChat = context.customization.aiSearch.enabled && context.site.id === 'site_p4Xo4'; + const withAIChat = + context.customization.aiSearch.enabled && + (context.site.id === 'site_p4Xo4' || context.site.id === 'site_JOVzv'); return (