flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.8k stars 3.2k forks source link

Support TOCs in pages with tabbed content #1404

Open chalin opened 5 years ago

chalin commented 5 years ago

Pages with tabbed content containing headings (like the Get started > Set up an editor page) cause problems for auto-TOC generation.

As a temporary measure, I've disabled auto-TOC generation for the affected Get started pages. TOC should be reenabled: since we're dynamically swapping the tab content, we might as well consider adjusting the TOC content too.

sfshaza2 commented 5 years ago

@chalin, might we have this before launch?

chalin commented 5 years ago

After getting through the P0s, I'll give this a shot.