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