Skip to content

Commit bace447

Browse files
authored
change _zh-cn/index.md according to latest index.md (#2540)
* change _zh-cn/index.md according to latest index.md * correct language line in _zh-cn/index.md
1 parent a1a4198 commit bace447

File tree

1 file changed

+64
-79
lines changed

1 file changed

+64
-79
lines changed

_zh-cn/index.md

Lines changed: 64 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,101 @@
11
---
2-
layout: documentation
3-
title: 文档
2+
layout: inner-page-documentation
43
language: zh-cn
5-
partof: documentation
4+
title: 学习 Scala
5+
namespace: root
66
discourse: true
7-
8-
# Content masthead links
7+
partof: documentation
98
more-resources-label: 更多资源
9+
redirect_from:
10+
- /scala3/
11+
- /scala3/index.html
1012

11-
scala3-sections:
12-
- title: "第一步"
13-
links:
14-
- title: "Scala 3 中的新东西"
15-
description: "Scala 3 中令人兴奋的新特性概览"
16-
icon: "fa fa-star"
17-
link: /zh-cn/scala3/new-in-scala3.html
18-
- title: "快速开始"
19-
description: "在你的电脑中安装 Scala 3,然后开始写些 Scala 代码!"
20-
icon: "fa fa-rocket"
21-
link: /scala3/getting-started.html
22-
- title: "Scala 3 册子"
23-
description: "通过一系列小课程来学习 Scala。"
24-
icon: "fa fa-book"
25-
link: /scala3/book/introduction.html
26-
- title: "更多细节"
27-
links:
28-
- title: "迁移指引"
29-
description: "一份帮你从 Scala 2 迁移到 Scala 3 的指引。"
30-
icon: "fa fa-suitcase"
31-
link: /scala3/guides/migration/compatibility-intro.html
32-
- title: "导览"
33-
description: "关于语言特别之处的详细导览。"
34-
icon: "fa fa-map"
35-
link: /zh-cn/scala3/guides.html
36-
- title: "Scala 库 API"
37-
description: "Scala 3 每一个版本的标准库API文档。"
38-
icon: "fa fa-file-alt"
39-
link: https://scala-lang.org/api/3.x/
40-
- title: "语言参考手册"
41-
description: "Scala 3 语言参考手册。"
42-
icon: "fa fa-book"
43-
link: https://docs.scala-lang.org/scala3/reference
44-
- title: "贡献指南"
45-
description: "Scala 3 编译器指南及如何修复问题"
46-
icon: "fa fa-cogs"
47-
link: /scala3/guides/contribution/contribution-intro.html
48-
- title: "Scala 3 全新的 Scaladoc"
49-
description: "Scaladoc 新特性重点介绍"
50-
icon: "fa fa-star"
51-
link: /scala3/scaladoc.html
52-
- title: "演讲"
53-
description: "可在线观看的关于 Scala 3 的演讲"
54-
icon: "fa fa-play-circle"
55-
link: /scala3/talks.html
56-
57-
scala2-sections:
58-
13+
sections:
5914
- title: "第一步..."
6015
links:
6116
- title: "快速开始"
62-
description: "在电脑上安装Scala然后开始写些Scala代码吧"
17+
description: "在电脑上安装 Scala 然后开始写些 Scala 代码吧"
6318
icon: "fa fa-rocket"
6419
link: /getting-started.html
65-
- title: "Scala之旅"
20+
- title: "scala之旅"
6621
description: "核心语言特性简介"
6722
icon: "fa fa-flag"
6823
link: /zh-cn/tour/tour-of-scala.html
69-
- title: "Java程序员Scala入门"
70-
description: "为具有Java背景的程序员准备的Scala简介"
71-
icon: "fa fa-coffee"
72-
link: /zh-cn/tutorials/scala-for-java-programmers.html
73-
more-resources:
74-
- title: 在线课程、练习和博客
75-
url: /learn.html
24+
- title: "Scala 3 册子"
25+
description: "通过一系列小课程来学习 Scala。"
26+
icon: "fa fa-book"
27+
link: /zh-cn/scala3/book/introduction.html
28+
- title: "在线课程"
29+
description: "新手和有经验的程序员在 moocs 学习 Scala。"
30+
icon: "fa fa-cloud"
31+
link: /online-courses.html
7632
- title: 书籍
77-
url: /books.html
33+
description: "有关 Scala 的印刷和数字化的书籍。"
34+
icon: "fa fa-book"
35+
link: /books.html
36+
- title: 教程
37+
description: "通过一系列步骤,手把手教你创建 Scala 应用。"
38+
icon: "fa fa-tasks"
39+
link: /tutorials.html
7840

79-
- title: "回归用户"
41+
- title: "回归用户"
8042
links:
81-
- title: "API"
82-
description: "各个Scala版本的API文档"
43+
- title: "api"
44+
description: "各个 Scala 版本的 api 文档"
8345
icon: "fa fa-file-alt"
8446
link: /api/all.html
85-
- title: "总览"
86-
description: "涵盖Scala各种特性的深度分析文档"
47+
- title: "导引和总览"
48+
description: "涵盖 Scala 各种特性的深度分析文档"
8749
icon: "fa fa-database"
8850
link: /zh-cn/overviews/index.html
8951
- title: "风格引导"
90-
description: "深度指导如何写出地道的Scala代码"
52+
description: "深度指导如何写出地道的 Scala 代码"
9153
icon: "fa fa-bookmark"
9254
link: /style/index.html
9355
- title: "速查"
94-
description: "包含Scala基础语法的速查手册"
56+
description: "包含 Scala 基础语法的速查手册"
9557
icon: "fa fa-list"
9658
link: /zh-cn/cheatsheets/index.html
97-
- title: "Scala常见问题"
98-
description: "Scala语言特性的常见问题及答案"
59+
- title: "Scala 常见问题"
60+
description: "Scala 语言特性的常见问题及答案。"
9961
icon: "fa fa-question-circle"
10062
link: /tutorials/FAQ/index.html
10163
- title: "语言规范"
102-
description: "Scala正式语言规范"
64+
description: "语言规范"
10365
icon: "fa fa-book"
10466
link: https://scala-lang.org/files/archive/spec/2.12/
67+
- title: "Scala 3 语言参考"
68+
description: "Scala 3 语言参考"
69+
icon: "fa fa-book"
70+
link: https://docs.scala-lang.org/scala3/reference
10571

106-
- title: "Scala进展"
72+
- title: "探索 Scala 3"
10773
links:
108-
- title: "SIPs"
109-
description: "Scala改进过程(Scala Improvement Process),语言及编译器进展"
74+
- title: "迁移指引"
75+
description: "一份帮你从 Scala 2 迁移到 Scala 3 的指引。"
76+
icon: "fa fa-suitcase"
77+
link: /scala3/guides/migration/compatibility-intro.html
78+
- title: "Scala 3 中的新东西"
79+
description: "Scala 3 中令人兴奋的新特性概览"
80+
icon: "fa fa-star"
81+
link: /zh-cn/scala3/new-in-scala3.html
82+
- title: "Scala 3 全新的 Scaladoc"
83+
description: "Scaladoc 新特性重点介绍"
84+
icon: "fa fa-star"
85+
link: /scala3/scaladoc.html
86+
- title: "演讲"
87+
description: "可在线观看的关于 Scala 3 的演讲"
88+
icon: "fa fa-play-circle"
89+
link: /scala3/talks.html
90+
91+
- title: "Scala 进展"
92+
links:
93+
- title: "Scala 改进过程"
94+
description: "描述涉及语言的过程,和所有 Scala 改进提案(SIPs)的列表。"
11095
icon: "fa fa-cogs"
11196
link: /sips/index.html
112-
- title: " Scala 作贡献"
113-
description: " Scala 项目作贡献的完整指南"
114-
icon: "fa fa-cogs"
97+
- title: "成为 Scala OSS 贡献者"
98+
description: "从头到尾:发现你如何帮助 Scala 开源生态系统。"
99+
icon: "fa fa-code-branch"
115100
link: /contribute/
116101
---

0 commit comments

Comments
 (0)