Module Doctree.Toc

type t = one list
and one = {
url : Url.t;
text : Types.Inline.t;
children : t;
}
val compute : Url.Path.t -> on_sub:(Types.Include.status -> bool) -> Types.Item.t list -> t