Skip to content

Commit b95b5a5

Browse files
committed
minor #12925 [Notifier] Added a placeholder article for the component docs (javiereguiluz)
This PR was squashed before being merged into the 5.0 branch (closes #12925). Discussion ---------- [Notifier] Added a placeholder article for the component docs Notifier doesn't have docs yet. We don't link to them from symfony.com ... but we link to them from the README of the code repo. So, let's add a placeholder article to avoid 404 errors. Commits ------- 3095dff [Notifier] Added a placeholder article for the component docs
2 parents 3f49b76 + 3095dff commit b95b5a5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

components/notifier.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. index::
2+
single: Notifier
3+
single: Notifications
4+
single: Components; Notifier
5+
6+
The Notifier Component
7+
======================
8+
9+
The Notifier component sends notifications via one or more channels
10+
(email, SMS, Slack, ...).
11+
12+
.. versionadded:: 5.0
13+
14+
The String component was introduced in Symfony 5.0 as an
15+
:doc:`experimental feature </contributing/code/experimental>`.
16+
17+
Installation
18+
------------
19+
20+
.. code-block:: terminal
21+
22+
$ composer require symfony/notifier
23+
24+
.. include:: /components/require_autoload.rst.inc
25+
26+
27+
Usage
28+
-----
29+
30+
.. caution::
31+
32+
We're still working on the docs of this component. Check this page again
33+
in a few days.

0 commit comments

Comments
 (0)