Skip to content

Commit a69aece

Browse files
committed
Merge branch '5.0'
* 5.0: Improved some grammar thanks to @savvasal Add Notifier component documentation Reorder the use statements alphabetically Slack notifier actions documentation add notifier.rst WIP Notifer Page
2 parents 4d257ca + c28acd6 commit a69aece

File tree

7 files changed

+706
-28
lines changed

7 files changed

+706
-28
lines changed

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,3 +479,4 @@
479479
/components/translation/usage /translation
480480
/components/translation/custom_formats https://github.com/symfony/translation
481481
/components/translation/custom_message_formatter https://github.com/symfony/translation
482+
/components/notifier https://github.com/symfony/notifier

components/notifier.rst

Lines changed: 0 additions & 28 deletions
This file was deleted.

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Topics
4747
mercure
4848
messenger
4949
migration
50+
notifier
5051
performance
5152
profiler
5253
routing

mailer.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ integration, CSS inlining, file attachments and a lot more. Get them installed w
1212
1313
$ composer require symfony/mailer
1414
15+
16+
.. _mailer-transport-setup:
17+
1518
Transport Setup
1619
---------------
1720

0 commit comments

Comments
 (0)