From a3ba268967bea867ef211a8c03c8c232ee60c9cd Mon Sep 17 00:00:00 2001 From: Kyle Gani Date: Wed, 12 Aug 2026 16:41:33 +0200 Subject: [PATCH] Expose the OpenAPI spec download in the contextual menu API reference pages are generated from the hosted spec, but the contextual menu had no route to the spec itself. download-spec only renders on API reference pages, so it costs nothing elsewhere. Co-Authored-By: Claude Fable 5 --- docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.json b/docs.json index 59bca743..e2ab4c22 100644 --- a/docs.json +++ b/docs.json @@ -246,6 +246,7 @@ "options": [ "copy", "view", + "download-spec", "assistant", "mcp", "add-mcp",