Skip to content

Commit 97c1249

Browse files
authored
Merge pull request #1364 from microbiomedata/1363-add-data-api-link-to-navigation-menu-pointing-to-runtime-api
2 parents 3eb6b43 + 1a02cd8 commit 97c1249

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/menus.ts

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ const Menus = [
5555
label: 'Field Notes Mobile App',
5656
href: 'https://microbiomedata.org/field-notes/',
5757
},
58+
{
59+
label: 'Data API',
60+
href: 'https://api.microbiomedata.org/docs',
61+
},
5862
],
5963
},
6064
{

0 commit comments

Comments
 (0)