navbar-configuration
Installation
SKILL.md
Navbar Configuration
Configure the navbar component with proper navigation, z-index, and button visibility.
Workflow
- Find Navbar Component - Glob for
website/components/navbar*.tsx - Read Sitemap - Get all pages from
docs/sitemap.md - Update Menu Items - Configure links from sitemap using Next.js
<Link> - Fix Z-Index - Ensure dropdowns appear above all content (z-50)
- Configure Buttons - Set visibility and styles for primary/outline buttons
- Set Logo - Text or image logo configuration
- Set Background - Apply background color setting
- Update i18n - Add/update keys in de.json and en.json