-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
156 lines (139 loc) · 3.57 KB
/
mkdocs.yml
File metadata and controls
156 lines (139 loc) · 3.57 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
site_name: normalMagic
site_url: https://spaghetmenot.github.io/normalmagic/
theme:
name: material
custom_dir: overrides
font:
text: Ubuntu
code: Red Hat Mono
logo: assets/normalMagicIcon.png
favicon: assets/normalMagicIcon.png
features:
- navigation.tracking
- navigation.indexes
# - navigation.expand
# - navigation.path
# - navigation.prune
- navigation.sections
# - navigation.tabs
# - navigation.top
- toc.follow
palette:
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: black
accent: deep purple
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: deep orange
markdown_extensions:
- tables
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.keys
- toc:
permalink: true
extra:
# social:
# - icon: simple/bluesky
# link: https://bsky.app/profile/spaghetmenot.bsky.social
# - icon: simple/mastodon
# link: https://mastodon.social/@SpaghetMeNot
# - icon: simple/x
# link: https://x.com/SpaghetMeN0t
# - icon: simple/youtube
# link: https://www.youtube.com/@SpaghetMeNot
generator: false
version:
provider: mike
default: latest
alias: true
plugins:
- search
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: auto
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
background: black
shadow: true
manual: false
nav:
- Home:
- index.md
- changelog.md
- licensing.md
- tools_overview.md
- common_settings.md
- Getting Started:
- install.md
- examples.md
- Mesh Modifiers:
- mesh_tools/index.md
- mesh_tools/boolean_pro.md
- mesh_tools/boolean_trim.md
- mesh_tools/boolean_extrude.md
- mesh_tools/surface_project.md
- mesh_tools/surface_insert.md
- mesh_tools/symmetrize.md
- mesh_tools/solidify_pro.md
- mesh_tools/cut_groove.md
- Normal Modifiers:
- normal_tools/index.md
- normal_tools/normal_transfer.md
- normal_tools/smooth_normals.md
- normal_tools/face_weighted_normals.md
- normal_tools/bent_normals.md
- normal_tools/repair_bevel_normals.md
- normal_tools/repair_boolean_normals.md
- normal_tools/repair_mirrored_normals.md
- normal_tools/lock_normals.md
- Visualize Modifiers:
- visualize_tools/index.md
- visualize_tools/view_normals.md
- visualize_tools/view_sharp.md
- Other Modifiers:
- other_tools/index.md
- other_tools/instance_object.md
- other_tools/mark_sharp.md
- other_tools/sharp_edges_to_attribute.md
- other_tools/auto-flip_faces.md
- other_tools/change_materials.md
- Manual Tools:
- manual_tools/index.md
- manual_tools/recalculate_weighted.md
- manual_tools/add_custom_normals.md
- Add-on:
- add-on/index.md
- add-on/preferences.md
- add-on/boolean_pro.md
- add-on/instance_objects.md
- add-on/object_display.md
- add-on/modifier_references.md