Skip to content

Commit

Permalink
🚗 inkeep chat (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit authored Dec 4, 2024
1 parent d35e022 commit 11d73fc
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
38 changes: 36 additions & 2 deletions web/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ const config = {
locales: ["en"],
},

themes: ["@inkeep/docusaurus/chatButton"],

presets: [
[
"@docusaurus/preset-classic",
Expand Down Expand Up @@ -239,9 +241,41 @@ const config = {
},

colorMode: {
defaultMode: "light",
disableSwitch: false,
defaultMode: "dark",
},
inkeepConfig: {
baseSettings: {
apiKey: "15b950a73cca71e1fe1677f215ddc80b02cc047bf5367cdc",
integrationId: "cm416x7gl00in10em2evcwklj",
organizationId: "org_JOGHxQ7SCFPeGdtI",
primaryBrandColor: "#FF8803"
},
aiChatSettings: {
chatSubjectName: "Cyclops",
botAvatarSrcUrl: "https://cyclops-ui.github.io/img/logo.png",
getHelpCallToActions: [
{
name: "Discord",
url: "https://discord.com/invite/8ErnK3qDb3",
icon: {
builtIn: "FaDiscord"
}
},
{
name: "GitHub",
url: "https://github.com/cyclops-ui/cyclops",
icon: {
builtIn: "FaGithub"
}
}
],
quickQuestions: [
"How to install using kubectl?",
"What usage metrics are tracked?",
"How does Cyclops implement helm chart dependencies?"
]
}
}
}),
};

Expand Down
11 changes: 11 additions & 0 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@docusaurus/preset-classic": "^3.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@inkeep/docusaurus": "^2.0.15",
"@mdx-js/react": "^3.0.0",
"@mui/x-charts": "^7.0.0",
"antd": "^5.5.0",
Expand Down

0 comments on commit 11d73fc

Please sign in to comment.