Skip to content

Navigation - Descendants

The Navigation - Descendants feature renders a tree navigation showing the current page’s child and descendant pages. It also includes a breadcrumb on mobile.

PropertyValue
Element type aliasfeatureNavigationDescendants
Display nameNavigation - Descendants
Component compositionfeatureComponentNoConfiguration
Settings typefeatureSettingsNavigation
Uses shared layoutNo (uses _Layout.cshtml)

This is a no-configuration feature — it composes only featureComponentNoConfiguration and derives its content entirely from the page context. The view reads the current page’s descendants and renders them as a hierarchical navigation tree.

  • Desktop (md+): Shows a tree navigation (d-none d-md-block)
  • Mobile (below md): Shows a breadcrumb (d-block d-md-none)

Uses the featureSettingsNavigation settings type which includes an Enable Sticky toggle. When enabled, the nav becomes sticky using the same CSS :has() pattern as Navigation - In Page.