Skip to content

Commit 10b7848

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent 807aa08 commit 10b7848

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

navigation.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,28 @@ While not required, we highly recommend that you set an `icon` field as well.
179179

180180
---
181181

182+
If you want anchors that only contain external links, use the `global` keyword:
183+
184+
```json
185+
"navigation": {
186+
"global": {
187+
"anchors": [
188+
{
189+
"anchor": "Community",
190+
"icon": "house",
191+
"href": "https://slack.com"
192+
},
193+
{
194+
"anchor": "Blog",
195+
"icon": "pencil",
196+
"href": "https://mintlify.com/blog"
197+
}
198+
]
199+
},
200+
"tabs": [...]
201+
}
202+
```
203+
182204
## Dropdowns
183205

184206
Dropdowns show up in the same place as anchors, but are consolidated into a single dropdown.

0 commit comments

Comments
 (0)