Skip to content

Commit 9848b6e

Browse files
committed
Added some links
1 parent 84a9d4b commit 9848b6e

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

notifier.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,19 @@ by using transports.
3131

3232
The notifier component supports the following channels:
3333

34-
* SMS sends notifications to phones via SMS messages
35-
* Chat sends notifications to chat services like Slack
36-
and Telegram;
37-
* Email integrates the :doc:`Symfony Mailer </mailer>`;
38-
* Browser uses :ref:`flash messages <flash-messages>`.
34+
* :ref:`SMS channel <notifier-sms-channel>` sends notifications to phones via
35+
SMS messages;
36+
* :ref:`Chat channel <notifier-chat-channel>` sends notifications to chat
37+
services like Slack and Telegram;
38+
* :ref:`Email channel <notifier-email-channel>` integrates the :doc:`Symfony Mailer </mailer>`;
39+
* Browser channel uses :ref:`flash messages <flash-messages>`.
3940

4041
.. tip::
4142

4243
Use :doc:`secrets </configuration/secrets>` to securily store your
4344
API's tokens.
4445

46+
.. _notifier-sms-channel:
4547
.. _notifier-texter-dsn:
4648

4749
SMS Channel
@@ -109,6 +111,7 @@ configure the ``texter_transports``:
109111
],
110112
]);
111113
114+
.. _notifier-chat-channel:
112115
.. _notifier-chatter-dsn:
113116

114117
Chat Channel
@@ -174,6 +177,8 @@ Chatters are configured using the ``chatter_transports`` setting:
174177
],
175178
]);
176179
180+
.. _notifier-email-channel:
181+
177182
Email Channel
178183
~~~~~~~~~~~~~
179184

@@ -279,7 +284,7 @@ transport:
279284
%env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
280285
</framework:chatter-transport>
281286
282-
<!-- Send notifications to the next scheduled transport
287+
<!-- Send notifications to the next scheduled transport
283288
calculated by round robin -->
284289
<framework:chatter-transport name="slack"><![CDATA[
285290
%env(SLACK_DSN)% && %env(TELEGRAM_DSN)%

0 commit comments

Comments
 (0)