Skip to content

Commit

Permalink
update navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Oct 10, 2024
1 parent 4947e9c commit f51f428
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,23 @@ import { URLS } from "~/statics";
export const MainNav: RecursiveMenu[] = [
{ title: 'DataPLANT', slug: '/', children: [
{ title: 'About Us', slug: '/about' },
{ title: 'Participation', slug: '/participation' },
{ title: 'Information', slug: '/information'},
{ title: 'RDM As A Service', slug: '/rdm-as-a-service' },
{ title: 'Support', slug: '/support' },
{ title: 'Participation', slug: '/participation' },
{ title: 'Resources', slug: '/resources' },
{
title: 'Information',
slug: '/information',
children: [
{ title: 'Knowledgebase', slug: URLS.KNOWLEDGEBASE },
{ title: 'ARC', slug: URLS.ARC_WEBSITE },
{ title: 'News', slug: '/news' },
{ title: 'Events', slug: '/events' },
{ title: 'Publications', slug: '/publications' },
],
},
{ title: 'Support', slug: '/support' },
]},
{ title: 'News', slug: '/news' },
{ title: 'Events', slug: '/events' },
{ title: 'Data Hubs', slug: '/arc-data-hub' },
{
title: 'Tools',
slug: '/toolbox',
children: [
{ title: 'ARCitect 🚧', slug: '#' },
{ title: 'Swate 🚧', slug: '#' },
{ title: 'DataPLAN 🚧', slug: '#' },
{ title: 'ARCManager 🚧', slug: '#' },
{ title: 'ARCitect', slug: 'https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/ARCitect-Manual/index.html' },
{ title: 'Swate', slug: 'https://swate-alpha.nfdi4plants.org/' },
{ title: 'DataPLAN', slug: 'https://dmpg.nfdi4plants.org/' },
{ title: 'ARCManager', slug: 'https://www.nfdi4plants.de/nfdi4plants.knowledgebase/docs/ARCmanager-manual/00_index.html' },
]
},
]
Expand Down

0 comments on commit f51f428

Please sign in to comment.