You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use _category name_ in the URL, instead of the _category displayName_. (#4031)
Also clarify documentation, to make it a bit more obvious that a
category has two names:
* _category name_, the thing we reference in source code,
* _display name_, the thing we display in HTML.
I imagine that the _category name_ lends itself better to be used in a
URL (probably using underscore). And the _display name_ is probably
something using whitespaces (which don't work nearly as well in a URL).
Also correct `name` -> `displayName` in README.
--------------
I don't know if we should make _redirect pages_ for the old URLs. It's
perhaps overkill, since the category feature isn't used by most
packages. Does `api.dart.dev` or `api.flutter.dev` have topic pages?
0 commit comments