8000 Adding a guide about upgrading by weaverryan · Pull Request #4611 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Adding a guide about upgrading #4611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Adding missing index/map documents
  • Loading branch information
weaverryan committed Jan 3, 2015
commit 341e530294ba8368d98b49ef3ae9413fec33601c
1 change: 1 addition & 0 deletions cookbook/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The Cookbook
symfony1
templating/index
testing/index
upgrading
validation/index
web_server/index
web_services/index
Expand Down
4 changes: 4 additions & 0 deletions cookbook/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,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`
Expand Down
0