tayloraswift / swift-unidoc

scalable, multi-package documentation engine for the swift language
https://swiftinit.org/docs/swift-unidoc
Mozilla Public License 2.0
61 stars 1 forks source link

prepare to introduce intra-page navigation aids #254

Open tayloraswift opened 5 months ago

tayloraswift commented 5 months ago

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.

tayloraswift commented 5 months ago

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)

tayloraswift commented 5 months ago

274 adds the extensions to the navigator as well