Skip to content

Commit 26d9a93

Browse files
251 fix docs stest
1 parent 5fb35ae commit 26d9a93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lapis-docs/tests/docs.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const conceptsPages = prependToRelativeUrl(
5252
{ title: 'Advanced query', relativeUrl: '/advanced-query' },
5353
{ title: 'String search', relativeUrl: '/string-search' },
5454
{ title: 'Request Id', relativeUrl: '/request-id' },
55+
{ title: 'Authentication', relativeUrl: '/authentication' },
5556
],
5657
'/concepts',
5758
);
@@ -87,6 +88,7 @@ const maintainerDocsPages = prependToRelativeUrl(
8788
{ title: 'Reference Genomes', relativeUrl: '/reference-genomes' },
8889
{ title: 'Starting SILO and LAPIS', relativeUrl: '/starting-silo-and-lapis' },
8990
{ title: 'Preprocessing', relativeUrl: '/preprocessing' },
91+
{ title: 'Authentication', relativeUrl: '/authentication' },
9092
],
9193
'/references',
9294
),

0 commit comments

Comments
 (0)