Integration with LinchPin

 

linchpin.png

 

Just customizing some stylesheets will show AI chat button in linkchpin page well !

Required AI for Confluence version >= 1.6.0

Go to Confluence Administration >> Look and Feel >> Stylesheet, add the below css code

#devpod-ai-chat-button { background-color: #526177 !important; /* background color of chat button*/ color: #ffffff !important; /* font color of chat button*/ } #devpod-ai-chat-button-container { margin-right: 20px !important; }

customize-css.png