Skip to content

Commit 9a2c03e

Browse files
committed
Lower heading groups
Might be less semantic, but will make formatting easier
1 parent ad47c5a commit 9a2c03e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced-features/navigation-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ Here are some general tips to keep in mind when working with the Navigation API:
149149

150150
Below is a reference of the classes and methods available in the Navigation API.
151151

152-
### NavigationMenu
152+
## NavigationMenu
153153

154154
The `NavigationMenu` class represents a navigation menu. It contains a collection of items, which can be either `NavigationItem` or `NavigationGroup` instances.
155155

156-
### NavigationItem
156+
## NavigationItem
157157

158158
The `NavigationItem` class represents a single item in a navigation menu. It contains information such as the destination link or route, a label, and priority for ordering in the menu.
159159

160-
### NavigationGroup
160+
## NavigationGroup
161161

162162
The `NavigationGroup` class represents a group of items in a navigation menu. It contains a label, priority, and a collection of navigation items.
163163
This class is often used to create submenus or dropdowns in a navigation menu.

0 commit comments

Comments
 (0)