Skip to content

OfferedMenus

module OfferedMenus
AssemblyNacara.Theme.Default
Attributes[<RequireQualifiedAccess>]

The menus plugins offered for the sections they generate.

Read when the theme is registered, which is why a theme is registered after the plugins whose pages it will draw. A site that writes its own menu for a section never reaches these.

Functions and values

forSection (section: string) : MenuOutline option

The menu offered for a section, if one was.

Parameter
sectionThe first segment of the routes it covers.
remember (menus: MenuOutline list) : unit

Remember what plugins offered.

Parameter
menusEvery MenuOutline registered so far.