1
0
mirror of https://github.com/go-task/task.git synced 2025-11-29 22:48:03 +02:00

Website: Link to the Chinese translation

Closes #921
This commit is contained in:
Andrey Nering
2022-11-26 18:16:38 -03:00
parent d1850e8fd2
commit 45ab4dc718
5 changed files with 48 additions and 5 deletions

11
docs/constants.js Normal file
View File

@@ -0,0 +1,11 @@
const GITHUB_URL = 'https://github.com/go-task/task';
const TWITTER_URL = 'https://twitter.com/taskfiledev';
const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
const CHINESE_URL = 'https://task-zh.readthedocs.io/zh_CN/latest/';
module.exports = {
GITHUB_URL,
TWITTER_URL,
DISCORD_URL,
CHINESE_URL
};