From 5b511a2386423627b4869860e3d8ca90b47c047c Mon Sep 17 00:00:00 2001 From: bracesproul Date: Fri, 6 Sep 2024 14:35:54 -0700 Subject: [PATCH] docs[minor]: Add state of agents survey to docs announcement bar --- docs/overrides/main.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/docs/overrides/main.html b/docs/overrides/main.html index 4e3333fa1..668db247d 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -178,4 +178,35 @@ {% else %} {{ config.site_name }} {% endif %} +{% endblock %} + +{% block announce %} + +
+

Share your thoughts on AI agents. Take the 3-min survey.

+
{% endblock %} \ No newline at end of file