diff --git a/src/.vuepress/config.ts b/src/.vuepress/config.ts index 212df5f04..4184bccbf 100644 --- a/src/.vuepress/config.ts +++ b/src/.vuepress/config.ts @@ -84,47 +84,47 @@ _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-button-image-height': '0px', - 'data-button-image-width': '0px', - // 'data-button-bg-color': '#FFF', - // 'data-button-text-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', - }, - ], + // [ + // '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-button-image-height': '0px', + // 'data-button-image-width': '0px', + // // 'data-button-bg-color': '#FFF', + // // 'data-button-text-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 a2ece6cb3..b6c11b983 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 *.kapa.ai www.google.com *.gstatic.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:;" \ No newline at end of file +Header set Content-Security-Policy "default-src data: blob: 'self' *.apache.org *.githubusercontent.com *.github.com *.algolia.net *.algolianet.com *.kapa.ai www.google.com *.gstatic.com *.apachecon.com *.communityovercode.org 'unsafe-inline' 'unsafe-eval'; frame-src 'self' www.google.com 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:;" \ No newline at end of file