File tree Expand file tree Collapse file tree 1 file changed +17
-21
lines changed
Expand file tree Collapse file tree 1 file changed +17
-21
lines changed Original file line number Diff line number Diff line change @@ -84,28 +84,24 @@ Create custom options in the contextual menu by adding an object to the `options
8484
8585Example custom option:
8686
87- ``` json {8-21}
88- "contextual" : {
89- "options" : [
90- " copy" ,
91- " view" ,
92- " chatgpt" ,
93- " claude" ,
94- " perplexity" ,
95- {
96- "title" : " Ask Gemini" ,
97- "description" : " Ask Google Gemini about the current page" ,
98- "icon" : " sparkle" ,
99- "href" : {
100- "base" : " https://gemini.google.com/app" ,
101- "query" : [
102- {
103- "key" : " q" ,
104- "value" : " Ask question about https://mintlify.com/docs$path.md"
105- }
87+ ``` json {9-15} wrap
88+ {
89+ "contextual" : {
90+ "options" : [
91+ " copy" ,
92+ " view" ,
93+ " chatgpt" ,
94+ " claude" ,
95+ " perplexity" ,
96+ {
97+ "title" : " Request a feature" ,
98+ "description" : " Join the discussion on GitHub to request a new feature" ,
99+ "icon" : " plus" ,
100+ "href" : {
101+ "base" : " https://github.com/orgs/mintlify/discussions/categories/feature-requests"
102+ }
103+ }
106104 ]
107- }
108105 }
109- ]
110106}
111107```
You can’t perform that action at this time.
0 commit comments