-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[DOC-730][docs-beta] creates ScoutOS Docusaurus plugin for embedded chat #27198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's hold off on merging this, I have a new copilot agent I'd like to test with instead.
const SCOUTOS_COPILOT_INNER_HTML = ` | ||
document.addEventListener('DOMContentLoaded', function() { | ||
var copilot = document.createElement('scout-copilot'); | ||
copilot.setAttribute('copilot_id', 'copilot_cm61kissp00010es61qxro4dq'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PedramNavid , let me know if you'd like me to customize the button (but maybe fancier?) like old docs. Otherwise, we can rely on the image set in ScoutOS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea a new button would be great! Renaming Gary and changing the icon before we hit publish would be helpful too: https://studio.scoutos.com/integrations/copilots/v2/copilot_cm61kissp00010es61qxro4dq
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PedramNavid worked with Josh to make things pretty, and updated it to use |
Summary & Motivation
Adds embedded Ask AI chat as a Docusaurus plugin.
How I Tested These Changes
Local, waiting to see how previews look.
Changelog
NOCHANGELOG