From 21dab5cc2abd8f8777e599048e5718771747b579 Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 13 Oct 2022 16:02:26 +0200 Subject: [PATCH] Menu update --- docusaurus.config.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f278059..d4e566d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -55,7 +55,7 @@ const config = { routeBasePath: 'projekty', sidebarPath: require.resolve('./sidebarsProjekty.js'), editUrl: - 'https://github.com/gweicz/docs/edit/master/', + 'https://git.gwei.cz/gweicz/docs/_edit/master/', //showLastUpdateAuthor: true, //showLastUpdateTime: true, }) @@ -108,9 +108,14 @@ const config = { }, { to: 'komunita/in-english', - position: 'right', + position: 'left', label: 'In English 🇬🇧' }, + { + href: 'https://status.gwei.cz', + label: 'Status', + position: 'right', + }, { href: 'https://forum.gwei.cz', label: 'Fórum',