mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Update docs.
This commit is contained in:
parent
09bd2e982e
commit
fc4af243ac
@ -5,8 +5,7 @@ module DataSource exposing
|
||||
, Body, emptyBody, stringBody, jsonBody
|
||||
, andThen, resolve, combine
|
||||
, map2, map3, map4, map5, map6, map7, map8, map9
|
||||
, distill, validate
|
||||
, distillCodec, distillSerializeCodec
|
||||
, distill, validate, distillCodec, distillSerializeCodec
|
||||
)
|
||||
|
||||
{-| StaticHttp requests are an alternative to doing Elm HTTP requests the traditional way using the `elm/http` package.
|
||||
@ -63,7 +62,7 @@ and describe your use case!
|
||||
|
||||
## Optimizing Page Data
|
||||
|
||||
@docs distill, validate
|
||||
@docs distill, validate, distillCodec, distillSerializeCodec
|
||||
|
||||
-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user