From 5b4d5387bfeeacc2df025082570650317ef62633 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 4 Jul 2022 11:14:20 -0300 Subject: [PATCH] Website: Link to Twitter account --- docs/docusaurus.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 97ab4235..5bc7dc94 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -5,6 +5,7 @@ const lightCodeTheme = require('prism-react-renderer/themes/github'); const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const GITHUB_URL = 'https://github.com/go-task/task'; +const TWITTER_URL = 'https://twitter.com/taskfiledev'; const DISCORD_URL = 'https://discord.gg/6TY36E39UK'; /** @type {import('@docusaurus/types').Config} */ @@ -100,6 +101,11 @@ const config = { label: 'GitHub', position: 'right' }, + { + href: TWITTER_URL, + label: 'Twitter', + position: 'right' + }, { href: DISCORD_URL, label: 'Discord', @@ -134,6 +140,10 @@ const config = { label: 'GitHub', href: GITHUB_URL }, + { + label: 'Twitter', + href: TWITTER_URL + }, { label: 'Discord', href: DISCORD_URL