Skip to content

Commit 4720ccf

Browse files
committed
update dropdowns
1 parent 4733123 commit 4720ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

navigation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Anchors in a `global` object must have an `href` field and cannot direct to a re
266266

267267
## Dropdowns
268268

269-
Dropdowns show up in the same place as anchors, but are consolidated into a single dropdown.
269+
Dropdowns are contained in an expandable menu at the top of your sidebar navigation. Each item in a dropdown directs to a section of your documentation.
270270

271271
<img
272272
className="block dark:hidden pointer-events-none"
@@ -278,7 +278,7 @@ Dropdowns show up in the same place as anchors, but are consolidated into a sing
278278
src="/images/navigation/dropdowns-dark.png"
279279
/>
280280

281-
While not required, we also recommend that you set an icon for each dropdown item.
281+
In the `navigation` object, `dropdowns` is an array where each entry is an object that requires a `dropdown` field and can contain other navigation fields such as groups, pages, icons, or links to external pages.
282282

283283
```json
284284
{

0 commit comments

Comments
 (0)