From f9d587bfb83c09f0ec09a65fd516cc310208e054 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 10 Jul 2025 08:39:37 -0700 Subject: [PATCH 1/2] add perplexity to contextual menu --- docs.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 9f5bd19f2..41724113b 100644 --- a/docs.json +++ b/docs.json @@ -344,7 +344,26 @@ "background": "/images/thumbnail/background.svg" }, "contextual": { - "options": ["copy", "view", "chatgpt", "claude"] + "options": [ + "copy", + "view", + "chatgpt", + "claude", + { + "title": "Open in Perplexity", + "description": "Ask questions about this page", + "icon": "search", + "href": { + "base": "https://www.perplexity.ai/search", + "query": [ + { + "key": "q", + "value": "Ask question about https://mintlify.com/docs$path.md" + } + ] + } + } + ] }, "redirects": [ { From c014da0a1a448f380ad6b169bed08fd2fcb7cc56 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 10 Jul 2025 09:26:43 -0700 Subject: [PATCH 2/2] update icon --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 41724113b..a3eccde5e 100644 --- a/docs.json +++ b/docs.json @@ -352,7 +352,7 @@ { "title": "Open in Perplexity", "description": "Ask questions about this page", - "icon": "search", + "icon": "https://images.seeklogo.com/logo-png/61/1/perplexity-ai-icon-black-logo-png_seeklogo-611679.png", "href": { "base": "https://www.perplexity.ai/search", "query": [