-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 845 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
36 lines (33 loc) · 845 Bytes
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
site_name: deltatau-audit
theme:
name: material
palette:
scheme: slate
primary: deep orange
features:
- navigation.sections
- navigation.expand
- content.code.copy
nav:
- Home: index.md
- Theory: theory.md
- Advanced Features:
- VLA Transformers: vla.md
- Liquid Time-Constants: ltc.md
- Deliberative Reasoning: deliberative.md
- Sim-to-Real Bridge: bridge.md
- Deployment:
- ROS2 Integration: ros2.md
- Certification: certification.md
- API Reference: api.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- admonition
- footnotes
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js