Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
8b92f180
Commit
8b92f180
authored
Mar 02, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed cookbook
parent
5f453d5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
doc/cookbook/index.rst
doc/cookbook/index.rst
+9
-0
doc/index.rst
doc/index.rst
+1
-1
No files found.
doc/cookbook.rst
→
doc/cookbook
/index
.rst
View file @
8b92f180
...
@@ -3,9 +3,18 @@ Cookbook
...
@@ -3,9 +3,18 @@ Cookbook
The cookbook section contains recipes for solving specific problems.
The cookbook section contains recipes for solving specific problems.
.. toctree::
:maxdepth: 1
:hidden:
json_request_body
translating_validation_messages
Recipes
Recipes
-------
-------
* :doc:`Accepting a JSON request body <cookbook/json_request_body>`
* :doc:`Accepting a JSON request body <cookbook/json_request_body>`
A common need when building a restful API is the ability to accept a JSON
A common need when building a restful API is the ability to accept a JSON
encoded entity from the request body.
encoded entity from the request body.
* :doc:`Translating Validation Messages<translating_validation_messages>`.
doc/index.rst
View file @
8b92f180
...
@@ -9,7 +9,7 @@ Silex
...
@@ -9,7 +9,7 @@ Silex
services
services
providers
providers
testing
testing
cookbook
cookbook
/index
internals
internals
contributing
contributing
providers/index
providers/index
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment