Skip to content

Commit a222960

Browse files
committed
Merge master and merge languages parameter
1 parent 927740c commit a222960

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

_overviews/scala3-book/introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: Introduction
33
type: chapter
44
description: This page begins the overview documentation of the Scala 3 language.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 1
77
previous-page:
88
next-page: scala-features
9-
languages: [ru]
109
---
1110

1211
Welcome to the Scala 3 Book.

_overviews/scala3-book/scala-features.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: Scala Features
33
type: chapter
44
description: This page discusses the main features of the Scala programming language.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 2
77
previous-page: introduction
88
next-page: why-scala-3
9-
languages: [ru]
109
---
1110

1211

_overviews/scala3-book/taste-hello-world.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: Hello, World!
33
type: section
44
description: This section demonstrates a Scala 3 'Hello, World!' example.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 5
77
previous-page: taste-intro
88
next-page: taste-repl
9-
languages: [ru]
109
---
1110

1211
> **Hint**: in the following examples try picking your preferred Scala version.

_overviews/scala3-book/taste-intro.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: A Taste of Scala
33
type: chapter
44
description: This chapter provides a high-level overview of the main features of the Scala 3 programming language.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 4
77
previous-page: why-scala-3
88
next-page: taste-hello-world
9-
languages: [ru]
109
---
1110

1211

_overviews/scala3-book/why-scala-3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: Why Scala 3?
33
type: chapter
44
description: This page describes the benefits of the Scala 3 programming language.
5-
languages: [zh-cn]
5+
languages: [ru, zh-cn]
66
num: 3
77
previous-page: scala-features
88
next-page: taste-intro
9-
languages: [ru]
109
---
1110

1211
{% comment %}

0 commit comments

Comments
 (0)