Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Add MarkPrompt AI and create conversational UI in Docusaurus #55219

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Some visual adjustments to Octavia, improved visual consistency in da…
…rk mode.
ian-at-airbyte committed Mar 6, 2025
commit b2360209654022b1324745badfafa91349072f8e
5 changes: 4 additions & 1 deletion docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -151,14 +151,17 @@ const config = {
assistantId: "d1399022-d7e2-4404-bd16-8b3ad2b5465b",
enabled: true,
defaultView: {
message: "Hi! I'm Octavia, an AI. **I'm still learning and might make mistakes**. How can I help?",
message: "Hi! I'm Octavia. How can I help? **I'm an AI, but I'm still learning and might make mistakes**. ",
prompts: [
"What's Airbyte?",
"Can I try Airbyte quickly?",
"How do I use Terraform with Airbyte?",
"Is there an enterprise version?"
]
},
avatars: {
assistant: 'img/octavia-talking.png',
}
},
// By setting `floating` to false, use the standard navbar search component.
trigger: { floating: false },
28 changes: 28 additions & 0 deletions docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
@@ -308,3 +308,31 @@ p.MarkpromptBranding {
div.MarkpromptContentDialog {
top: 90px !important;
}

div.MarkpromptMessageAvatarContainer {
height: 48px;
width: 48px;
}

img.MarkpromptMessageAvatarImage {
height: 48px;
width: 48px;
}

/* */

html[data-theme="dark"] .MarkpromptSearchView .MarkpromptPromptWrapper {
background-color: rgb(68, 73, 80) !important;
}

html[data-theme="dark"] .MarkpromptChatViewNavigation {
background-color: rgb(68, 73, 80) !important;
}

html[data-theme="dark"] .MarkpromptForm {
background-color: rgb(0,0,0) !important;
}

.MarkpromptContentDialog[data-variant="sheet"] {
z-index: 10000 !important; /* Ensure the dialog is on top of everything */
}
Binary file added docusaurus/static/img/octavia-hello-no-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docusaurus/static/img/octavia-talking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.