Sidebar.PageToc
odoc
type title = Comment.link_content
type index = Paths.Identifier.Page.t * title
type t = (Paths.Identifier.Page.t * content) list * index option
and content =
| Entry of title
| Dir of t
val of_list : (Paths.Identifier.LeafPage.t * title * Frontmatter.children_order option) list -> t
Uses the convention that the index children passes its payload to the container directory to output a payload
index