From bb81c5dd2de79680d2b46f013f22b7d67085ed0f Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 15 Apr 2026 12:50:29 +0200 Subject: [PATCH] docs: add contextual menu for copy and issue/feat (#10699) --- docs/docs.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index 720c60e5d7..82c23ba42f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -12,6 +12,24 @@ "dark": "/images/prowler-logo-white.png", "light": "/images/prowler-logo-black.png" }, + "contextual": { + "options": [ + "copy", + "view", + { + "title": "Request a feature", + "description": "Open a feature request on GitHub", + "icon": "plus", + "href": "https://github.com/prowler-cloud/prowler/issues/new?template=feature-request.yml" + }, + { + "title": "Report an issue", + "description": "Open a bug report on GitHub", + "icon": "bug", + "href": "https://github.com/prowler-cloud/prowler/issues/new?template=bug_report.yml" + } + ] + }, "navigation": { "tabs": [ {