Skip to content

modified node number of each file. add string-interacting.md #2920

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 14 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion _overviews/scala3-book/string-interpolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: String Interpolation
type: chapter
description: This page provides more information about creating strings and using string interpolation.
languages: [ru]
languages: [ru, zh-cn]
num: 18
previous-page: first-look-at-types
next-page: control-structures
Expand Down
119 changes: 0 additions & 119 deletions _zh-cn/overviews/core/string-interpolation.md

This file was deleted.

2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/ca-context-bounds.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 上下文绑定
type: section
description: This page demonstrates Context Bounds in Scala 3.
language: zh-cn
num: 61
num: 62
previous-page: ca-context-parameters
next-page: ca-given-imports

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/ca-context-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Given 实例和 Using 语句
type: section
description: This page demonstrates how to use 'given' instances and 'using' clauses in Scala 3.
language: zh-cn
num: 60
num: 61
previous-page: ca-extension-methods
next-page: ca-context-bounds

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 上下文抽象
type: chapter
description: This chapter provides an introduction to the Scala 3 concept of Contextual Abstractions.
language: zh-cn
num: 58
num: 59
previous-page: types-others
next-page: ca-extension-methods

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/ca-extension-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 扩展方法
type: section
description: This page demonstrates how Extension Methods work in Scala 3.
language: zh-cn
num: 59
num: 60
previous-page: ca-contextual-abstractions-intro
next-page: ca-context-parameters

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/ca-given-imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Given 导入
type: section
description: This page demonstrates how 'given' import statements work in Scala 3.
language: zh-cn
num: 62
num: 63
previous-page: ca-context-bounds
next-page: ca-type-classes

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/ca-implicit-conversions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 隐式转换
type: section
description: This page demonstrates how to implement Implicit Conversions in Scala 3.
language: zh-cn
num: 65
num: 66
previous-page: ca-multiversal-equality
next-page: ca-summary

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/ca-multiversal-equality.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 多元相等性
type: section
description: This page demonstrates how to implement Multiversal Equality in Scala 3.
language: zh-cn
num: 64
num: 65
previous-page: ca-type-classes
next-page: ca-implicit-conversions

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/ca-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 总结
type: section
description: This page provides a summary of the Contextual Abstractions lessons.
language: zh-cn
num: 66
num: 67
previous-page: ca-implicit-conversions
next-page: concurrency

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/ca-type-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 实现类型类
type: section
description: This page demonstrates how to create and use type classes in Scala 3.
language: zh-cn
num: 63
num: 64
previous-page: ca-given-imports
next-page: ca-multiversal-equality

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/collections-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 集合类型
type: section
description: This page introduces the common Scala 3 collections types and some of their methods.
language: zh-cn
num: 37
num: 38
previous-page: collections-intro
next-page: collections-methods

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/collections-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Scala 集合
type: chapter
description: This page provides and introduction to the common collections classes and their methods in Scala 3.
language: zh-cn
num: 36
num: 37
previous-page: packaging-imports
next-page: collections-classes

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/collections-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 集合方法
type: section
description: This page demonstrates the common methods on the Scala 3 collections classes.
language: zh-cn
num: 38
num: 39
previous-page: collections-classes
next-page: collections-summary

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/collections-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 总结
type: section
description: This page provides a summary of the Collections chapter.
language: zh-cn
num: 39
num: 40
previous-page: collections-methods
next-page: fp-intro

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 并发
type: chapter
description: This page discusses how Scala concurrency works, with an emphasis on Scala Futures.
language: zh-cn
num: 67
num: 68
previous-page: ca-summary
next-page: scala-tools

Expand Down
4 changes: 2 additions & 2 deletions _zh-cn/overviews/scala3-book/control-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: 控制结构
type: chapter
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.
language: zh-cn
num: 18
previous-page: first-look-at-types
num: 19
previous-page: string-interpolation
next-page: domain-modeling-intro

partof: scala3-book
Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/domain-modeling-fp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 函数式领域建模
type: section
description: This chapter provides an introduction to FP domain modeling with Scala 3.
language: zh-cn
num: 22
num: 23
previous-page: domain-modeling-oop
next-page: methods-intro

Expand Down
4 changes: 1 addition & 3 deletions _zh-cn/overviews/scala3-book/domain-modeling-intro.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
---
title: 领域建模
type: chapter
description: This chapter provides an introduction to domain modeling in Scala 3.
language: zh-cn
num: 19
num: 20
previous-page: control-structures
next-page: domain-modeling-tools

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/domain-modeling-oop.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OOP 领域建模
type: section
description: This chapter provides an introduction to OOP domain modeling with Scala 3.
language: zh-cn
num: 21
num: 22
previous-page: domain-modeling-tools
next-page: domain-modeling-fp

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/domain-modeling-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 工具
type: section
description: This chapter provides an introduction to the available domain modeling tools in Scala 3, including classes, traits, enums, and more.
language: zh-cn
num: 20
num: 21
previous-page: domain-modeling-intro
next-page: domain-modeling-oop

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/first-look-at-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: This page provides a brief introduction to Scala's built-in data ty
language: zh-cn
num: 17
previous-page: taste-summary
next-page: control-structures
next-page: string-interpolation

partof: scala3-book
overview-name: "Scala 3 — Book"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 函数式错误处理
type: section
description: This section provides an introduction to functional error handling in Scala 3.
language: zh-cn
num: 45
num: 46
previous-page: fp-functions-are-values
next-page: fp-summary

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/fp-functions-are-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 函数是值
type: section
description: This section looks at the use of functions as values in functional programming.
language: zh-cn
num: 44
num: 45
previous-page: fp-pure-functions
next-page: fp-functional-error-handling

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/fp-immutable-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 不可变值
type: section
description: This section looks at the use of immutable values in functional programming.
language: zh-cn
num: 42
num: 43
previous-page: fp-what-is-fp
next-page: fp-pure-functions

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/fp-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 函数式编程
type: chapter
description: This chapter provides an introduction to functional programming in Scala 3.
language: zh-cn
num: 40
num: 41
previous-page: collections-summary
next-page: fp-what-is-fp

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/fp-pure-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 纯函数
type: section
description: This section looks at the use of pure functions in functional programming.
language: zh-cn
num: 43
num: 44
previous-page: fp-immutable-values
next-page: fp-functions-are-values

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/fp-summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 总结
type: section
description: This section summarizes the previous functional programming sections.
language: zh-cn
num: 46
num: 47
previous-page: fp-functional-error-handling
next-page: types-introduction

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/fp-what-is-fp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 什么是函数式编程?
type: section
description: This section provides an answer to the question, what is functional programming?
language: zh-cn
num: 41
num: 42
previous-page: fp-intro
next-page: fp-immutable-values

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/fun-anonymous-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: 匿名函数
type: section
description: This page shows how to use anonymous functions in Scala, including examples with the List class 'map' and 'filter' functions.
language: zh-cn
num: 28
num: 29
previous-page: fun-intro
next-page: fun-function-variables

Expand Down
2 changes: 1 addition & 1 deletion _zh-cn/overviews/scala3-book/fun-eta-expansion.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Eta 扩展
type: section
description: This page discusses Eta Expansion, the Scala technology that automatically and transparently converts methods into functions.
language: zh-cn
num: 30
num: 31
previous-page: fun-function-variables
next-page: fun-hofs

Expand Down
Loading