From 9de5b0b8b04e9e5d196a0b2dc8c1639504bbe7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 15 Oct 2020 17:25:05 +0300 Subject: [PATCH] Added JS events API to the docs nav menu --- docs/en/docs-nav.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 6780896520..96a5d40475 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -478,6 +478,10 @@ { "text": "Notify", "path": "UI/AspNetCore/JavaScript-API/Notify.md" + }, + { + "text": "Events", + "path": "UI/AspNetCore/JavaScript-API/Events.md" } ] },