Problem/Motivation
Currently, routing documentation is still in menu.api.php along with the menu documentation. Problem is, we spent a whole lot of time separating the menu and routing systems! Routing should stand alone.
Proposed resolution
Create a core/lib/Drupal/Core/Routing/routing.api.php file and move all of the routing related docs from menu.api.php to there. Then change the @group definitions if necessary.
Remaining tasks
Do it.
User interface changes
None.
API changes
None.
Data model changes
None.
Beta phase evaluation
| Issue category | Task because nothing is technically broken, just badly organized |
|---|---|
| Unfrozen changes | Unfrozen because it only changes documentation |
| Disruption | No disruption for existing module |