diff --git a/website/src/routes.ts b/website/src/routes.ts index 299754caf..8ffa583b9 100644 --- a/website/src/routes.ts +++ b/website/src/routes.ts @@ -161,7 +161,11 @@ export const navigationItems = { path: routes.aboutPage(), }, { - text: 'Api documentation', + text: 'Docs', + path: 'https://loculus-project.github.io/loculus/', + }, + { + text: 'API docs', path: routes.apiDocumentationPage(), }, {