From de64446a0ffa25c08be82eb48a5a8b2ceb5f38b1 Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Wed, 10 Oct 2018 11:13:56 +0800 Subject: [PATCH] Add link to notifications app's documentation This will solve #828 and tick off one item in #568 --- developer_manual/app/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst index bbb877a8bb3..05246fc471e 100644 --- a/developer_manual/app/index.rst +++ b/developer_manual/app/index.rst @@ -34,6 +34,7 @@ hooks backgroundjobs settings + notifications logging migrations repair @@ -153,6 +154,11 @@ An app can register both admin settings as well as personal settings: * :doc:`settings` +Notifications +^^^^^^^^^^^^^ + +An app can send notifications to display to users. It can also retrieve and act upon notifications that are received by the users. See the `documentation of the official Notifications app `_. + Logging ^^^^^^^