Skip to content

Commit

Permalink
refactor: use infinitive instead of continuous form for titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Jan 15, 2025
1 parent 00a8d3f commit 069844c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Adding Event Bus Support to an Open edX Event
=============================================
Add Event Bus Support to an Open edX Event
==========================================

Before sending an event across services, you need to ensure that the event is compatible with the Open edX Event Bus. This involves ensuring that the event, with its corresponding payload, can be emitted by a service through the event bus and that it can be consumed by other services. This guide will walk you through the process of adding event bus support to an Open edX event.

Expand Down
4 changes: 2 additions & 2 deletions docs/how-tos/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ How-tos

create-a-new-event
consume-an-event
adding-event-bus-support-to-an-event
add-event-bus-support-to-an-event
use-the-event-bus-to-broadcast-and-consume-events
using-the-event-bus
use-the-event-bus
add-new-event-bus-concrete-implementation
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Using the Open edX Event Bus
============================
Use the Open edX Event Bus
==========================

.. note:: Be sure to check out how to make your Open edX Event event bus compatible in the :doc:`../how-tos/adding-event-bus-support-to-an-event` guide.

Expand Down

0 comments on commit 069844c

Please sign in to comment.