1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

refactor(website): rename docs -> website

This commit is contained in:
Pete Davison
2024-03-19 19:24:15 +00:00
parent 5538636373
commit 7c61a59ecb
83 changed files with 0 additions and 0 deletions

4
website/constants.ts Normal file
View File

@@ -0,0 +1,4 @@
export const GITHUB_URL = 'https://github.com/go-task/task';
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
export const MASTODON_URL = 'https://fosstodon.org/@task';
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';