diff --git a/configuration.rst b/configuration.rst index c2c89d73a09..0638da13bb4 100644 --- a/configuration.rst +++ b/configuration.rst @@ -928,8 +928,7 @@ Using PHP ConfigBuilders .. versionadded:: 5.3 - The "ConfigBuilders" feature was introduced in Symfony 5.3 as an - :doc:`experimental feature `. + The "ConfigBuilders" feature was introduced in Symfony 5.3. Writing PHP config is sometimes difficult because you end up with large nested arrays and you have no autocompletion help from your favorite IDE. A way to diff --git a/rate_limiter.rst b/rate_limiter.rst index 4f2d20b2b18..1d144085d92 100644 --- a/rate_limiter.rst +++ b/rate_limiter.rst @@ -3,8 +3,7 @@ Rate Limiter .. versionadded:: 5.2 - The RateLimiter component was introduced in Symfony 5.2 as an - :doc:`experimental feature `. + The RateLimiter component was introduced in Symfony 5.2. A "rate limiter" controls how frequently some event (e.g. an HTTP request or a login attempt) is allowed to happen. Rate limiting is commonly used as a diff --git a/security/login_link.rst b/security/login_link.rst index 1e1641304a3..ec2fa554344 100644 --- a/security/login_link.rst +++ b/security/login_link.rst @@ -14,8 +14,7 @@ This authentication method can help you eliminate most of the customer support related to authentication (e.g. I forgot my password, how can I change or reset my password, etc.) -Login links are supported by Symfony when using the experimental -authenticator system. You must +Login links are supported by Symfony when using the authenticator system. You must :ref:`enable the authenticator system ` in your configuration to use this feature. diff --git a/translation.rst b/translation.rst index 3026da62ff8..83e95f8dda4 100644 --- a/translation.rst +++ b/translation.rst @@ -614,8 +614,7 @@ Translation Providers .. versionadded:: 5.3 - Translation providers were introduced in Symfony 5.3 as an - :doc:`experimental feature `. + Translation providers were introduced in Symfony 5.3. When using external translators to translate your application, you must send them the new contents to translate frequently and merge the results back in the