Update docs.

This commit is contained in:
Dillon Kearns 2019-09-15 14:43:54 -07:00
parent 26a8d05198
commit d89d7eed05

View File

@ -1,7 +1,7 @@
module Pages.Manifest exposing
( Config
, toJson
, DisplayMode(..), Orientation(..)
, toJson
)
{-| Represents the configuration of a
@ -47,6 +47,11 @@ You pass your `Pages.Manifest.Config` record into the `Pages.application` functi
@docs Config
## Config options
@docs DisplayMode, Orientation
## Functions for use by the generated code (`Pages.elm`)
@docs toJson