Skip to content

Commit

Permalink
feat: links section for manytask
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Sep 1, 2023
1 parent 928184c commit 05c9063
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/.course.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ students_group: python/students-fall-2022
gitlab_service_username: manytask # optional
gitlab_service_token_id: GITLAB_SERVICE_TOKEN # optional


# manytask
manytask_url: https://py.manytask.org
manytask_token_id: TESTER_TOKEN # optional
gitlab_api_token_id: GITLAB_API_TOKEN # optional


# info
lms_url: https://lk.yandexdataschool.ru/courses/[...-course] # optional
telegram_channel_invite: https://t.me/joinchat/[...] # optional
telegram_chat_invite: https://t.me/joinchat/[...] # optional
links: # optional, any number of links
"TG Channel": https://t.me/joinchat/
"TG Chat": https://t.me/joinchat/
"LMS": https://lk.yandexdataschool.ru/
"Contribute Manytask": https://github.com/yandexdataschool/manytask

0 comments on commit 05c9063

Please sign in to comment.