Skip to content

Commit 293b68d

Browse files
committed
fix: added final chatbot edits
1 parent 812b2e2 commit 293b68d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/_site_essentials/js/init_kapa_widget.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ document.addEventListener('DOMContentLoaded', function () {
4949
script.setAttribute('data-modal-open-by-default', 'false');
5050
script.setAttribute('data-modal-title', 'Polygon Docs Chat Bot');
5151
script.setAttribute('data-modal-example-questions-title', 'Try asking me...');
52-
script.setAttribute('data-font-size-sm', '0.6rem');
52+
script.setAttribute('data-font-size-sm', '.7rem');
5353
script.setAttribute('data-query-input-font-size', '0.80rem');
5454
script.setAttribute('data-modal-disclaimer-font-size', '0.6rem');
5555
script.setAttribute('data-modal-title-font-size', '1.1rem');
56+
script.setAttribute("data-example-question-button-font-size","0.6rem");
5657
script.setAttribute(
5758
'data-modal-disclaimer',
58-
'Responses are generated by AI and may not always be accurate or complete. By using this chat, you agree that your questions and interactions may be processed and stored for support and analytics purposes. Please do not submit personal or sensitive information. For more details, see our Privacy Policy.'
59+
'This AI chatbot is powered by kapa.ai. Responses are generated automatically and may be inaccurate or incomplete. Do not rely on this information as legal, financial or other professional advice. By using this assistant, you agree that your input may be processed in accordance with the kapa.ai privacy policy: https://www.kapa.ai/content/privacy-policy'
5960
);
6061
script.setAttribute(
6162
'data-modal-example-questions',

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44
virtualenv venv
55
source venv/bin/activate
66
pip3 install -r requirements.txt
7-
mkdocs serve #--strict
7+
mkdocs serve --strict

0 commit comments

Comments
 (0)