Skip to content

Commit ff046b3

Browse files
committed
add reference to event-dispatcher docs
1 parent 0b13300 commit ff046b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stackslib/src/config/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4168,6 +4168,8 @@ pub struct EventObserverConfigFile {
41684168
pub endpoint: String,
41694169
/// List of event types that this observer is configured to receive.
41704170
///
4171+
/// For a more detailed documentation check the event-dispatcher docs in the `/docs` folder.
4172+
///
41714173
/// Each string in the list specifies an event category or a specific event to subscribe to.
41724174
/// For an observer to receive any notifications, this list must contain at least one valid key.
41734175
/// Providing an invalid string that doesn't match any of the valid formats below will cause

0 commit comments

Comments
 (0)