Add knowledge suggestions array
cgen-4329050c17d74811be3f5fb9b0259329
This commit is contained in:
parent
3516865a3f
commit
d9e3b54abf
1 changed files with 7 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue