Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Foundation.Sidebar
type t = [
| `active_link of Link.t
| `divider
| `link of Link.t
| `text of string
| `html of Cow.Html.t
]