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:
@@ -2,3 +2,5 @@ export const GITHUB_URL = 'https://github.com/go-task/task';
|
|||||||
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
||||||
export const MASTODON_URL = 'https://fosstodon.org/@task';
|
export const MASTODON_URL = 'https://fosstodon.org/@task';
|
||||||
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|
||||||
|
export const STACK_OVERFLOW = 'https://stackoverflow.com/questions/tagged/taskfile';
|
||||||
|
export const ANSWER_OVERFLOW = 'https://www.answeroverflow.com/c/974121106208354339';
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ import { DISCORD_URL } from './constants';
|
|||||||
import { GITHUB_URL } from './constants';
|
import { GITHUB_URL } from './constants';
|
||||||
import { MASTODON_URL } from './constants';
|
import { MASTODON_URL } from './constants';
|
||||||
import { TWITTER_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 lightCodeTheme from './src/themes/prismLight';
|
||||||
import darkCodeTheme from './src/themes/prismDark';
|
import darkCodeTheme from './src/themes/prismDark';
|
||||||
@@ -187,6 +189,14 @@ const config: Config = {
|
|||||||
label: 'Discord',
|
label: 'Discord',
|
||||||
href: DISCORD_URL
|
href: DISCORD_URL
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Stack Overflow',
|
||||||
|
href: STACK_OVERFLOW
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Answer Overflow',
|
||||||
|
href: ANSWER_OVERFLOW
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'OpenCollective',
|
label: 'OpenCollective',
|
||||||
href: 'https://opencollective.com/task'
|
href: 'https://opencollective.com/task'
|
||||||
|
|||||||
Reference in New Issue
Block a user