Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "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": [
{
"key": "q",
"value": "Ask question about https://mintlify.com/docs$path.md"
}
]
}
}
]
},
"redirects": [
{
Expand Down
Loading