Skip to content

Commit 334b268

Browse files
authored
[Docs] Fix ask ai location (#4370)
Fix ask ai location
1 parent 974ff4f commit 334b268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_static/custom.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ document.addEventListener('DOMContentLoaded', function () {
77
script.setAttribute('data-project-logo', 'https://avatars.githubusercontent.com/u/109387420?s=100&v=4');
88
script.setAttribute('data-modal-disclaimer', 'Results are automatically generated and may be inaccurate or contain inappropriate information. Do not include any sensitive information in your query.\n**To get further assistance, you can chat directly with the development team** by joining the [SkyPilot Slack](https://slack.skypilot.co/).');
99
script.setAttribute('data-modal-title', 'SkyPilot Docs AI - Ask a Question.');
10-
script.setAttribute('data-button-position-bottom', '85px');
10+
script.setAttribute('data-button-position-bottom', '100px');
1111
script.async = true;
1212
document.head.appendChild(script);
1313
});

0 commit comments

Comments
 (0)