-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (45 loc) · 1.16 KB
/
mkdocs.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
site_name: Scala for developers
site_url: https://scala.dev
site_author: Mariusz Dubielecki
site_description: All about Scala language and more
repo_name: scala.dev
repo_url: https://github.com/cranberrysoft/scala.dev
edit_uri: edit/main/docs/
copyright: Copyright © 2021 Mariusz Dubielecki
theme:
name: material
language: en
icon:
logo: material/book-open-page-variant
repo: fontawesome/brands/github
features:
- navigation.indexes
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: green
accent: green
custom_dir: custom_theme/
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/cranberrysoft
- icon: fontawesome/brands/twitter
link: https://twitter.com/cranberrysoft
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/dubielecki/
nav:
- Home: index.md
- Scala:
- Learn:
- Hello Scala: scala/learn/home.md
- Reduce: scala/learn/reduce-intro.md