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, and active state |
Functions and values
| Function or value |
Description
|
Full Usage:
createMenu input isCategoryActive header items
Parameters:
string
isCategoryActive : bool
header : string
items : MenuItem list
Returns: string
|
Renders an HTML navigation menu for the given header and items using template files in `input`
|
|
Returns the last-write timestamps of the two menu template files
|
Full Usage:
isTemplatingAvailable input
Parameters:
string
Returns: bool
|
Returns true when both required menu template files exist in `input`
|
FSharp.Formatting