From 2fc88e0957c6abf0993fdaf67101e5ac89bbe5e0 Mon Sep 17 00:00:00 2001 From: Igor Brylev Date: Tue, 1 Oct 2024 11:35:20 +0000 Subject: [PATCH] Link to Telegram Channel, Fix Gitlab Link --- docusaurus.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 7e3faae..28088bb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -28,7 +28,12 @@ module.exports = { }, {to: 'blog', label: 'Новости', position: 'left'}, { - href: 'https://gitlab.com/robossembler/robossembler.gitlab.io', + href: 'https://t.me/robossembler_ru', + label: 'Telegram', + position: 'right', + } + { + href: 'https://gitlab.com/robossembler', label: 'GitLab', position: 'right', }