Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberandy committed Jan 17, 2025
1 parent 8946a35 commit 2613b0f
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const config = {
// {
// label: 'Blog',
// to: '/blog',

// },
// {
// label: 'GitHub',
Expand Down Expand Up @@ -425,30 +426,31 @@ const config = {
injectHtmlTags() {
return {
postBodyTags: [`
<div id="chat-widget">
<iframe
src="https://copilotstudio.microsoft.com/environments/Default-efbef5c4-77ac-41d8-800a-2dec22f28e82/bots/Default_agentWordLift/webchat?__version__=2"
frameborder="0"
style="position: fixed; bottom: 20px; right: 20px; width: 400px; height: 600px; z-index: 9999; border: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);"
></iframe>
</div>
`],
<div id="chat-widget">
<iframe
src="https://copilotstudio.microsoft.com/environments/Default-efbef5c4-77ac-41d8-800a-2dec22f28e82/bots/Default_agentWordLift/webchat?__version__=2"
frameborder="0"
style="position: fixed; bottom: 20px; right: 20px; width: 400px; height: 600px; z-index: 9999; border: none; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.1);"
></iframe>
</div>
`],
};
},
};
},
],
themes: [
"docusaurus-theme-openapi-docs",
[
"@docusaurus/theme-classic",
{
customCss: [
require.resolve("./src/css/custom.css"),
],
},
],
// Remove this entire block:
// [
// "@docusaurus/theme-classic",
// {
// customCss: [
// require.resolve("./src/css/custom.css"),
// ],
// },
// ],
],
};

module.exports = config;
module.exports = config;

0 comments on commit 2613b0f

Please sign in to comment.