Skip to content

Commit e2d35f3

Browse files
committed
change object to string
1 parent 7a13a75 commit e2d35f3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ai/contextual-menu.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Create custom options in the contextual menu by adding an object to the `options
8484

8585
Example custom option:
8686

87-
```json {9-15} wrap
87+
```json {9-14} wrap
8888
{
8989
"contextual": {
9090
"options": [
@@ -97,9 +97,7 @@ Example custom option:
9797
"title": "Request a feature",
9898
"description": "Join the discussion on GitHub to request a new feature",
9999
"icon": "plus",
100-
"href": {
101-
"base": "https://github.com/orgs/mintlify/discussions/categories/feature-requests"
102-
}
100+
"href": "https://github.com/orgs/mintlify/discussions/categories/feature-requests"
103101
}
104102
]
105103
}

0 commit comments

Comments
 (0)