ui(toc-table): 💄 Enhance ToC rendering with collapsible sections, improved accessibility, and dynamic updates

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-26 00:06:46 -07:00
parent 9aa26bfc93
commit e2b41e7662

View file

@ -102,6 +102,7 @@ const NAV: NavGroup[] = [
{ to: '/climate/weather', icon: '⛈', label: 'Weather' },
{ to: '/climate/terrain', icon: '🌿', label: 'Terrain Evolution' },
{ to: '/climate/survival', icon: '🛡', label: 'Survival' },
{ to: '/climate/ecosystem', icon: '🦌', label: 'Ecosystem' },
{ to: '/climate/simulation', icon: '🎬', label: 'Simulation' },
],
},