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
This might require some attention to the templates, since there's assumptions based on entries having defined the type property - which makes the TOC render like this:
Use case
I want to filter out TOC entries based on their member type. For example, to list only namespaces and classes.
Current behavior
toc.ymldoesn't contain type information.Note
When using
memberLayout: "separatePages", the additional TOC entries pushed to the model contain this information.How to reproduce
For example, given this source:
The generated model looks like this (pre-transformations):
And the HTML TOC looks like this:
Proposal
See #10090.
Note
This might require some attention to the templates, since there's assumptions based on entries having defined the
typeproperty - which makes the TOC render like this: