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
per discussion here we should have a ‘table of contents’ sidebar feature similar to DocC, for jumping to the heading on the current page.
my gut feeling is this is something we want to implement on the client-side, via javascript. for that to work, we need to get a grip on the anchored headings we generate on the server-side for each page.
add sanitizer to SSGC, to prevent it from allowing articles to contain more than one heading with the same text
develop a mangling scheme for the extension blocks, so that we can link to the Conformances subsections inside of them. this is likely the hardest part, since no such identity exists within the Swift compiler, so we will have to invent one
emit heading anchors for those Conformances subsections
The text was updated successfully, but these errors were encountered:
once #269 is complete, we should have an intrapage sidebar that supports jumping to named headings, although no generated extension blocks yet (due to lack of supported mangling scheme)
per discussion here we should have a ‘table of contents’ sidebar feature similar to DocC, for jumping to the heading on the current page.
my gut feeling is this is something we want to implement on the client-side, via javascript. for that to work, we need to get a grip on the anchored headings we generate on the server-side for each page.
The text was updated successfully, but these errors were encountered: