Open a-docc-user opened 1 year ago
@Kyle-Ye would this be resolved as part of https://github.com/apple/swift-docc/pull/376?
Yes, I think this is a duplicate issue of #271.
~Yes, I think this is a duplicate issue of #271.~
[Update] After carefully reviewing it again, I found that it is a different issue. The current PR does not solve it.
The reason for this is that current seeAlsoSections implementation only store identifiers of link and then retrieve the title from the references using identifier matching.
"seeAlsoSections": [
{
"title": "Related Documentation",
"identifiers": ["https://example.com", "https://example3.com"]
}
]
To solve the problem, maybe we should update the seeAlsoSections implementation to store a overrideTitle here to support this feature.
Description
Markdown
Checklist
main
branch of this package.Expected Behavior
Expected Result
Actual behavior
Actual Result
Steps To Reproduce
See Also
Swift-DocC Version Information
Latest Xcode and also
master
Swift Compiler Version Information