fix docs and exposed-modules (#140)

This commit is contained in:
Luke Westby 2018-10-23 10:11:58 -07:00 committed by GitHub
parent c1ff19f0d0
commit 9c96b0c3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -11,6 +11,7 @@
"Nri.Ui.Alert.V2",
"Nri.Ui.AssetPath",
"Nri.Ui.BannerAlert.V1",
"Nri.Ui.BannerAlert.V2",
"Nri.Ui.Button.V1",
"Nri.Ui.Button.V2",
"Nri.Ui.Button.V3",
@ -23,6 +24,7 @@
"Nri.Ui.Colors.V1",
"Nri.Ui.DisclosureIndicator.V1",
"Nri.Ui.Divider.V1",
"Nri.Ui.Divider.V2",
"Nri.Ui.Dropdown.V1",
"Nri.Ui.Effects.V1",
"Nri.Ui.Fonts.V1",
@ -34,7 +36,9 @@
"Nri.Ui.Modal.V2",
"Nri.Ui.Modal.V3",
"Nri.Ui.Outline.V1",
"Nri.Ui.Outline.V2",
"Nri.Ui.Page.V1",
"Nri.Ui.Page.V2",
"Nri.Ui.Palette.V1",
"Nri.Ui.PremiumCheckbox.V1",
"Nri.Ui.PremiumCheckbox.V2",

View File

@ -8,7 +8,6 @@ module Nri.Ui.BannerAlert.V2 exposing
@docs error
@docs neutral
@docs styles
@docs success
-}

View File

@ -2,7 +2,7 @@ module Nri.Ui.Divider.V2 exposing (view)
{-| <https://staging.noredink.com/style_guide#ui/src/Nri/Divider.elm>
@docs styles, view
@docs view
-}

View File

@ -15,7 +15,6 @@ module Nri.Ui.Outline.V2 exposing
@docs NodeConfig
@docs config
@docs html
@docs styles
-}