1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-15 01:16:22 +02:00

docs: improve ASK AI button (#9140)

This commit is contained in:
Nuno Góis 2025-01-23 13:45:19 +00:00 committed by GitHub
parent 3c0c5cd0c6
commit 0c7efc0037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -914,12 +914,24 @@ class="header-github-link"
],
scripts: [
{
src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
src: 'https://widget.kapa.ai/kapa-widget.bundle.js', // See configuration: https://docs.kapa.ai/integrations/website-widget/configuration
'data-website-id': '1d187510-1726-4011-b0f7-62742ae064ee',
'data-project-name': 'Unleash',
'data-project-color': '#1A4049',
'data-project-logo':
'https://cdn.getunleash.io/uploads/2024/05/logo-unleash-white.svg',
'data-modal-image':
'https://cdn.getunleash.io/uploads/2022/05/logo.png',
'data-button-position-right': '0',
'data-button-border-radius': '10px 0px 0px 10px',
'data-button-width': '80px',
'data-button-height': '100px',
'data-button-image-height': '55px',
'data-button-image-width': '55px',
'data-button-text-font-weight': '400',
'data-button-text-font-size': '16px',
'data-button-text-font-family': '"Sen", sans-serif',
'data-button-text': 'ASK AI',
defer: true,
},
],