package forester

  1. Overview
  2. Docs
type t = {
  1. trees : string list;
  2. assets : string list;
  3. theme : string;
  4. base_url : string option;
  5. root : string option;
  6. stylesheet : string;
}
OCaml

Innovation. Community. Security.