pub fn DocTableOfContents(
props: DocTableOfContentsProps,
) -> Result<VNode, RenderError>Expand description
Table of contents sidebar component with scroll tracking.
Scroll tracking is handled client-side via JavaScript for performance. The component uses data attributes and CSS for active state styling.