Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 5d488fb

Browse files
committed
Merge pull request #353 from symfony-cmf/routing_auto_fixes
Routing auto rewrite
2 parents 2cc17ce + f3aaee0 commit 5d488fb

13 files changed

+1079
-935
lines changed
8.74 KB
Loading

_images/bundles/routing_auto_post_schema.svg

Lines changed: 309 additions & 228 deletions
Loading

bundles/blog.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Dependencies
3636
------------
3737

3838
* :doc:`CmfRoutingBundle <routing/introduction>` is used to manage the routing;
39-
* :doc:`CmfRoutingAutoBundle<routing_auto>` is used to manage automatically generate routes;
40-
* :doc:`PHPCR-ODM<phpcr_odm>` is used to persist the bundles documents.
39+
* :doc:`CmfRoutingAutoBundle <routing_auto/introduction>` is used to manage automatically generate routes;
40+
* :doc:`PHPCR-ODM <phpcr_odm>` is used to persist the bundles documents.
4141

4242
Configuration
4343
-------------
@@ -140,7 +140,8 @@ The default configuration will produce URLs like the following::
140140

141141
http://www.example.com/blogs/dtls-blog/2013-04-14/this-is-my-post
142142

143-
Refer to the :doc:`routing_auto` documentation for more information.
143+
Refer to the :doc:`RoutingAutoBundle <routing_auto/introduction>` documentation
144+
for more information.
144145

145146
Content Routing
146147
~~~~~~~~~~~~~~~

bundles/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Bundles
1212
phpcr_odm
1313
media/index
1414
menu/index
15-
routing_auto
15+
routing_auto/index
1616
routing/index
1717
search/index
1818
simple_cms/index

bundles/map.rst.inc

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,27 @@ library or they introduce a complete new concept.
3232
* :doc:`media/form_types`
3333
* :doc:`media/adapters/index`
3434

35-
* **MenuBundle**
35+
* :doc:`menu/index`
3636

37-
* :doc:`menu/index`
37+
* :doc:`menu/introduction`
38+
* :doc:`menu/menu_documents`
39+
* :doc:`menu/menu_factory`
40+
* :doc:`menu/menu_provider`
41+
* :doc:`menu/voters`
3842

3943
* :doc:`routing/index`
4044

4145
* :doc:`routing/introduction`
4246
* :doc:`routing/dynamic`
4347
* :doc:`routing/dynamic_customize`
4448

45-
* **RoutingAutoBundle**
49+
* :doc:`routing_auto/index`
4650

47-
* :doc:`routing_auto`
51+
* :doc:`routing_auto/introduction`
52+
* :doc:`routing_auto/providers`
53+
* :doc:`routing_auto/exists_actions`
54+
* :doc:`routing_auto/not_exists_actions`
55+
* :doc:`routing_auto/customization`
4856

4957
* :doc:`search/index`
5058

0 commit comments

Comments
 (0)