Skip to content

Commit 1282bd1

Browse files
authored
add perplexity in contextual menu (#904)
* add perplexity in contextual menu * remove formatting
1 parent fbdaafc commit 1282bd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ai-ingestion.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Provide quick access to AI-optimized content and direct integrations with popula
2222
* **View as Markdown**: Opens the current page as Markdown.
2323
* **Open in ChatGPT**: Creates a ChatGPT conversation with the current page as context.
2424
* **Open in Claude**: Creates a Claude conversation with the current page as context.
25+
* **Ask Perplexity**: Creates a Perplexity conversation with the current page as context.
2526
* [**Your custom options**](#adding-custom-options): Add your own options to the contextual menu.
2627

2728
<Frame>
@@ -42,7 +43,8 @@ Add the `contextual` field to your `docs.json` and specify which options you wan
4243
"copy",
4344
"view",
4445
"chatgpt",
45-
"claude"
46+
"claude",
47+
"perplexity"
4648
]
4749
}
4850
}

0 commit comments

Comments
 (0)