-
Notifications
You must be signed in to change notification settings - Fork 156
documentation for cleaned up routing #430
Conversation
dbu
commented
Mar 26, 2014
Q | A |
---|---|
Doc fix? | yes |
New docs? | yes |
Applies to | 1.1 |
Fixed tickets | symfony-cmf/routing-bundle#210 |
locales | ||
~~~~~~~ | ||
|
||
**type**: ``array`` **default**: | ||
**type**: ``array`` **default**: array() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put array() in a literal (same for booleans below)
updated the doc. this is missing doc on the candidates things, but then that is really an implementation detail. |
alright, this is now updated for the simplecms bundle as well. the code is merged and this should be ready to merge. i will be away the whole next week, so if somebody can fix minor issues to make it mergeable, please do. |
@wouterj can you look into the build failure? |
@lsmith77 build failure is not related to these changes. I'll invistigate that more after this weekend |
@@ -288,6 +293,10 @@ get an error if Sonata becomes unavailable. | |||
Sonata admin is using the ``content_basepath`` to show the tree of content to | |||
select the route target. | |||
|
|||
The root path to add Routes defaults to the first entry in ``route_basepaths`` | |||
but you can overwrite this with the ``admin_basepath`` if you need a different |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[...], but you (missing comma)
the build failure was me. i cleaned up the doc now. no more warnings locally. |
documentation for cleaned up routing