Browse Source

Added initial Blazor docs

pull/5681/head
Halil İbrahim Kalkan 6 years ago
parent
commit
ee11ba9fa4
  1. 6
      docs/en/UI/Blazor/Overall.md
  2. 3
      docs/en/UI/Blazor/Services/Notification.md
  3. 18
      docs/en/docs-nav.json

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

@ -0,0 +1,6 @@
# 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.
* [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

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

18
docs/en/docs-nav.json

@ -430,6 +430,24 @@
}
]
},
{
"text": "Blazor",
"items": [
{
"text": "Overall",
"path": "UI/Blazor/Overall.md"
},
{
"text": "Services",
"items": [
{
"text": "Overall",
"path": "UI/Blazor/Services/Notification.md"
}
]
}
]
},
{
"text": "Angular",
"items": [

Loading…
Cancel
Save