From 3561607d7ba6c1d753bc6053a03f16b3e8ff3fd6 Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 8 Mar 2024 21:23:52 +0200 Subject: [PATCH] add link to Matrix Space in cons.io (#1157) --- doc/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/.vuepress/config.js b/doc/.vuepress/config.js index 988908b82..c0486cca9 100644 --- a/doc/.vuepress/config.js +++ b/doc/.vuepress/config.js @@ -7,7 +7,8 @@ module.exports = { { text: 'Guide', link: '/guide/' }, { text: 'Tutorials', link: '/tutorials/' }, { text: 'Reference', link: '/reference/' }, - { text: 'Gitter', link: 'https://gitter.im/gerbil-scheme/community' } + { text: 'Gitter', link: 'https://gitter.im/gerbil-scheme/community' }, + { text: 'Matrix', link: 'https://matrix.to/#/#gerbil-scheme-core:gitter.im' } ], sidebarDepth: 2, sidebar: {