We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a13a75 commit e2d35f3Copy full SHA for e2d35f3
ai/contextual-menu.mdx
@@ -84,7 +84,7 @@ Create custom options in the contextual menu by adding an object to the `options
84
85
Example custom option:
86
87
-```json {9-15} wrap
+```json {9-14} wrap
88
{
89
"contextual": {
90
"options": [
@@ -97,9 +97,7 @@ Example custom option:
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
- }
+ "href": "https://github.com/orgs/mintlify/discussions/categories/feature-requests"
103
}
104
]
105
0 commit comments