Add class type to the Navigable object and list out classes on a namespace under its sidebar navigation section.
Adjust main.js to select the correct sidebar navigation element based on a direct match on item's data-nameattribute and fallback to default querying if none is found (ie. for interfaces where it should be selecting the namespace it's under).
Add linkToDataType and linkToSymbolPath wrappers onto the TemplateRenderer to allow the removal of the ancestor prefix (parent/namespace).
Resolves ticket.
Navigable
object and list out classes on a namespace under its sidebar navigation section.main.js
to select the correct sidebar navigation element based on a direct match on item'sdata-name
attribute and fallback to default querying if none is found (ie. for interfaces where it should be selecting the namespace it's under).linkToDataType
andlinkToSymbolPath
wrappers onto theTemplateRenderer
to allow the removal of the ancestor prefix (parent/namespace).