mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2025-01-06 22:39:41 +03:00
Update docs.
This commit is contained in:
parent
26a8d05198
commit
d89d7eed05
@ -1,7 +1,7 @@
|
|||||||
module Pages.Manifest exposing
|
module Pages.Manifest exposing
|
||||||
( Config
|
( Config
|
||||||
, toJson
|
|
||||||
, DisplayMode(..), Orientation(..)
|
, DisplayMode(..), Orientation(..)
|
||||||
|
, toJson
|
||||||
)
|
)
|
||||||
|
|
||||||
{-| Represents the configuration of a
|
{-| Represents the configuration of a
|
||||||
@ -47,6 +47,11 @@ You pass your `Pages.Manifest.Config` record into the `Pages.application` functi
|
|||||||
@docs Config
|
@docs Config
|
||||||
|
|
||||||
|
|
||||||
|
## Config options
|
||||||
|
|
||||||
|
@docs DisplayMode, Orientation
|
||||||
|
|
||||||
|
|
||||||
## Functions for use by the generated code (`Pages.elm`)
|
## Functions for use by the generated code (`Pages.elm`)
|
||||||
|
|
||||||
@docs toJson
|
@docs toJson
|
||||||
|
Loading…
Reference in New Issue
Block a user