diff --git a/package.json b/package.json index 85db8570e..9a97c78c6 100644 --- a/package.json +++ b/package.json @@ -48,5 +48,5 @@ "singleQuote": true, "trailingComma": "all" }, - "packageManager": "pnpm@10.25.0" + "packageManager": "pnpm@10.27.0" } diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index f3ba6d66d..0ba663741 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -84,6 +84,43 @@ _paq.push(['enableLinkTracking']); })(); `, ], + [ + 'script', + { + async: true, + src: 'https://widget.kapa.ai/kapa-widget.bundle.js', + 'data-website-id': '2d37bfdd-8d98-40ba-9223-9d4f81bfb327', + // 'data-language': 'zh', + 'data-project-name': 'Apache IoTDB', + 'data-project-color': '#9E2878', + 'data-project-logo': 'https://iotdb.apache.org/slogo.png', + 'data-button-position-right': '16px', + 'data-button-position-bottom': '120px', + 'data-button-height': '50px', + 'data-button-width': '50px', + 'data-button-text': 'Ask', + 'data-modal-image-width': '150px', + 'data-modal-title': 'AI Docs', + // 'data-modal-disclaimer': + // 'This is a custom LLM with access to all [Kapa documentation](https://docs.kapa.ai).', + // 'data-modal-example-questions': + // 'How do I get started?,How to add example questions?', + 'data-user-analytics-fingerprint-enabled': 'true', + // 'data-modal-x-offset': '0', + // 'data-modal-y-offset': '0', + // 'data-modal-with-overlay': 'false', + // 'data-modal-inner-flex-direction': 'column', + // 'data-modal-inner-justify-content': 'end', + // 'data-modal-inner-max-width': '500px', + // 'data-modal-inner-position-left': 'auto', + // 'data-modal-inner-position-right': '0', + // 'data-modal-inner-position-bottom': '0', + // 'data-modal-inner-position-top': '0', + // 'data-modal-size': '100vh', + // 'data-modal-lock-scroll': 'false', + // 'data-modal-header-bg-color': '#fff', + }, + ], ], shouldPrefetch: false, diff --git a/src/.vuepress/public/.htaccess b/src/.vuepress/public/.htaccess index c8284f1c8..7aaedcc56 100644 --- a/src/.vuepress/public/.htaccess +++ b/src/.vuepress/public/.htaccess @@ -6,4 +6,4 @@ RewriteRule . /404.html [L] ErrorDocument 404 /404.html -Header set Content-Security-Policy "default-src data: blob: 'self' *.apache.org *.githubusercontent.com *.github.com *.algolia.net *.algolianet.com *.apachecon.com *.communityovercode.org 'unsafe-inline' 'unsafe-eval'; frame-src 'self' data: blob:; frame-ancestors 'self'; worker-src 'self' data: blob:; img-src 'self' blob: data: https: *.apache.org www.apachecon.com; style-src 'self' 'unsafe-inline' data:;" +Header set Content-Security-Policy "default-src data: blob: 'self' *.apache.org *.githubusercontent.com *.github.com *.algolia.net *.algolianet.com *.kapa.ai *.apachecon.com *.communityovercode.org 'unsafe-inline' 'unsafe-eval'; frame-src 'self' data: blob:; frame-ancestors 'self'; worker-src 'self' data: blob:; img-src 'self' blob: data: https: *.apache.org www.apachecon.com; style-src 'self' 'unsafe-inline' data:;" diff --git a/src/.vuepress/public/slogo.png b/src/.vuepress/public/slogo.png new file mode 100644 index 000000000..1bee9c59d Binary files /dev/null and b/src/.vuepress/public/slogo.png differ