We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d318f commit bbe8856Copy full SHA for bbe8856
src/components/Layout/Footer/Footer.tsx
@@ -137,6 +137,11 @@ const Footer = () => {
137
SPARQL editor
138
</Link>
139
</li>
140
+ <li>
141
+ <a href="/doc-api/" target="_blank">
142
+ Bgee API
143
+ </a>
144
+ </li>
145
</ul>
146
</div>
147
<div className="nav-footer-col-spacer" />
src/components/Modal/MenuModal.tsx
@@ -123,6 +123,12 @@ const SIDE_MENU = [
123
path: `/sparql-editor${URL_ROOT}/`,
124
type: 'internal',
125
},
126
+ {
127
+ key: 'page.resources.api.test',
128
+ title: 'Bgee API',
129
+ path: '/doc-api/',
130
+ type: 'external',
131
+ },
132
],
133
134
{
0 commit comments