From 4afe0c92f2a73c2477c15998b203dd299e43176c Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 9 Feb 2023 12:28:30 -0500 Subject: [PATCH] docs: Add course catalog info changed event to docs. (#31732) https://github.com/edx/edx-arch-experiments/issues/178 --- docs/guides/hooks/events.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/guides/hooks/events.rst b/docs/guides/hooks/events.rst index 20c65fce77..f0b31358cc 100644 --- a/docs/guides/hooks/events.rst +++ b/docs/guides/hooks/events.rst @@ -131,6 +131,9 @@ links target both the definition of the event in the openedx-events library as well as the trigger location in this same repository. +Learning Events +^^^^^^^^^^^^^^^ + .. list-table:: :widths: 35 50 20 @@ -177,3 +180,18 @@ well as the trigger location in this same repository. * - `COURSE_DISCUSSIONS_CHANGED `_ - org.openedx.learning.discussions.configuration.changed.v1 - `2022-06-14 `_ + + +Content Authoring Events +^^^^^^^^^^^^^^^^^^^^^^^^ + +.. list-table:: + :widths: 35 50 20 + + * - *Name* + - *Type* + - *Date added* + + * - `COURSE_CATALOG_INFO_CHANGED `_ + - org.openedx.content_authoring.course.catalog_info.changed.v1 + - `2022-08-24 `_