From 8256bfa667021475de56cb1d1b969f8ab727c11b Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 20 Dec 2024 09:32:33 +0100 Subject: [PATCH] Add open issue link Closes #294 Signed-off-by: Christian Berendt --- docusaurus.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index aa042898ea..7052322e9b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -130,6 +130,11 @@ const config = { label: 'Support', href: '/support', }, + { + href: 'https://github.com/osism/issues/issues/new/choose', + label: 'Open issue', + position: 'right', + }, { href: 'https://regiocloud.github.io', label: 'REGIO',