From 8ce607e00257d5594037ab813c9a520c2f9dd363 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Mon, 6 Apr 2026 11:44:45 -0400 Subject: [PATCH] Add dismissible banner linking to docs feedback survey Adds a site-wide Mintlify banner prompting readers to take a short survey so we can collect feedback on docs quality and usability. Made-with: Cursor --- docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.json b/docs.json index f60ea8dbf6..bfd9be1858 100644 --- a/docs.json +++ b/docs.json @@ -25,6 +25,10 @@ "href": "https://docs.wandb.ai/" }, "favicon": "/favicon.png", + "banner": { + "content": "Help us improve these docs. [Take our quick survey.](https://forms.gle/a843ZFZu8oKqXYVDA)", + "dismissible": true + }, "background": { "decoration": "gradient" },