diff --git a/navbars.json b/navbars.json new file mode 100644 index 0000000000..9da5155ae7 --- /dev/null +++ b/navbars.json @@ -0,0 +1,52 @@ +{ + "global": { + "left": [ + { "label": "News", "relativeTo": "subsite", "target": "news/" }, + { "label": "Events", "relativeTo": "subsite", "target": "events/" } + ], + "right": [ + { + "label": "Support", + "contents": [ + { "label": "Get started", "target": "/get-started/" }, + { "label": "Training", "target": "/learn/" }, + { "label": "FAQ", "target": "/support/" }, + { "label": "Galaxy Help Forum", "target": "https://help.galaxyproject.org/" } + ] + }, + { + "label": "Community", + "contents": [ + { "label": "The Galaxy Community", "target": "/community/" }, + { "label": "Blog", "target": "/blog/" }, + { "label": "Working Groups", "target": "/community/wg/" }, + { "label": "Governance", "target": "/community/governance/" }, + { "label": "How to contribute", "target": "/community/contributing/" }, + { "label": "Galaxy Mentor Network", "target": "https://galaxy-mentor-network.netlify.app/" }, + { "label": "Code of Conduct", "target": "/community/coc/" } + ] + }, + { + "label": "About", + "contents": [ + { "label": "Platforms", "target": "/use/" }, + { "label": "Careers", "target": "/careers/" }, + { "label": "Stats", "target": "/galaxy-project/statistics/" }, + { "label": "Mailing lists", "target": "/mailing-lists" }, + { "label": "Publications", "target": "/publication-library/" }, + { "label": "Citing Galaxy", "target": "/citing-galaxy/" }, + { "label": "Branding", "target": "/images/galaxy-logos/" } + ] + }, + { + "label": "Projects", + "contents": [ + { "label": "COVID-19", "target": "/projects/covid19/" }, + { "label": "Monkeypox", "target": "/projects/mpxv/" }, + { "label": "VGP", "target": "/projects/vgp/" } + ] + }, + { "label": "@jxtx", "target": "/jxtx/" } + ] + } +} \ No newline at end of file diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 7c0933543e..3eb72aa096 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -10,47 +10,15 @@
{{ subsiteName }}