-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (55 loc) · 1.44 KB
/
Copy pathmkdocs.yml
File metadata and controls
61 lines (55 loc) · 1.44 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
site_name: Fresh
site_description: User documentation for the Fresh mod for Farming Simulator 25
site_url: https://rittermod.github.io/FS25_Fresh/
repo_url: https://github.com/rittermod/FS25_Fresh
repo_name: FS25_Fresh
docs_dir: docs/user-guide
theme:
name: material
palette:
- scheme: default
primary: teal
accent: light green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: light green
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.top
- content.tooltips
plugins:
- search
- mermaid-to-svg:
renderer: mmdc
mermaid_config:
theme: base
themeVariables:
xyChart:
backgroundColor: "#f8f8f8"
titleColor: "#333333"
xAxisLabelColor: "#333333"
xAxisTitleColor: "#333333"
yAxisLabelColor: "#333333"
yAxisTitleColor: "#333333"
xAxisLineColor: "#666666"
yAxisLineColor: "#666666"
markdown_extensions:
- admonition
- tables
- pymdownx.superfences
nav:
- Home: index.md
- Overview: overview.md
- Guides:
- Storage Classes: guide-storage-classes.md
- Custom Defaults: guide-custom-defaults.md
- Reference:
- Shelf Life Table: reference-shelf-life.md
- Settings: reference-settings.md
- FAQ: faq.md