forked from scala/docs.scala-lang
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
216 lines (210 loc) · 4.99 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
markdown: kramdown
kramdown:
input: GFM
title: "Scala Documentation"
description: "Documentation for the Scala programming language - Tutorials, Overviews, Cheatsheets, and more."
keywords:
- Scala
- Documentation
- Tutorial
- Scala Programming Language
- Reference
- Cheatsheet
- Article
- Document
- Guide
scala-version: 2.13.10
scala-212-version: 2.12.17
scala-3-version: 3.3.0
collections:
style:
output: true
overviews:
output: true
tour:
output: true
permalink: /:collection/:path.html
tutorials:
output: true
permalink: /:collection/:path.html
glossary:
output: true
permalink: /:collection/:path.html
sips:
output: true
permalink: /:collection/:path.html
cheatsheets:
output: true
permalink: /:collection/:path.html
books:
output: false
ja: # Japanese translations
output: true
permalink: /:collection/:path.html
zh-cn: # Chinese (Simplified) translations
output: true
permalink: /:collection/:path.html
ru: # Russian translations
output: true
permalink: /:collection/:path.html
es: # Spanish translations
output: true
permalink: /:collection/:path.html
ba: # Bosnian translations
output: true
permalink: /:collection/:path.html
pl: # Polish translations
output: true
permalink: /:collection/:path.html
pt-br: # Brazilian Portuguese translations
output: true
permalink: /:collection/:path.html
ko: # Korean translations
output: true
permalink: /:collection/:path.html
de: # German translations
output: true
permalink: /:collection/:path.html
it: # Italian translations
output: true
permalink: /:collection/:path.html
zh-tw: # Taiwanese translations
output: true
permalink: /:collection/:path.html
fr: # French translations
output: true
permalink: /:collection/:path.html
th: # Thai translations
output: true
permalink: /:collection/:path.html
uk: # Ukrainian translations
output: true
permalink: /:collection/:path.html
defaults:
-
scope:
path: ""
type: "tour"
values:
overview-name: "Tour of Scala"
-
scope:
path: "_overviews/getting-started"
values:
permalink: "/:path.html"
-
scope:
path: "_overviews/macros"
values:
scala2: true
versionSpecific: true
-
scope:
path: "_overviews/reflection"
values:
scala2: true
versionSpecific: true
-
scope:
path: "_overviews/quasiquotes"
values:
scala2: true
versionSpecific: true
-
scope:
path: "_overviews/repl"
values:
scala2: true
versionSpecific: true
-
scope:
path: "_overviews/plugins"
values:
scala2: true
versionSpecific: true
-
scope:
path: "_overviews/compiler-options"
values:
scala2: true
versionSpecific: true
-
scope:
path: "_overviews/scala3-book"
values:
scala3: true
# num: 99 # to list them in the TOC, should be overwritten individually
partof: scala3-book
type: section
overview-name: "Scala 3 — Book"
layout: multipage-overview
permalink: "/scala3/book/:title.html"
-
scope:
path: "_overviews/contribute"
values:
partof: scala-contribution
overview-name: Contributing to Scala's OSS Ecosystem
layout: multipage-overview
permalink: "/contribute/:title.html"
-
scope:
path: "_overviews/scala3-migration"
values:
scala3: true
# num: 99 # to list them in the TOC, should be overwritten individually
partof: scala3-migration
type: section
overview-name: "Scala 3 Migration Guide"
layout: multipage-overview
permalink: "/scala3/guides/migration/:title.html"
-
scope:
path: "_overviews/scala3-contribution"
values:
scala3: true
partof: scala3-contribution
type: section
overview-name: "Guide to Scala 3 Compiler Contribution"
layout: multipage-overview
permalink: "/scala3/guides/contribution/:title.html"
-
scope:
path: "_overviews/scala3-macros"
values:
scala3: true
versionSpecific: true
partof: scala3-macros
overview-name: "Macros in Scala 3"
layout: multipage-overview
permalink: "/scala3/guides/macros/:title.html"
-
scope:
path: "_overviews/scala3-scaladoc"
values:
scala3: true
versionSpecific: true
partof: scala3-scaladoc
overview-name: "Scaladoc"
layout: multipage-overview
permalink: "/scala3/guides/scaladoc/:title.html"
-
scope:
path: "_overviews/toolkit"
values:
partof: toolkit
overview-name: "The Scala Toolkit"
layout: multipage-overview
permalink: "/toolkit/:title.html"
-
scope:
path: "scala3"
values:
scala3: true
highlighter: rouge
permalink: /:categories/:title.html:output_ext
baseurl:
scala3ref: "https://docs.scala-lang.org/scala3/reference"
exclude: ["vendor", ".metals"]
plugins:
- jekyll-redirect-from