Skip to content

Commit

Permalink
[Docs] Fix ask ai location (#4370)
Browse files Browse the repository at this point in the history
Fix ask ai location
  • Loading branch information
Michaelvll authored Nov 15, 2024
1 parent 974ff4f commit 334b268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_static/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ document.addEventListener('DOMContentLoaded', function () {
script.setAttribute('data-project-logo', 'https://avatars.githubusercontent.com/u/109387420?s=100&v=4');
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/).');
script.setAttribute('data-modal-title', 'SkyPilot Docs AI - Ask a Question.');
script.setAttribute('data-button-position-bottom', '85px');
script.setAttribute('data-button-position-bottom', '100px');
script.async = true;
document.head.appendChild(script);
});
Expand Down

0 comments on commit 334b268

Please sign in to comment.