Skip to content

Commit f9d587b

Browse files
committed
add perplexity to contextual menu
1 parent 8597fa9 commit f9d587b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,26 @@
344344
"background": "/images/thumbnail/background.svg"
345345
},
346346
"contextual": {
347-
"options": ["copy", "view", "chatgpt", "claude"]
347+
"options": [
348+
"copy",
349+
"view",
350+
"chatgpt",
351+
"claude",
352+
{
353+
"title": "Open in Perplexity",
354+
"description": "Ask questions about this page",
355+
"icon": "search",
356+
"href": {
357+
"base": "https://www.perplexity.ai/search",
358+
"query": [
359+
{
360+
"key": "q",
361+
"value": "Ask question about https://mintlify.com/docs$path.md"
362+
}
363+
]
364+
}
365+
}
366+
]
348367
},
349368
"redirects": [
350369
{

0 commit comments

Comments
 (0)