Menu Module
Internal helpers for building navigation menu HTML from template files
Types
| Type | Description |
|
A single navigation menu item with its link, display text, hover text and active state |
Functions and values
| Function or value |
Description
|
Renders an HTML navigation menu for the given header and items using template files in `input`. `substitutions` are the ones the page itself is rendered with, `{{root}}` among them, so a menu template can reach the rest of the site and not only the links it is handed. They go in first, so a menu template cannot lose its own keys to a project that happens to define one of them.
|
|
|
|
|
FSharp.Formatting