Lang.Page
type child =
| Page_child of string
| Module_child of string
| Source_tree_child of string
| Asset_child of string
type t = {
name : Paths.Identifier.Page.t;
root : Root.t;
content : Comment.docs;
children : child list;
digest : Digest.t;
linked : bool;
}