Commit 79935872 authored by Fabien Potencier's avatar Fabien Potencier

fixed docs

parent 166e32ba
...@@ -14,6 +14,7 @@ The cookbook section contains recipes for solving specific problems. ...@@ -14,6 +14,7 @@ The cookbook section contains recipes for solving specific problems.
sub_requests sub_requests
error_handler error_handler
multiple_loggers multiple_loggers
guard_authentication
Recipes Recipes
------- -------
...@@ -35,5 +36,3 @@ Recipes ...@@ -35,5 +36,3 @@ Recipes
* :doc:`Converting Errors to Exceptions <error_handler>`. * :doc:`Converting Errors to Exceptions <error_handler>`.
* :doc:`Using multiple Monolog Loggers <multiple_loggers>`. * :doc:`Using multiple Monolog Loggers <multiple_loggers>`.
* :doc:`Managing Assets in Templates <assets>`.
...@@ -8,11 +8,13 @@ Silex ...@@ -8,11 +8,13 @@ Silex
monolog monolog
session session
swiftmailer swiftmailer
locale
translation translation
twig twig
asset asset
validator validator
form form
csrf
http_cache http_cache
http_fragment http_fragment
security security
......
...@@ -647,7 +647,7 @@ Symfony `cookbook`_. ...@@ -647,7 +647,7 @@ Symfony `cookbook`_.
The Guard component simplifies the creation of custom authentication The Guard component simplifies the creation of custom authentication
providers. :doc:`How to Create a Custom Authentication System with Guard providers. :doc:`How to Create a Custom Authentication System with Guard
<cookbook/guard_authentication>` </cookbook/guard_authentication>`
Stateless Authentication Stateless Authentication
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
......
...@@ -117,7 +117,7 @@ Global Variable ...@@ -117,7 +117,7 @@ Global Variable
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
When the Twig bridge is available, the ``global`` variable refers to an When the Twig bridge is available, the ``global`` variable refers to an
instance of `AppVariable <http://api.symfony.com/master/Symfony/Bridge/Twig/AppVariable.html >`_. instance of `AppVariable <http://api.symfony.com/master/Symfony/Bridge/Twig/AppVariable.html>`_.
It gives access to the following methods: It gives access to the following methods:
.. code-block:: jinja .. code-block:: jinja
......
...@@ -209,7 +209,7 @@ Silex defines a range of services. ...@@ -209,7 +209,7 @@ Silex defines a range of services.
Request as input and returns a Response as output. Request as input and returns a Response as output.
* **request_context**: The request context is a simplified representation of * **request_context**: The request context is a simplified representation of
the request that is used by the Router and the :doc:`UrlGenerator </providers/url_generator.rst>`. the request that is used by the router and the URL generator.
* **exception_handler**: The Exception handler is the default handler that is * **exception_handler**: The Exception handler is the default handler that is
used when you don't register one via the ``error()`` method or if your used when you don't register one via the ``error()`` method or if your
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment