Skip to content

Commit

Permalink
feat(web): add footer link to docs (Github pages)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 26, 2024
1 parent 33b7453 commit 2817fa5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
},
{
Expand Down

0 comments on commit 2817fa5

Please sign in to comment.