Browse Source

Merge branch 'rel-3.2' into dev

pull/5759/head
Halil İbrahim Kalkan 6 years ago
parent
commit
168ea49bd1
  1. 2
      docs/en/UI/AspNetCore/JavaScript-API/Notify.md
  2. 4
      docs/en/docs-nav.json

2
docs/en/UI/AspNetCore/JavaScript-API/Notify.md

@ -15,7 +15,7 @@ abp.notify.success(
A notification message is shown at the bottom right of the page:
![js-message-success](D:/Github/abp/docs/en/images/js-notify-success.png)
![js-message-success](../../../images/js-notify-success.png)
## Notification Types

4
docs/en/docs-nav.json

@ -462,6 +462,10 @@
{
"text": "Message",
"path": "UI/AspNetCore/JavaScript-API/Message.md"
},
{
"text": "Notify",
"path": "UI/AspNetCore/JavaScript-API/Notify.md"
}
]
},

Loading…
Cancel
Save