Skip to content

Commit efed0b0

Browse files
authored
Turn on Docs Assistant for another site (#3425)
1 parent ca3b9ac commit efed0b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/gitbook/src/components/SpaceLayout/SpaceLayout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ export function SpaceLayout(props: {
5050
customization.footer.logo ||
5151
customization.footer.groups?.length;
5252

53-
const withAIChat = context.customization.aiSearch.enabled && context.site.id === 'site_p4Xo4';
53+
const withAIChat =
54+
context.customization.aiSearch.enabled &&
55+
(context.site.id === 'site_p4Xo4' || context.site.id === 'site_JOVzv');
5456

5557
return (
5658
<SpaceLayoutContextProvider basePath={context.linker.toPathInSpace('')}>

0 commit comments

Comments
 (0)