-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
129 lines (123 loc) · 3.07 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
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
site_name: E34M1 Documentation
site_description: Documentation for the EVA3 for Mercury One mod.
site_author: Jon Harper
site_url: https://jon-harper.github.io/E34M1
repo_url: https://github.com/jon-harper/E34M1
repo_name: "GitHub: jon-harper/E34M1"
edit_uri: ""
copyright: Copyright © 2024 Jonathan Harper
markdown_extensions:
- admonition
- attr_list
- abbr
- def_list
- md_in_html
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets:
auto_append:
- include/links.md
- include/bom_links.md
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
theme:
name: material
features:
- navigation.instant
- navigation.footer
- navigation.top
- navigation.sections
- content.tooltips
icon:
logo: material/printer-3d-nozzle
font:
text: Noto Sans
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/lightbulb-auto
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: deep orange
toggle:
icon: material/lightbulb-on
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: deep orange
toggle:
icon: material/lightbulb-off-outline
name: Switch to match system light/dark mode
extra:
social:
- icon: simple/kofi
link: https://ko-fi.com/jonspaceharper
name: "Support E34M1 using Ko-Fi!"
- icon: material/home
link: https://jon-harper.github.io/
name: "jonspaceharper's Homepage"
meta:
bom: assets/e34m1.yaml
bom_template_str: v2
extra_css:
- assets/stylesheets/extra.css
plugins:
- git-revision-date-localized:
type: custom
custom_format: "%Y-%m-%d %H:%M:%S %z (UTC)"
timezone: America/Detroit
- search
- macros:
module_name: "src"
include_dir: include
- social:
enabled: !ENV [CI, false]
nav:
- index.md
- Getting Started:
- guide.md
- tour.md
- Module Reference:
- modules/index.md
- Core Modules:
- modules/front.md
- modules/top.md
- modules/bottom.md
- modules/rear.md
- modules/abl.md
- Universal Modules:
- modules/hotend.md
- modules/drive.md
- Other Modules:
- modules/stop_block.md
- modules/pcb_mounts.md
- modules/other.md
- Assembly:
- assembly/index.md
- Guide:
- assembly/first.md
- assembly/core.md
- assembly/fan.md
- assembly/belts.md
- assembly/hotend.md
- assembly/drive.md
- assembly/abl.md
- assembly/final.md
- Resources:
- sourcing.md
- changelog.md