diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6b0adedcf60c..532d2e3122b0 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -56,7 +56,6 @@ 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!'); script.setAttribute('data-modal-disclaimer-bg-color', '#e5f2fc'); script.setAttribute('data-modal-disclaimer-text-color', '#086dd7'); - 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?'); script.async = true; document.body.appendChild(script); });