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
When generating a navigator index, DocC seems to be using the render node's `metadata.fragments` value instead of `metadata.navigatorTitle` for navigator item titles for Swift symbols. It's unclear why that's the case, so we should check if there is a valid reason for this, and if not, use `metadata.navigatorTitle`.