Merge pull request #895 from nextcloud/pellaeon-patch-1

Add link to notifications app's documentation
This commit is contained in:
Morris Jobke
2018-10-10 09:33:47 +02:00
committed by GitHub

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
^^^^^^^