From 6dadd8ba882e54a7b3f64e7967489ee390795f00 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Tue, 22 Mar 2022 16:53:34 -0400 Subject: [PATCH] docs: add ADRs and How-Tos to index Make sections in the docs index for the ADRs (Decisions) and How-Tos. --- docs/index.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 4169bc0d..7c4b993b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -12,6 +12,7 @@ Contents: .. toctree:: :maxdepth: 2 + :caption: General Contents readme getting_started @@ -20,6 +21,22 @@ Contents: modules changelog +.. toctree:: + :maxdepth: 2 + :caption: Decisions + + decisions/0001-purpose-of-this-repo + decisions/0002-events-naming-and-versioning + decisions/0003-events-payload + decisions/0004-external-event-bus-and-django-signal-events + decisions/0005-external-event-schema-format + decisions/0006-event-schema-serialization-and-evolution + +.. toctree:: + :maxdepth: 2 + :caption: How-Tos + + how_tos/avro_attrs_bridge Indices and tables ==================