align multi-component symbol link rendering with DocC #374

Closed
opened 2025-10-14 16:03:12 -06:00 by navan · 0 comments
Owner

Originally created by @tayloraswift on 10/10/2023

currently, unidoc renders all path components of a multi-component symbol link, like String/Index. when people try to manually simulate this behavior in DocC, it causes redundant path components to appear in the unidoc-rendered documentation, like String.String.Index.

we should reserve the multi-component rendering feature to unidoc-style (dot-separated) codelinks instead.

*Originally created by @tayloraswift on 10/10/2023* currently, unidoc renders all path components of a multi-component symbol link, like ``String/Index``. when people try to manually simulate this behavior in DocC, it causes redundant path components to appear in the unidoc-rendered documentation, like ``String``.``String.Index``. we should reserve the multi-component rendering feature to unidoc-style (dot-separated) codelinks instead.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/swift-unidoc#374
No description provided.