Skip to content

Commit bbe8856

Browse files
committed
Add "Bgee API" links in the menu and footer as Resources
1 parent e4d318f commit bbe8856

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/components/Layout/Footer/Footer.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ const Footer = () => {
137137
SPARQL editor
138138
</Link>
139139
</li>
140+
<li>
141+
<a href="/doc-api/" target="_blank">
142+
Bgee API
143+
</a>
144+
</li>
140145
</ul>
141146
</div>
142147
<div className="nav-footer-col-spacer" />

src/components/Modal/MenuModal.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ const SIDE_MENU = [
123123
path: `/sparql-editor${URL_ROOT}/`,
124124
type: 'internal',
125125
},
126+
{
127+
key: 'page.resources.api.test',
128+
title: 'Bgee API',
129+
path: '/doc-api/',
130+
type: 'external',
131+
},
126132
],
127133
},
128134
{

0 commit comments

Comments
 (0)