From cfdf00b844708ecef19a4c2e31239d30452f3980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 9 Oct 2020 16:54:52 +0300 Subject: [PATCH] Fix image path and add notify to the navigation doc --- docs/en/UI/AspNetCore/JavaScript-API/Notify.md | 2 +- docs/en/docs-nav.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/en/UI/AspNetCore/JavaScript-API/Notify.md b/docs/en/UI/AspNetCore/JavaScript-API/Notify.md index ba2b0d3de5..371aa8d4b9 100644 --- a/docs/en/UI/AspNetCore/JavaScript-API/Notify.md +++ b/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 diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 40cf34d8f3..e7e2a5286e 100644 --- a/docs/en/docs-nav.json +++ b/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" } ] },