Browse Source

Merge branch 'rel-4.0' into dev

pull/6227/head
Halil İbrahim Kalkan 6 years ago
parent
commit
bc4535b301
  1. 3
      docs/en/UI/Blazor/Authentication.md
  2. 3
      docs/en/UI/Blazor/Customization-Overriding-Components.md
  3. 3
      docs/en/UI/Blazor/Global-Scripts-Styles.md
  4. 2
      docs/en/UI/Blazor/Localization.md
  5. 3
      docs/en/UI/Blazor/Navigation-Menu.md
  6. 4
      docs/en/UI/Blazor/Notification.md
  7. 2
      docs/en/UI/Blazor/Overall.md
  8. 2
      docs/en/UI/Blazor/Settings.md
  9. 3
      docs/en/UI/Blazor/Testing.md
  10. 3
      docs/en/UI/Blazor/Theming.md
  11. 3
      docs/en/UI/Blazor/Toolbars.md
  12. 57
      docs/en/docs-nav.json

3
docs/en/UI/Blazor/Authentication.md

@ -0,0 +1,3 @@
# Blazor UI: Authentication
TODO

3
docs/en/UI/Blazor/Customization-Overriding-Components.md

@ -0,0 +1,3 @@
# Blazor UI: Customization / Overriding Components
TODO

3
docs/en/UI/Blazor/Global-Scripts-Styles.md

@ -0,0 +1,3 @@
# Blazor UI: Managing Global Scripts & Styles
TODO

2
docs/en/UI/Blazor/Localization.md

@ -1,3 +1,3 @@
# Blazor: Localization
# Blazor UI: Localization
Blazor applications can reuse the same `IStringLocalizer<T>` service that is explained in the [localization document](../../Localization.md). All the localization resources and texts available in the server side are usable in the Blazor application.

3
docs/en/UI/Blazor/Navigation-Menu.md

@ -0,0 +1,3 @@
# Blazor UI: Navigation / Menu
TODO

4
docs/en/UI/Blazor/Notification.md

@ -1,3 +1,3 @@
# Blazor: Notification
# Blazor UI: Notification Service
`UiNotificationService` is used to show toastr style notifications on the user interface. The documentation is in progress...
`IUiNotificationService` is used to show toastr style notifications on the user interface. The documentation is in progress...

2
docs/en/UI/Blazor/Overall.md

@ -1,4 +1,4 @@
# Blazor UI for the ABP Framework
# Blazor UI: Overall
## Getting Started

2
docs/en/UI/Blazor/Settings.md

@ -1,3 +1,3 @@
# Blazor: Settings
# Blazor UI: Settings
Blazor applications can reuse the same `ISettingProvider` service that is explained in the [settings document](../../Settings.md).

3
docs/en/UI/Blazor/Testing.md

@ -1,3 +0,0 @@
# Blazor: Testing
TODO

3
docs/en/UI/Blazor/Theming.md

@ -0,0 +1,3 @@
# Blazor UI: Theming
TODO

3
docs/en/UI/Blazor/Toolbars.md

@ -0,0 +1,3 @@
# Blazor UI: Toolbars
TODO

57
docs/en/docs-nav.json

@ -567,25 +567,44 @@
"path": "UI/Blazor/Overall.md"
},
{
"text": "Services",
"items": [
{
"text": "Localization",
"path": "UI/Blazor/Localization.md"
},
{
"text": "Settings",
"path": "UI/Blazor/Settings.md"
},
{
"text": "Notification",
"path": "UI/Blazor/Notification.md"
},
{
"text": "Message",
"path": "UI/Blazor/Message.md"
}
]
"text": "Navigation / Menu",
"path": "UI/Blazor/Navigation-Menu.md"
},
{
"text": "Localization",
"path": "UI/Blazor/Localization.md"
},
{
"text": "Settings",
"path": "UI/Blazor/Settings.md"
},
{
"text": "Notification",
"path": "UI/Blazor/Notification.md"
},
{
"text": "Message",
"path": "UI/Blazor/Message.md"
},
{
"text": "Theming",
"path": "UI/Blazor/Theming.md"
},
{
"text": "Toolbars",
"path": "UI/Blazor/Toolbars.md"
},
{
"text": "Customization / Overriding Components",
"path": "UI/Blazor/Customization-Overriding-Components.md"
},
{
"text": "Global Scripts & Styles",
"path": "UI/Blazor/Global-Scripts-Styles.md"
},
{
"text": "Authentication",
"path": "UI/Blazor/Authentication.md"
}
]
},

Loading…
Cancel
Save