The navigation module defines the storefront menus. Each menu has a slug (Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
main, footer, mobile) and a tree of items: links to pages, collections, products, or external URLs. Items can have icons, dividers, and grouped headings.
Source: modules/navigation · npm: @86d-app/navigation
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /navigation/:slug | Resolve a menu by slug |
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/navigation | List menus |
PUT | /admin/navigation/:slug | Update menu structure |
Components
<NavigationMenu slug="main" />,<FooterNav />.

