-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
125 lines (118 loc) · 2.7 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
site_name: SorotokiCode
extra_css:
- stylesheets/extra.css
nav:
- About Sorotoki:
- index.md
- install.md
- Documentation:
- Sdf.m:
- sdf/sdf.md
- sdf/operations.md
- sdf/primitives.md
- sdf/gradients.md
- Mesh.m:
- mesh/mesh.md
- mesh/meshsdf.md
- mesh/meshstl.md
- Fem.m:
- fem/fem.md
- fem/solid.md
- fem/hyperelast.md
- fem/solvers.md
- fem/inverse.md
- Shapes.m:
- shapes/shapes.md
- Model.m:
- model/model.md
- Visualization:
- plotting/figure.md
- plotting/rendering.md
- plotting/matcap.md
- plotting/colors.md
- plotting/colormaps.md
- Reference:
- Lie groups:
- mfiles/interpolateSE3.md
- Open soft robots:
- sorobots/softmanipulator.md
- sorobots/softhand.md
- Control interface:
- control/controlboard.md
- control/i2chat.md
- control/orderveab.md
- contact.md
- release.md
theme:
name: material
logo: assets/logo.png
favicon: images/favicon.png
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.indexes
- content.code.annotate
extra:
version:
provider: brandon
markdown_extensions:
- admonition
- abbr
- attr_list
- mdx_math
- md_in_html
- pymdownx.details
- tables
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: false
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.betterem
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
plugins:
- search
- glightbox
- bibtex:
bib_file: "./docs/refs.bib"
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
css_style:
width: "100%"
height: "65%"
position: center
video_autoplay: True
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/sketchfab.js
repo_url: https://github.com/BJCaasenbrood/SorotokiCode
repo_name: SorotokiCode