-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
97 lines (91 loc) · 2.1 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
---
site_name: SUAFT
site_description: Documentation for the Still Unnamed Air Filter Thing
site_author: Jon Harper
site_url: https://jon-harper.github.io/air_filter
repo_url: https://github.com/jon-harper/air_filter
repo_name: "GitHub: jon-harper/air_filter"
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.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
- pymdownx.snippets:
auto_append:
- include/links.md
- include/abbrev.md
theme:
name: material
features:
- navigation.instant
- navigation.footer
- navigation.expand
- toc.follow
icon:
logo: material/air-filter
font:
text: Noto Sans
palette:
- scheme: slate
primary: light blue
accent: orange
toggle:
icon: material/lightbulb-off-outline
name: Switch to light mode
- scheme: default
primary: light blue
accent: orange
toggle:
icon: material/lightbulb-on
name: Switch to dark mode
extra:
social:
- icon: simple/kofi
link: https://ko-fi.com/jonspaceharper
name: "Buy me a Ko-Fi!"
- icon: material/home
link: https://jon-harper.github.io/
name: "jonspaceharper's Homepage"
extra_css:
- assets/stylesheets/extra.css
plugins:
- git-revision-date-localized:
type: custom
custom_format: "%Y-%m-%d %H:%M:%S %z (UTC)"
timezone: Europe/Warsaw
- search
- tags
nav:
- SUAFT 120:
- v3/index.md
- v3/bom.md
- v3/prep.md
- v3/assembly.md
# - V2:
# - v2/index.md
# - v2/single.md
# - v2/dual.md
# - Assembly:
# - v2/prep.md
# - v2/fans.md
# - v2/filter.md
- SUAFT v1:
- v1/index.md
- v1/single.md
- v1/dual.md
- v1/inserts.md
- v1/assembly.md