The table of contents should be on the side (at least on desktop) and should probably follow you when you scroll down (position: sticky?).
We could also implement smooth scrolling as well as that nice highlighting-the-current-section effect that is so common nowadays (with IntersectionObserver?).
The table of contents should be on the side (at least on desktop) and should probably follow you when you scroll down (
position: sticky?).We could also implement smooth scrolling as well as that nice highlighting-the-current-section effect that is so common nowadays (with
IntersectionObserver?).