Skip to content

Commit 9a12ccb

Browse files
authored
Merge pull request #2920 from benluo/zh-cn/overviews/scala3-book/scala-tools
modified node number of each file. add string-interacting.md
2 parents 16e46c2 + e40add2 commit 9a12ccb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+417
-182
lines changed

_overviews/scala3-book/string-interpolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: String Interpolation
33
type: chapter
44
description: This page provides more information about creating strings and using string interpolation.
5-
languages: [ru]
5+
languages: [ru, zh-cn]
66
num: 18
77
previous-page: first-look-at-types
88
next-page: control-structures

_zh-cn/overviews/core/string-interpolation.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

_zh-cn/overviews/scala3-book/ca-context-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 上下文绑定
33
type: section
44
description: This page demonstrates Context Bounds in Scala 3.
55
language: zh-cn
6-
num: 61
6+
num: 62
77
previous-page: ca-context-parameters
88
next-page: ca-given-imports
99

_zh-cn/overviews/scala3-book/ca-context-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Given 实例和 Using 语句
33
type: section
44
description: This page demonstrates how to use 'given' instances and 'using' clauses in Scala 3.
55
language: zh-cn
6-
num: 60
6+
num: 61
77
previous-page: ca-extension-methods
88
next-page: ca-context-bounds
99

_zh-cn/overviews/scala3-book/ca-contextual-abstractions-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 上下文抽象
33
type: chapter
44
description: This chapter provides an introduction to the Scala 3 concept of Contextual Abstractions.
55
language: zh-cn
6-
num: 58
6+
num: 59
77
previous-page: types-others
88
next-page: ca-extension-methods
99

_zh-cn/overviews/scala3-book/ca-extension-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 扩展方法
33
type: section
44
description: This page demonstrates how Extension Methods work in Scala 3.
55
language: zh-cn
6-
num: 59
6+
num: 60
77
previous-page: ca-contextual-abstractions-intro
88
next-page: ca-context-parameters
99

_zh-cn/overviews/scala3-book/ca-given-imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Given 导入
33
type: section
44
description: This page demonstrates how 'given' import statements work in Scala 3.
55
language: zh-cn
6-
num: 62
6+
num: 63
77
previous-page: ca-context-bounds
88
next-page: ca-type-classes
99

_zh-cn/overviews/scala3-book/ca-implicit-conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 隐式转换
33
type: section
44
description: This page demonstrates how to implement Implicit Conversions in Scala 3.
55
language: zh-cn
6-
num: 65
6+
num: 66
77
previous-page: ca-multiversal-equality
88
next-page: ca-summary
99

_zh-cn/overviews/scala3-book/ca-multiversal-equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 多元相等性
33
type: section
44
description: This page demonstrates how to implement Multiversal Equality in Scala 3.
55
language: zh-cn
6-
num: 64
6+
num: 65
77
previous-page: ca-type-classes
88
next-page: ca-implicit-conversions
99

_zh-cn/overviews/scala3-book/ca-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 总结
33
type: section
44
description: This page provides a summary of the Contextual Abstractions lessons.
55
language: zh-cn
6-
num: 66
6+
num: 67
77
previous-page: ca-implicit-conversions
88
next-page: concurrency
99

_zh-cn/overviews/scala3-book/ca-type-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 实现类型类
33
type: section
44
description: This page demonstrates how to create and use type classes in Scala 3.
55
language: zh-cn
6-
num: 63
6+
num: 64
77
previous-page: ca-given-imports
88
next-page: ca-multiversal-equality
99

_zh-cn/overviews/scala3-book/collections-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 集合类型
33
type: section
44
description: This page introduces the common Scala 3 collections types and some of their methods.
55
language: zh-cn
6-
num: 37
6+
num: 38
77
previous-page: collections-intro
88
next-page: collections-methods
99

_zh-cn/overviews/scala3-book/collections-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Scala 集合
33
type: chapter
44
description: This page provides and introduction to the common collections classes and their methods in Scala 3.
55
language: zh-cn
6-
num: 36
6+
num: 37
77
previous-page: packaging-imports
88
next-page: collections-classes
99

_zh-cn/overviews/scala3-book/collections-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 集合方法
33
type: section
44
description: This page demonstrates the common methods on the Scala 3 collections classes.
55
language: zh-cn
6-
num: 38
6+
num: 39
77
previous-page: collections-classes
88
next-page: collections-summary
99

_zh-cn/overviews/scala3-book/collections-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 总结
33
type: section
44
description: This page provides a summary of the Collections chapter.
55
language: zh-cn
6-
num: 39
6+
num: 40
77
previous-page: collections-methods
88
next-page: fp-intro
99

_zh-cn/overviews/scala3-book/concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 并发
33
type: chapter
44
description: This page discusses how Scala concurrency works, with an emphasis on Scala Futures.
55
language: zh-cn
6-
num: 67
6+
num: 68
77
previous-page: ca-summary
88
next-page: scala-tools
99

_zh-cn/overviews/scala3-book/control-structures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: 控制结构
33
type: chapter
44
description: This page provides an introduction to Scala's control structures, including if/then/else, 'for' loops, 'for' expressions, 'match' expressions, try/catch/finally, and 'while' loops.
55
language: zh-cn
6-
num: 18
7-
previous-page: first-look-at-types
6+
num: 19
7+
previous-page: string-interpolation
88
next-page: domain-modeling-intro
99

1010
partof: scala3-book

_zh-cn/overviews/scala3-book/domain-modeling-fp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 函数式领域建模
33
type: section
44
description: This chapter provides an introduction to FP domain modeling with Scala 3.
55
language: zh-cn
6-
num: 22
6+
num: 23
77
previous-page: domain-modeling-oop
88
next-page: methods-intro
99

_zh-cn/overviews/scala3-book/domain-modeling-intro.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: 领域建模
3-
type: chapter
43
description: This chapter provides an introduction to domain modeling in Scala 3.
5-
language: zh-cn
6-
num: 19
4+
num: 20
75
previous-page: control-structures
86
next-page: domain-modeling-tools
97

_zh-cn/overviews/scala3-book/domain-modeling-oop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: OOP 领域建模
33
type: section
44
description: This chapter provides an introduction to OOP domain modeling with Scala 3.
55
language: zh-cn
6-
num: 21
6+
num: 22
77
previous-page: domain-modeling-tools
88
next-page: domain-modeling-fp
99

_zh-cn/overviews/scala3-book/domain-modeling-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 工具
33
type: section
44
description: This chapter provides an introduction to the available domain modeling tools in Scala 3, including classes, traits, enums, and more.
55
language: zh-cn
6-
num: 20
6+
num: 21
77
previous-page: domain-modeling-intro
88
next-page: domain-modeling-oop
99

_zh-cn/overviews/scala3-book/first-look-at-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: This page provides a brief introduction to Scala's built-in data ty
55
language: zh-cn
66
num: 17
77
previous-page: taste-summary
8-
next-page: control-structures
8+
next-page: string-interpolation
99

1010
partof: scala3-book
1111
overview-name: "Scala 3 — Book"

_zh-cn/overviews/scala3-book/fp-functional-error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 函数式错误处理
33
type: section
44
description: This section provides an introduction to functional error handling in Scala 3.
55
language: zh-cn
6-
num: 45
6+
num: 46
77
previous-page: fp-functions-are-values
88
next-page: fp-summary
99

_zh-cn/overviews/scala3-book/fp-functions-are-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 函数是值
33
type: section
44
description: This section looks at the use of functions as values in functional programming.
55
language: zh-cn
6-
num: 44
6+
num: 45
77
previous-page: fp-pure-functions
88
next-page: fp-functional-error-handling
99

_zh-cn/overviews/scala3-book/fp-immutable-values.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 不可变值
33
type: section
44
description: This section looks at the use of immutable values in functional programming.
55
language: zh-cn
6-
num: 42
6+
num: 43
77
previous-page: fp-what-is-fp
88
next-page: fp-pure-functions
99

_zh-cn/overviews/scala3-book/fp-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 函数式编程
33
type: chapter
44
description: This chapter provides an introduction to functional programming in Scala 3.
55
language: zh-cn
6-
num: 40
6+
num: 41
77
previous-page: collections-summary
88
next-page: fp-what-is-fp
99

_zh-cn/overviews/scala3-book/fp-pure-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 纯函数
33
type: section
44
description: This section looks at the use of pure functions in functional programming.
55
language: zh-cn
6-
num: 43
6+
num: 44
77
previous-page: fp-immutable-values
88
next-page: fp-functions-are-values
99

_zh-cn/overviews/scala3-book/fp-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 总结
33
type: section
44
description: This section summarizes the previous functional programming sections.
55
language: zh-cn
6-
num: 46
6+
num: 47
77
previous-page: fp-functional-error-handling
88
next-page: types-introduction
99

_zh-cn/overviews/scala3-book/fp-what-is-fp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 什么是函数式编程?
33
type: section
44
description: This section provides an answer to the question, what is functional programming?
55
language: zh-cn
6-
num: 41
6+
num: 42
77
previous-page: fp-intro
88
next-page: fp-immutable-values
99

_zh-cn/overviews/scala3-book/fun-anonymous-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 匿名函数
33
type: section
44
description: This page shows how to use anonymous functions in Scala, including examples with the List class 'map' and 'filter' functions.
55
language: zh-cn
6-
num: 28
6+
num: 29
77
previous-page: fun-intro
88
next-page: fun-function-variables
99

_zh-cn/overviews/scala3-book/fun-eta-expansion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Eta 扩展
33
type: section
44
description: This page discusses Eta Expansion, the Scala technology that automatically and transparently converts methods into functions.
55
language: zh-cn
6-
num: 30
6+
num: 31
77
previous-page: fun-function-variables
88
next-page: fun-hofs
99

0 commit comments

Comments
 (0)