diff --git a/elm-package/src/Pages/Manifest.elm b/elm-package/src/Pages/Manifest.elm index b5e8da55..f0b2a4c1 100644 --- a/elm-package/src/Pages/Manifest.elm +++ b/elm-package/src/Pages/Manifest.elm @@ -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