File tree Expand file tree Collapse file tree 1 file changed +34
-1
lines changed
pcweb/components/docpage/navbar Expand file tree Collapse file tree 1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def add_hooks(self):
6666};
6767const searchBarProps = {
6868 baseSettings: {
69- apiKey: '6299820854cd95d0a6e55a502d5bae06549e62360e7805a6 ',
69+ apiKey: '5805add2b45961017ac79c9d388aa34f5db49eb652e228e0 ',
7070 customIcons: {search: {custom: "/icons/search.svg"}},
7171 organizationDisplayName: 'Reflex',
7272 primaryBrandColor: '#6E56CF',
@@ -321,11 +321,44 @@ def add_hooks(self):
321321 },
322322 aiChatSettings: { // optional typeof InkeepAIChatSettings
323323 aiAssistantAvatar: '/logos/small_logo.svg',
324+ chatSubjectName: 'Reflex',
324325 exampleQuestions: [
325326 'How does Reflex work?',
326327 'What types of apps can I build with Reflex?',
327328 'Where can I deploy my apps?',
328329 ],
330+ getHelpOptions: [
331+ {
332+ action: {
333+ type: "open_link",
334+ url: "https://reflex.dev/pricing"
335+ },
336+ icon: {
337+ builtIn: "LuCalendar"
338+ },
339+ name: "Get a custom demo"
340+ },
341+ {
342+ action: {
343+ type: "open_link",
344+ url: "https://github.com/reflex-dev/reflex/issues/new?assignees=&labels=&projects=&template=bug_report.md&title="
345+ },
346+ icon: {
347+ builtIn: "FaGithub"
348+ },
349+ name: "File an issue on Reflex's GitHub."
350+ },
351+ {
352+ action: {
353+ type: "open_link",
354+ url: "https://discord.gg/T5WSbC2YtQ"
355+ },
356+ icon: {
357+ builtIn: "FaDiscord"
358+ },
359+ name: "Ask on Reflex's Discord."
360+ }
361+ ],
329362 getTools: () => [
330363 {
331364 type: "function",
You can’t perform that action at this time.
0 commit comments