- Add complete dark mode system with theme context and toggle - Implement dark mode toggle component in navigation menu - Add client-side routing with SSR-safe signal handling - Fix language selector styling for better dark mode compatibility - Add documentation system with mdBook integration - Improve navigation menu with proper external/internal link handling - Add comprehensive project documentation and configuration - Enhance theme system with localStorage persistence - Fix arena panic issues during server-side rendering - Add proper TypeScript configuration and build optimizations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
36 lines
561 B
TOML
36 lines
561 B
TOML
[[menu]]
|
|
route = "/"
|
|
is_external = false
|
|
label.en = "Home"
|
|
label.es = "Inicio"
|
|
|
|
[[menu]]
|
|
route = "/about"
|
|
is_external = false
|
|
label.en = "About"
|
|
label.es = "Acerca de"
|
|
|
|
[[menu]]
|
|
route = "/user"
|
|
is_external = false
|
|
label.en = "User"
|
|
label.es = "Usuario"
|
|
|
|
[[menu]]
|
|
route = "/daisyui"
|
|
is_external = false
|
|
label.en = "DaisyUI"
|
|
label.es = "DaisyUI"
|
|
|
|
[[menu]]
|
|
route = "/features-demo"
|
|
is_external = false
|
|
label.en = "Features Demo"
|
|
label.es = "Demo de Características"
|
|
|
|
[[menu]]
|
|
route = "/example.html"
|
|
is_external = true
|
|
label.en = "Examples"
|
|
label.es = "Ejemplos"
|