1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

chore(website): add stack overflow and answer overflow to page footer

This commit is contained in:
Andrey Nering
2024-06-05 21:34:49 -03:00
parent 40d77156df
commit 4294cc92b9
2 changed files with 12 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ import { DISCORD_URL } from './constants';
import { GITHUB_URL } from './constants';
import { MASTODON_URL } from './constants';
import { TWITTER_URL } from './constants';
import { STACK_OVERFLOW } from './constants';
import { ANSWER_OVERFLOW } from './constants';
import lightCodeTheme from './src/themes/prismLight';
import darkCodeTheme from './src/themes/prismDark';
@@ -187,6 +189,14 @@ const config: Config = {
label: 'Discord',
href: DISCORD_URL
},
{
label: 'Stack Overflow',
href: STACK_OVERFLOW
},
{
label: 'Answer Overflow',
href: ANSWER_OVERFLOW
},
{
label: 'OpenCollective',
href: 'https://opencollective.com/task'