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.
sub_requests
error_handler
multiple_loggers
guard_authentication
Recipes
-------
......@@ -35,5 +36,3 @@ Recipes
* :doc:`Converting Errors to Exceptions <error_handler>`.
* :doc:`Using multiple Monolog Loggers <multiple_loggers>`.
* :doc:`Managing Assets in Templates <assets>`.
......@@ -8,11 +8,13 @@ Silex
monolog
session
swiftmailer
locale
translation
twig
asset
validator
form
csrf
http_cache
http_fragment
security
......
......@@ -647,7 +647,7 @@ Symfony `cookbook`_.
The Guard component simplifies the creation of custom authentication
providers. :doc:`How to Create a Custom Authentication System with Guard
<cookbook/guard_authentication>`
</cookbook/guard_authentication>`
Stateless Authentication
~~~~~~~~~~~~~~~~~~~~~~~~
......
......@@ -117,7 +117,7 @@ Global Variable
~~~~~~~~~~~~~~~
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:
.. code-block:: jinja
......
......@@ -209,7 +209,7 @@ Silex defines a range of services.
Request as input and returns a Response as output.
* **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
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