-
Notifications
You must be signed in to change notification settings - Fork 1k
Update russian introduction page #2522
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
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,96 @@ | ||
--- | ||
layout: inner-page-documentation | ||
title: Документация | ||
title: Изучаем Scala | ||
language: ru | ||
partof: documentation | ||
discourse: true | ||
|
||
# Content masthead links | ||
more-resources-label: Дополнительные Материалы | ||
sections: | ||
|
||
- title: "Для новичков" | ||
sections: | ||
- title: "Первые шаги..." | ||
links: | ||
- title: "Самое начало" | ||
description: "Установка Scala на ваш компьютер и написание пробного Scala кода!" | ||
- title: "Приступая к работе" | ||
description: "Установите Scala на свой компьютер и начните писать код на Scala!" | ||
icon: "fa fa-rocket" | ||
link: /getting-started.html | ||
- title: "Тур по Scala" | ||
description: "Вступительный обзор по основным возможностям языка." | ||
icon: "fa fa-flag" | ||
link: /ru/tour/tour-of-scala.html | ||
- title: "для Java программистов" | ||
description: "Быстрое знакомство со Scala для тех кто уже знает Java." | ||
icon: "fa fa-coffee" | ||
link: /tutorials/scala-for-java-programmers.html | ||
more-resources: | ||
link: /tour/tour-of-scala.html | ||
- title: "Книга по Scala 3" | ||
description: "Изучайте Scala используя серию коротких уроков." | ||
icon: "fa fa-book-open" | ||
link: /scala3/book/introduction.html | ||
- title: Онлайн Курсы, Упражнения и Блоги | ||
url: /learn.html | ||
description: "Обучающие курсы по Scala от новичка до продвинутого уровня." | ||
icon: "fa fa-cloud" | ||
link: /online-courses.html | ||
- title: Книги | ||
url: /books.html | ||
description: "Напечатанные а также цифровые книги о Scala." | ||
kotobotov marked this conversation as resolved.
Show resolved
Hide resolved
|
||
icon: "fa fa-book" | ||
link: /books.html | ||
- title: Уроки | ||
description: "Пройдемся по серии коротких шагов по созданию Scala приложений." | ||
icon: "fa fa-tasks" | ||
link: /tutorials.html | ||
|
||
- title: "Для опытных" | ||
links: | ||
- title: "API" | ||
description: "API документация для всех версий Scala." | ||
description: "Документация по API для каждой версии Scala." | ||
icon: "fa fa-file-alt" | ||
link: /api/all.html | ||
- title: "Обзоры" | ||
description: "Подробная документация, охватывающая возможности Scala." | ||
- title: "Справочники" | ||
description: "Подробные справочники по отдельным разделам языка." | ||
icon: "fa fa-database" | ||
link: /ru/overviews/index.html | ||
link: /overviews/index.html | ||
kotobotov marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- title: "Стилистика" | ||
description: "Детальное руководство по написанию каноничного Scala кода." | ||
icon: "fa fa-bookmark" | ||
link: /style/index.html | ||
- title: "Шпаргалка" | ||
description: "Краткий справочник, охватывающий основы синтаксиса Scala." | ||
icon: "fa fa-list" | ||
link: /ru/cheatsheets/index.html | ||
link: /cheatsheets/index.html | ||
- title: "Вопрос-Ответ" | ||
description: "Список по наиболее часто задаваемых вопросов с ответами по функционалу Scala" | ||
description: "Список по наиболее часто задаваемых вопросов с ответами по функционалу Scala." | ||
kotobotov marked this conversation as resolved.
Show resolved
Hide resolved
|
||
icon: "fa fa-question-circle" | ||
link: /tutorials/FAQ/index.html | ||
- title: "Спецификация" | ||
description: "Официальная спецификация языка Scala" | ||
description: "Официальная спецификация языка Scala." | ||
icon: "fa fa-book" | ||
link: https://scala-lang.org/files/archive/spec/2.13/ | ||
- title: "Справочник по языку Scala 3" | ||
description: "Справочник по языку Scala 3." | ||
icon: "fa fa-book" | ||
link: https://docs.scala-lang.org/scala3/reference | ||
|
||
- title: "Исследуем Scala 3" | ||
links: | ||
- title: "Руководство по миграции" | ||
description: "Руководство, которое поможет вам перейти от Scala 2 к Scala 3." | ||
icon: "fa fa-suitcase" | ||
link: /scala3/guides/migration/compatibility-intro.html | ||
- title: "Новое в Scala 3" | ||
description: "Обзор новой функциональности в Scala 3." | ||
icon: "fa fa-star" | ||
link: /scala3/new-in-scala3.html | ||
- title: "Новая функциональность Scaladoc для Scala 3" | ||
description: "Ключевые особенности новой функциональности Scaladoc" | ||
icon: "fa fa-star" | ||
link: /scala3/scaladoc.html | ||
- title: "Выступления" | ||
description: "Доступные онлайн выступления о Scala 3" | ||
icon: "fa fa-play-circle" | ||
link: /scala3/talks.html | ||
|
||
- title: "Развитие Scala" | ||
links: | ||
- title: "SIPs" | ||
description: "Процесс улучшения Scala (Scala Improvement Process). Эволюция языка и компилятора." | ||
- title: "Процесс улучшения Scala" | ||
description: "Описание процесса развития языка и список всех предложений по улучшению Scala (SIP)." | ||
icon: "fa fa-cogs" | ||
link: /sips/index.html | ||
--- | ||
- title: "Станьте участником развитие Scala" | ||
kotobotov marked this conversation as resolved.
Show resolved
Hide resolved
|
||
description: "От начала до конца: узнайте, как вы можете помочь открытой экосистеме Scala" | ||
icon: "fa fa-code-branch" | ||
link: /contribute/ | ||
--- |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.