From 87ef2724daec166b172bfe97c2746f013d3c3c8f Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Mon, 9 Jan 2023 20:05:03 +0200 Subject: [PATCH] Add helpdesk in sidebar --- sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sidebars.js b/sidebars.js index f799348..9063729 100644 --- a/sidebars.js +++ b/sidebars.js @@ -176,6 +176,11 @@ const sidebars = { type: 'doc', id: 'changelog' }, + { + type: "link", + label: "Helpdesk", + href: "https://graph.openaire.eu/support" + }, ] };