-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
141 lines (133 loc) · 3.35 KB
/
mkdocs.yml
File metadata and controls
141 lines (133 loc) · 3.35 KB
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
site_name: Courseplay
site_url: https://courseplay.github.io/CourseplayHelpFS25
theme:
name: material
custom_dir: overrides
font:
text: Merriweather Sans
code: Red Hat Mono
logo: assets/icons/logo.png
favicon: assets/icons/favicon.ico
features:
- navigation.footer
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Dark mode
primary: custom
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Light mode
primary: custom
markdown_extensions:
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
plugins:
- search
- i18n:
docs_structure: folder
languages:
- locale: "cs"
name: "Čeština"
build: true
- locale: "da"
name: "Dansk"
build: true
- locale: "de"
name: "Deutsch"
build: true
- locale: "en"
name: "English"
default: true
build: true
- locale: "es"
name: "Español"
build: true
- locale: "es-BR"
name: "Español Latinoamericano"
link : "/es-BR/"
build: false
- locale: "fi"
name: "Suomi"
build: true
- locale: "fr"
name: "Français"
build: true
- locale: "fr-CA"
name: "Français Canadien"
link : "/fr-CA/"
build: false
- locale: "hu"
name: "Magyar"
build: true
- locale: "id"
name: "Indonesia"
build: true
- locale: "it"
name: "Italiano"
build: true
- locale: "ja"
name: "日本語"
build: true
- locale: "ko"
name: "한국어"
build: true
- locale: "nl"
name: "Nederlands"
build: true
- locale: "nb"
name: "Norsk"
build: true
- locale: "pl"
name: "Polski"
build: true
- locale: "pt"
name: "Português"
build: true
- locale: "pt-BR"
name: "Português Brasileiro"
build: true
- locale: "ro"
name: "Română"
build: true
- locale: "ru"
name: "Русский"
build: true
- locale: "sv"
name: "Svenska"
build: true
- locale: "tr"
name: "Türkçe"
build: true
- locale: "uk"
name: "Українська"
build: true
- locale: "vi"
name: "Tiếng Việt"
build: true
- locale: "zh"
name: "简体中文"
build: true
- locale: "zh-TW"
name: "繁體中文"
build: true
extra:
social:
- icon: simple/github
link: https://github.com/Courseplay/Courseplay_FS25/releases
- icon: custom/modhub
link: https://www.farming-simulator.com/mod.php?mod_id=331515&title=fs2025
- icon: custom/fs22
link: https://courseplay.github.io/Courseplay_FS22.github.io/
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2025 Courseplay Dev Team