package stationary

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module allows you to construct a site.

type t

A representation of your site.

val create : File_system.t list -> t

Create a site with the given filesystem.

val build : t -> dst:string -> unit Async.Std.Deferred.t

Build a site at the specified path.