Skip to content

Commit 6366f16

Browse files
authored
Merge pull request #19893 from dvdksn/kapa-remove-example-qs
site: remove example questions for kapa
2 parents 79c0ae6 + 7e58bf3 commit 6366f16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

layouts/partials/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
script.setAttribute('data-modal-disclaimer', 'This is a custom LLM for answering questions about Docker. Answers are based on the contents of the documentation. This feature is experimental - rate the answers to let us know what you think!');
5757
script.setAttribute('data-modal-disclaimer-bg-color', '#e5f2fc');
5858
script.setAttribute('data-modal-disclaimer-text-color', '#086dd7');
59-
script.setAttribute('data-modal-example-questions','What is a volume?,How do I build multi-platform images?,Can I configure Docker to use a proxy?,What does a Docker subscription include?');
6059
script.async = true;
6160
document.body.appendChild(script);
6261
});

0 commit comments

Comments
 (0)