11Getting Started With FOSRestBundle
22=====================================
33
4+ .. toctree ::
5+ :hidden:
6+
7+ 1-setting_up_the_bundle
8+ 2-the-view-layer
9+ 3-listener-support
10+ 4-exception-controller-support
11+ 5-automatic-route-generation_single-restful-controller
12+ 6-automatic-route-generation_multiple-restful-controllers
13+ 7-manual-route-definition
14+ annotations-reference
15+ configuration-reference
16+
417Installation
518------------
619
720Installation is a quick (I promise!) one-step process:
821
9- 1. :doc: `Setting up the bundle <1-setting_up_the_bundle >`_
22+ 1. :doc: `Setting up the bundle <1-setting_up_the_bundle >`
1023
1124Bundle usage
1225------------
@@ -18,19 +31,19 @@ tool to help you in the job of creating a REST API with Symfony2.
1831
1932FOSRestBundle provides several tools to assist in building REST applications:
2033
21- - :doc:`The view layer <2-the-view-layer>`_
22- - :doc:`Listener support <3-listener-support>`_
23- - :doc:`ExceptionController support <4-exception-controller-support>`_
24- - :doc:`Automatic route generation: single RESTful controller <5-automatic-route-generation_single-restful-controller>`_ (for simple resources)
25- - :doc:`Automatic route generation: multiple RESTful controllers <6-automatic-route-generation_multiple-restful-controllers>`_ (for resources with child/subresources)
26- - :doc:`Manual definition of routes <7-manual-route-definition>`_
34+ - :doc: `The view layer <2-the-view-layer >`
35+ - :doc: `Listener support <3-listener-support >`
36+ - :doc: `ExceptionController support <4-exception-controller-support >`
37+ - :doc: `Automatic route generation: single RESTful controller <5-automatic-route-generation_single-restful-controller >` (for simple resources)
38+ - :doc: `Automatic route generation: multiple RESTful controllers <6-automatic-route-generation_multiple-restful-controllers >` (for resources with child/subresources)
39+ - :doc: `Manual definition of routes <7-manual-route-definition >`
2740
2841Config reference
2942----------------
3043
31- - :doc:`Configuration reference <configuration-reference>`_ for a reference on
44+ - :doc: `Configuration reference <configuration-reference >` for a reference on
3245 the available configuration options
33- - :doc:`Annotations reference <annotations-reference>`_ for a reference on
46+ - :doc: `Annotations reference <annotations-reference >` for a reference on
3447 the available configurations through annotations
3548
3649Example applications
0 commit comments