Module Types.Page
type t = {preamble : Odoc_document.Types.Item.t list;items : Odoc_document.Types.Item.t list;url : Odoc_document.Url.Path.t;source_anchor : Odoc_document.Url.t option;(*Url to the corresponding source code. Might be a whole source file or a sub part.
*)
}