Skip to main content

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.

The navigation module defines the storefront menus. Each menu has a slug (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

86d module add navigation

Store endpoints

MethodPathDescription
GET/navigation/:slugResolve a menu by slug

Admin endpoints

MethodPathDescription
GET/admin/navigationList menus
PUT/admin/navigation/:slugUpdate menu structure

Components

  • <NavigationMenu slug="main" />, <FooterNav />.