Add helpdesk in sidebar

This commit is contained in:
Serafeim Chatzopoulos 2023-01-09 20:05:03 +02:00
parent 22e90827e2
commit 87ef2724da
1 changed files with 5 additions and 0 deletions

View File

@ -176,6 +176,11 @@ const sidebars = {
type: 'doc',
id: 'changelog'
},
{
type: "link",
label: "Helpdesk",
href: "https://graph.openaire.eu/support"
},
]
};