-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
66 lines (61 loc) 路 1.67 KB
/
Copy pathmkdocs.yml
File metadata and controls
66 lines (61 loc) 路 1.67 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
site_name: EnSim Documentation
site_url: https://spaceengineerss.github.io/EnSim/
site_author: Mehmet G眉m眉艧
site_description: Rocket propulsion analysis and six-degree-of-freedom flight simulation
repo_name: SpaceEngineerSS/EnSim
repo_url: https://github.com/SpaceEngineerSS/EnSim
edit_uri: edit/main/docs/
copyright: Copyright © 2025-2026 Mehmet G眉m眉艧
theme:
name: material
language: en
palette:
- scheme: slate
primary: blue grey
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
- scheme: default
primary: blue grey
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.sections
- navigation.top
- search.highlight
- content.code.copy
- toc.follow
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- tables
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Getting Started: getting-started/index.md
- User Guide: user-guide/index.md
- Theory: THEORY.md
- Model Limitations: MODEL_LIMITATIONS.md
- Scientific Models:
- Cooling: COOLING.md
- Combustion Instability: COMBUSTION_INSTABILITY.md
- Uncertainty Quantification: UNCERTAINTY_QUANTIFICATION.md
- Evidence:
- Validation Overview: VALIDATION.md
- Flight Verification: FLIGHT_VALIDATION.md
- API:
- Overview: api/index.md
- Chemistry: api/core/chemistry.md
- Propulsion: api/core/propulsion.md