From 19f3a9f881efd6f3a62735c4ecf97138367782e1 Mon Sep 17 00:00:00 2001 From: ZJ van de Weg Date: Thu, 4 Apr 2024 15:36:23 +0200 Subject: [PATCH] social: Add social links to the docs --- docs/.vitepress/config.js | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index 4dd448bf2..98bac2b19 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -54,10 +54,22 @@ export default ({ mode }) => { { text: 'Docs', link: '/getting-started.html' }, { text: 'Widgets', link: '/nodes/widgets.html' }, { text: 'Contributing', link: '/contributing/' }, - { text: 'Forum', link: 'https://discourse.nodered.org/tag/dashboard-2' }, { text: 'FlowFuse', link: 'https://flowfuse.com' }, - { text: 'GitHub', link: 'https://github.com/FlowFuse/node-red-dashboard' } ], + socialLinks: [ + { icon: 'github', link: 'https://github.com/FlowFuse/node-red-dashboard' }, + { icon: 'twitter', link: 'https://twitter.com/FlowFuse' }, + { icon: 'discord', link: 'https://discord.gg/2RrvW8dkrF' }, + { icon: 'youtube', link: 'https://www.youtube.com/channel/UCbBzP8NZbv3WDtlt4UouA-g' }, + { + icon: { + svg: '', + }, + link: 'https://discourse.nodered.org/tag/dashboard-2', + ariaLabel: 'Node-RED Forum' + } + + ], outline: [2, 3], search: { provider: 'local'