1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

Website: Link to Twitter account

This commit is contained in:
Andrey Nering 2022-07-04 11:14:20 -03:00
parent 5c460b38c9
commit 5b4d5387bf

View File

@ -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