Skip to content

Add recent changes in overviews.yml #2443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions _data/overviews-uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,31 @@
- category: Мова
description: "Посібники та огляди, що охоплюють функції на мові Scala."
overviews:
- title: Міграція зі Scala 2 на Scala 3
by: Adrien Piquerez
icon: suitcase
root: "scala3/guides/"
url: "migration/compatibility-intro.html"
description: "Все, що потрібно знати про сумісність і міграцію на Scala 3."
- title: Макроси Scala 3
by: Nicolas Stucki
icon: magic
root: "scala3/guides/"
url: "macros"
description: "Детальний підручник, який охоплює всі можливості, пов'язані з написанням макросів у Scala 3."
label-text: нове в Scala 3
- title: Класи значень та універсальні трейти
Copy link
Member

@bishabosha bishabosha Jun 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is already in the file, or at least the second repetition should be removed

by: Mark Harrah
description: "Класи значень – це новий механізм у Scala, що дозволяє уникнути виділення об'єктів під час виконання. Це досягається за допомогою визначення нових підкласів AnyVal."
icon: gem
url: "core/value-classes.html"
- title: Огляд TASTy
by: Alvin Alexander
icon: birthday-cake
label-text: нове в Scala 3
root: "scala3/guides/"
url: "tasty-overview.html"
description: "Огляд формату TASTy, призначеного для користувачів мови Scala."
- title: Інтерполяція строк
icon: dollar-sign
url: "core/string-interpolation.html"
Expand Down