/categories/{category}/articles
- Article belonging to the category is routed at /categories/{category}/articles/{article}
What I want
I want the above, but also the non-parent variations of the list route to work, including that being linked in the nav etc.
- Article list is routed at /articles
- Article list belonging to the category is routed at /categories/{category}/articles
- Article belonging to the category is routed at /categories/{category}/articles/{article}
Any pointers on how to get that working?