-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathfooter-items.js
More file actions
49 lines (47 loc) · 1.22 KB
/
footer-items.js
File metadata and controls
49 lines (47 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
export const footerItems = {
parcels: [
{
label: 'How to cite Parcels',
href: '/papers-citing-parcels',
},
{
label: 'Papers citing Parcels',
href: '/papers-citing-parcels#papers-citing-parcels',
},
{ label: 'Blog', href: '/blog' },
{
label: 'Brand Assets',
href: 'https://github.com/OceanParcels/oceanparcels_website/tree/main/public/parcels-assets',
},
{ label: 'Accessibility', href: '/accessibility' },
],
resources: [
{
label: 'Documentation',
href: 'https://docs.oceanparcels.org/en/latest/index.html',
},
{
label: 'Installation',
href: 'https://docs.oceanparcels.org/en/latest/installation.html',
},
{
label: 'Tutorials',
href: 'https://docs.oceanparcels.org/en/latest/documentation/index.html',
},
],
community: [
{
label: 'Contribute',
href: 'https://docs.oceanparcels.org/en/latest/community/index.html',
},
{
label: 'GitHub Discussions',
href: 'https://github.com/OceanParcels/parcels/discussions',
},
{
label: 'Issue Tracker',
href: 'https://github.com/OceanParcels/parcels/issues',
},
{ label: 'Utrecht Team', href: '/team' },
],
}