forked from scala/docs.scala-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (82 loc) · 1.9 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
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.12.2
collections:
style:
output: true
overviews:
output: true
tour:
output: true
permalink: /:collection/:path.html
tutorials:
output: true
permalink: /:collection/:path.html
sips:
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
defaults:
-
scope:
path: ""
type: "tour"
values:
overview-name: "Tour of Scala"
highlighter: rouge
permalink: /:categories/:title.html:output_ext
baseurl:
exclude: ["vendor"]
plugins:
- jekyll-redirect-from
- jekyll-scalafiddle