Navigation
How to update navigation items and links
Navigation
Guide to updating navigation items, links, and the search functionality.
Navigation Component
The navigation is defined in components/Navigation.tsx.
Adding/Removing Navigation Items
Edit the navItems array in components/Navigation.tsx:
Updating Site Name
Change the site name/logo:
Search Bar
The search bar is automatically included in the navigation. It searches across all documentation.
To customize search behavior, edit components/DocsSearchBar.tsx.
CV Download Button
The CV download button is in the navigation. To update:
- Place your CV in
public/assets/general/pdfs/cv.pdf - Or update the link in
components/Navigation.tsx:
Mobile Menu
The mobile menu automatically includes all navigation items. It's responsive and appears on small screens.