forked from scala/docs.scala-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
161 lines (155 loc) · 3.89 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
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.6
scala-212-version: 2.12.15
scala-3-version: 3.0.2
scala-3-plugin-version: 0.5.1
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
getting-started:
output: true
permalink: /:collection/:path.html
scala3-reference: # not really a collection, but this is the only way I found to be able to generate the navigation bar on the right
output: true
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
defaults:
-
scope:
path: ""
type: "tour"
values:
overview-name: "Tour of Scala"
-
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/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-macros"
values:
scala3: 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
partof: scala3-scaladoc
overview-name: "Scaladoc"
layout: multipage-overview
permalink: "/scala3/guides/scaladoc/:title.html"
-
scope:
path: "_scala3-reference"
values:
scala3: true
partof: scala3-reference
type: section
overview-name: "Scala 3 Language Reference"
layout: multipage-overview
permalink: "/scala3/reference/:path.html"
-
scope:
path: "scala3"
values:
scala3: true
highlighter: rouge
permalink: /:categories/:title.html:output_ext
baseurl:
scala3ref: "/scala3/reference"
exclude: ["vendor"]
plugins:
- jekyll-redirect-from
- jekyll-scalafiddle