From 26014d19e10bbfa2f351599e60216229c4c0932b Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Thu, 19 Sep 2019 23:30:01 -0700 Subject: [PATCH] docs: Add Notification API to docs (#20290) --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 08e6be4c1cfa..cf5448cba930 100644 --- a/docs/README.md +++ b/docs/README.md @@ -134,6 +134,7 @@ These individual tutorials expand on topics discussed in the guide above. * [MenuItem](api/menu-item.md) * [net](api/net.md) * [netLog](api/net-log.md) +* [Notification](api/notification.md) * [powerMonitor](api/power-monitor.md) * [powerSaveBlocker](api/power-save-blocker.md) * [protocol](api/protocol.md)