Add link to User Forum
This commit is contained in:
parent
1eba5b613b
commit
d8e23c2277
|
@ -212,6 +212,11 @@ const sidebars = {
|
||||||
label: "Helpdesk",
|
label: "Helpdesk",
|
||||||
href: "https://graph.openaire.eu/support"
|
href: "https://graph.openaire.eu/support"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "link",
|
||||||
|
label: "User forum",
|
||||||
|
href: "https://openaire.flarum.cloud/"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -335,6 +335,11 @@
|
||||||
"type": "link",
|
"type": "link",
|
||||||
"label": "Helpdesk",
|
"label": "Helpdesk",
|
||||||
"href": "https://graph.openaire.eu/support"
|
"href": "https://graph.openaire.eu/support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "link",
|
||||||
|
"label": "User forum",
|
||||||
|
"href": "https://openaire.flarum.cloud/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue