Skip to content

Commit

Permalink
Merge pull request #741 from FlowFuse/zj-social-links
Browse files Browse the repository at this point in the history
social: Add social links to the docs
  • Loading branch information
joepavitt authored Apr 4, 2024
2 parents 6055276 + 19f3a9f commit 0cce2d5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '<svg xmlns="http://www.w3.org/2000/svg" fill="#000000" width="800px" height="800px" viewBox="0 0 24 24" role="img"><path d="M12.103 0C18.666 0 24 5.485 24 11.997c0 6.51-5.33 11.99-11.9 11.99L0 24V11.79C0 5.28 5.532 0 12.103 0zm.116 4.563a7.395 7.395 0 0 0-6.337 3.57 7.247 7.247 0 0 0-.148 7.22L4.4 19.61l4.794-1.074a7.424 7.424 0 0 0 8.136-1.39 7.256 7.256 0 0 0 1.737-7.997 7.375 7.375 0 0 0-6.84-4.585h-.008z"/></svg>',
},
link: 'https://discourse.nodered.org/tag/dashboard-2',
ariaLabel: 'Node-RED Forum'
}

],
outline: [2, 3],
search: {
provider: 'local'
Expand Down

0 comments on commit 0cce2d5

Please sign in to comment.