minor #35 Add the new %VAR_DIR% to the docs (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

Add the new %VAR_DIR% to the docs

Commits
-------

b90216e Add the new %VAR_DIR% to the docs
This commit is contained in:
Fabien Potencier
2017-04-27 12:49:50 -04:00
+2 -2
View File
@@ -137,8 +137,8 @@ directory of the application:
The ``%BIN_DIR%`` string is a special value that it's turned into the absolute
path of the binaries directory of the Symfony application. These are the special
variables available: ``%BIN_DIR%``, ``%CONF_DIR%``, ``%ETC_DIR%``, ``%SRC_DIR%``
and ``%WEB_DIR%``. You can also access to any variable defined in the ``extra``
section of your ``composer.json`` file:
``%VAR_DIR%`` and ``%WEB_DIR%``. You can also access to any variable defined in
the ``extra`` section of your ``composer.json`` file:
.. code-block:: json