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',