From: Eduardo San Martin Morote Date: Tue, 11 May 2021 20:58:09 +0000 (+0200) Subject: docs: add links X-Git-Tag: v2.0.0-alpha.17~46 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b258812ca7f0256f25de696be8262c1f2933f3d;p=thirdparty%2Fvuejs%2Fpinia.git docs: add links --- diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index a7058d5a..b36aebb6 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -139,6 +139,14 @@ module.exports = { { text: 'Links', items: [ + { + text: 'Discussions', + link: 'https://github.com/posva/pinia/discussions', + }, + { + text: 'Chat', + link: 'https://chat.vuejs.org', + }, { text: 'Twitter', link: 'https://twitter.com/posva',