mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 02:10:15 +00:00
Two fixes following the tabs removal: 1) Nav was a FLAT list of 18 section labels with no expand/indent, because navigation.sections rendered them as non-collapsible group labels and navigation.prune stripped inactive children. Disabled both → the left sidebar is now a proper COLLAPSIBLE, nested, indented tree (14 toggles, chevrons, collapsed by default). No size penalty (88213 vs 88516 bytes). 2) Home had a single H2, so its right-hand 'On this page' TOC was empty. Added '## Explore the Ecosystem' (badge cards) and '## Trending Now' (digest) to join the existing '## The Cloud Native Universe We Track' — the home's right TOC now lists three real sections. Net effect: both side columns are now useful on every page, incl. the home — left = full collapsible directory, right = per-page section map. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>