Browse Source

Organize Blazor UI docs.

pull/6004/head
Halil İbrahim Kalkan 5 years ago
parent
commit
73b376aa7a
  1. 2
      docs/en/UI/Blazor/Localization.md
  2. 3
      docs/en/UI/Blazor/Message.md
  3. 3
      docs/en/UI/Blazor/Notification.md
  4. 4
      docs/en/UI/Blazor/Overall.md
  5. 3
      docs/en/UI/Blazor/Services/Notification.md
  6. 2
      docs/en/UI/Blazor/Settings.md
  7. 14
      docs/en/docs-nav.json

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

@ -1,3 +1,3 @@
# Blazor UI: Localization
# Blazor: 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/Message.md

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

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

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

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

@ -1,6 +1,8 @@
# Blazor UI for the ABP Framework
The detailed documentation for the Blazor UI is in progress. However, you can follow the documents below to start with the Blazor UI today.
## Getting Started
You can follow the documents below to start with the ABP Framework and the Blazor UI:
* [Get started](https://docs.abp.io/en/abp/latest/Getting-Started?UI=Blazor) with the Blazor UI for the ABP Framework.
* [Web Application Development Tutorial](https://docs.abp.io/en/abp/latest/Tutorials/Part-1?UI=Blazor) with the Blazor UI.

3
docs/en/UI/Blazor/Services/Notification.md

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

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

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

14
docs/en/docs-nav.json

@ -560,8 +560,20 @@
"text": "Services",
"items": [
{
"text": "Overall",
"text": "Localization",
"path": "UI/Blazor/Services/Localization.md"
},
{
"text": "Settings",
"path": "UI/Blazor/Services/Settings.md"
},
{
"text": "Notification",
"path": "UI/Blazor/Services/Notification.md"
},
{
"text": "Message",
"path": "UI/Blazor/Services/Message.md"
}
]
}

Loading…
Cancel
Save