Add link to notifications app's documentation

This will solve #828 and tick off one item in #568
This commit is contained in:
Pellaeon Lin 2018-10-10 11:13:56 +08:00 committed by Morris Jobke
parent b86f4dba00
commit de64446a0f
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -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 <https://github.com/nextcloud/notifications#developers>`_.
Logging
^^^^^^^