Skip to content

Commit de3d9b9

Browse files
Merge pull request #138 from OceanParcels/installation-in-footer
Adding Installation link in footer
2 parents acbb974 + 0d9178f commit de3d9b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/data/footer-items.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export const footerItems = {
2121
label: 'Documentation',
2222
href: 'https://docs.oceanparcels.org/en/latest/index.html',
2323
},
24+
{
25+
label: 'Installation',
26+
href: 'https://docs.oceanparcels.org/en/latest/installation.html',
27+
},
2428
{
2529
label: 'Tutorials',
2630
href: 'https://docs.oceanparcels.org/en/latest/documentation/index.html',

0 commit comments

Comments
 (0)