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
Adjust hierarchy for correct usage in mustache. (#2370)
Adjust hierarchy for correct usage in mustache.
* Declare that Container mixes in TypeParameters, as the two classes which extend
Container each already mix it in, and _head.html relies on a Container having a
`hasGenericParameters` getter.
Adjust TemplateData for correct template usage.
* `navLinksWithGenerics` must contain Containers, so that fields like
`hasGenericParameters` are statically available.
* TemplateData must have a `homepage` field as it is referenced in
`_search_sidebar` template, so it must always be available.
Additional minor changes to Category for debugging, and for use in templates.
0 commit comments