-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
102 lines (91 loc) · 2.27 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
site_name: ondroid
site_url: https://ondroid.ai
nav:
- Home: index.md
- Getting Started:
- gettingStarted/index.md
- TODO: gettingStarted/TODO.md
- Mission: gettingStarted/mission.md
- Glossary: glossary.md
- DevOps:
- devops/index.md
- Mechanical DevOps:
- CAD: devops/mechanical/cad.md
- Allowed Packages: devops/mechanical/cadPackages.md
- Software DevOps:
- devops/software/index.md
- Analysis:
- ondroid-00:
- Arms:
- Arm, L Calculations: analysis/arms/notebook.ipynb
- analysis/index.md
- System:
- system/index.md
- Materials: analysis/materials/materialSelection/matCompare.ipynb
- Tooling:
- delta-00: delta/delta-00.md
- Design and Engineering:
- design/index.md
- Design Constraints: design/constraints.md
- Component Naming/Numbering: design/componentNaming.md
- Concept Design: design/conceptDesign.md
theme:
logo: assets/logo1.png
favicon: assets/logo1.png
name: material
features:
- navigation.expand
#- navigation.prune
- navigation.indexes
#- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
palette:
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: grey
accent: lime
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch Mode
primary: grey
accent: purple
plugins:
- mkdocs-jupyter
- search
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/emoshou/ondroid/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.arithmatex:
generic: true
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js