NavigationBuilder interface
Collects left hand navigation entries.
Construction
Created by the Platform and passed to the hNavigationPosition hook.
Interface
function link(path, title)
Adds a link to the navigation, with a given path
and title
.
function separator()
Adds a separator to the navigation.
function collapsingSeparator()
Adds a separator to the navigation where the entries below are hidden by default.