Skip to content

Commit c1781b3

Browse files
committed
add kapa ai integration
1 parent ffecec0 commit c1781b3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

astro.config.mjs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,21 @@ export default defineConfig({
3737
title: 'Docs',
3838
favicon: '/images/favicons/favicon.ico',
3939
customCss: ['./src/styles/global.css'],
40+
head: [
41+
{
42+
tag: 'script',
43+
attrs: {
44+
async: true,
45+
src: 'https://widget.kapa.ai/kapa-widget.bundle.js',
46+
'data-website-id': '3dfbd0ac-9e56-4664-8315-032e17917ab6',
47+
'data-project-name': 'LocalStack',
48+
'data-project-color': '#281763',
49+
'data-project-logo': 'https://avatars.githubusercontent.com/u/28732122?s=280&v=4',
50+
'data-user-analytics-fingerprint-enabled': 'true',
51+
'data-modal-disclaimer': 'This is a custom LocalStack LLM to help you find the information you need by searching across all LocalStack documentation. Give it a try and let us know what you think!',
52+
},
53+
},
54+
],
4055
social: [
4156
{
4257
icon: 'github',

0 commit comments

Comments
 (0)