Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
mention CMF ChainRouter, restructure documentation for extending routing#6020
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
dbu commentedDec 16, 2015
| Q | A |
|---|---|
| Doc fix? | no |
| New docs? | yes |
| Applies to | 2.3+ |
| Fixed tickets | Relates to#5709 |
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.
not sure if its ok to add multiple levels of navigation here, but i think it would make sense. also not sure if this is the right syntax for rst.
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.
This doesn't work in the table of contents. You will probably want to update/cookbook/routing/map.rst.inc instead. But I am not sure if the symfony.com theme is able to render that properly (the platform.sh preview will tell us though).
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.
there is no /cookbook/routing/map.rst.inc file i think. do you have an idea how we should do this? or should we give up on making this a sub-group and just cram it into one article? or a series that repeat part of the title: "Extending Routing: ..."?
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.
Oh sorry about that. :( The right file is/cookbook/map.rst.inc.
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.
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.
custom router?
wouterj commentedDec 17, 2015
While I think it's good to write a short section about this, we have to make sure to not duplicate much from the CMF docs. The CMF Routing docs already suffer a lot from duplication (bundles, components & quick tour). Adding yet another one would make things hard to maintain. |
dbu commentedDec 18, 2015
agreed that we should not duplicate this here. the idea is to really just showcase what dynamic router does and then link to the cmf documentation. |
dbu commentedJan 4, 2016
any input on where to put the new sections in the navigation? should i put extending_routing, custom_route_loader and multiple_routers all into one page? or just list the 3 on one level? or add another level or hierarchy? |
dbu commentedFeb 16, 2016
ping@weaverryan |
This PR was merged into the 2.3 branch.Discussion----------mention routing from the database| Q | A| ------------- | ---| Doc fix? | no| New docs? | yes| Applies to | 2.3+| Fixed tickets |#2186, relates to#5709if we merge#6020, we might want to put this as subsection of the extending_routing sectionCommits-------c458431 mention routing from the database
xabbuh commentedFeb 18, 2016
I think "extending routing" and "custom route loader" could share one document while "multiple routers" better fits in its own article. |
| process, e.g. JmsI18nRoutingBundle_. | ||
| .. _FrameworkExtraBundle: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/converters.html | ||
| .. _JMSI18nRoutingBundle: https://github.com/schmittjoh/JMSI18nRoutingBundle |
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.
I think we should link here:http://jmsyst.com/bundles/JMSI18nRoutingBundle - the GitHub page just points you there.
weaverryan commentedFeb 21, 2016
Sorry for the delay@dbu! I think we should:
Overall, I really feel that having a lot of top-level "How do I do X" is useful. Cheers! |
javiereguiluz commentedFeb 14, 2017
I'm closing this as "fixed" because:
|