File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments