diff --git a/cookbook/index.rst b/cookbook/index.rst index 7fc317ab45a..03d29060c7f 100644 --- a/cookbook/index.rst +++ b/cookbook/index.rst @@ -28,6 +28,7 @@ The Cookbook symfony1 templating/index testing/index + upgrading validation/index web_server/index web_services/index diff --git a/cookbook/map.rst.inc b/cookbook/map.rst.inc index ee726b0f96f..ca553febe91 100644 --- a/cookbook/map.rst.inc +++ b/cookbook/map.rst.inc @@ -199,6 +199,10 @@ * (email) :doc:`/cookbook/email/testing` * (form) :doc:`/cookbook/form/unit_testing` +* **Upgrading** + + * :doc:`/cookbook/upgrading` + * :doc:`/cookbook/validation/index` * :doc:`/cookbook/validation/custom_constraint`