Skip to content

Commit 7848975

Browse files
authored
add product switcher image (#1437)
1 parent fcdcacf commit 7848975

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed
58.2 KB
Loading
53.7 KB
Loading

organize/navigation.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,16 @@ In the `navigation` object, `dropdowns` is an array where each entry is an objec
321321

322322
## Products
323323

324+
<img
325+
className="block dark:hidden pointer-events-none"
326+
src="/images/navigation/product-switcher-light.png"
327+
/>
328+
329+
<img
330+
className="hidden dark:block pointer-events-none"
331+
src="/images/navigation/product-switcher-dark.png"
332+
/>
333+
324334
Products create a dedicated navigation division for organizing product-specific documentation. Use products to separate different offerings, services, or major feature sets within your documentation.
325335

326336
In the `navigation` object, `products` is an array where each entry is an object that requires a `product` field and can contain other navigation fields such as groups, pages, icons, or links to external pages.

0 commit comments

Comments
 (0)