Navigation

How to update navigation items and links

Navigation

Guide to updating navigation items, links, and the search functionality.

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:

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:

  1. Place your CV in public/assets/general/pdfs/cv.pdf
  2. 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.

Next Steps