From d9e3b54abff3ba52660e328377a1c7d3d6534ed8 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:28:35 +0000 Subject: [PATCH] Add knowledge suggestions array cgen-4329050c17d74811be3f5fb9b0259329 --- client/pages/Community.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 8b89d138..c5463f9e 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -890,6 +890,13 @@ export default function Community() { }, ]; + const knowledgeSuggestions = [ + "Connect Supabase auth", + "Host a community event", + "Fix build pipeline errors", + "Publish a player guide", + ]; + const knowledgeBaseTopics = [ { id: "faq",