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`.
Additional Detail from JIRA
md5: c4d2b97a7a3ab82dadcb561a4b36861b
Issue Description:
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`.
https://github.com/apple/swift-docc/blob/main/Sources/SwiftDocC/Indexing/Navigator/NavigatorIndex+Ext.swift#L83
The text was updated successfully, but these errors were encountered: