summaryrefslogtreecommitdiff
path: root/doc/source/contributor/index.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephenfin@redhat.com>2021-11-09 14:55:54 +0000
committerStephen Finucane <stephenfin@redhat.com>2022-02-09 18:02:04 +0000
commit9a31212a445eef451e6227b51feca7c14cd6ba3c (patch)
treeda9ae65cd4dba6dce35fc5a8e043e458f4244f85 /doc/source/contributor/index.rst
parent6e126869f0591fe1743f115e0609f9b4831605c5 (diff)
downloadnova-9a31212a445eef451e6227b51feca7c14cd6ba3c.tar.gz
doc: Split up notifications document
This was actually three documents in one: - An admin doc detailing how to configure and use notifications - A contributor doc describing how to extend the versioned notifications - A reference doc listing available versioned notifications Split the doc up to reflect this Change-Id: I880f1c77387efcc3c1e147323b224e10156e0a52 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'doc/source/contributor/index.rst')
-rw-r--r--doc/source/contributor/index.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst
index 2889199147..3463ad2654 100644
--- a/doc/source/contributor/index.rst
+++ b/doc/source/contributor/index.rst
@@ -149,6 +149,11 @@ changes done to the API, as the impact can be very wide.
* :doc:`/contributor/api-ref-guideline`: The guideline to write the API
reference.
+Nova also provides notifications over the RPC API, which you may wish to
+extend.
+
+* :doc:`/contributor/notifications`: How to add your own notifications
+
.. # NOTE(amotoki): toctree needs to be placed at the end of the secion to
# keep the document structure in the PDF doc.
.. toctree::
@@ -158,6 +163,7 @@ changes done to the API, as the impact can be very wide.
api-2
microversions
api-ref-guideline
+ notifications
Nova Major Subsystems
=====================