Browse Source

Fix image path and add notify to the navigation doc

pull/5771/head
Halil İbrahim Kalkan 6 years ago
parent
commit
cfdf00b844
  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

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

Loading…
Cancel
Save