-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (44 loc) · 1.57 KB
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (44 loc) · 1.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
site_name: Lacking
site_url: http://mokiat.com/lacking
repo_url: https://github.com/mokiat/lacking/
theme:
name: material
nav:
- Home: index.md
- Examples: examples.md
- Getting Started: getting-started.md
- User's Guide:
- Application: manual/application/index.md
- Core:
- Audio: manual/core/audio/index.md
- Spatial: manual/core/spatial/index.md
- ECS: manual/ecs/index.md
- Game: manual/game/index.md
- Graphics:
- Shader: manual/graphics/shader.md
- Rendering: manual/rendering/index.md
- User Interface: manual/user-interface/index.md
- Internals:
- Physics:
- Overview: development/physics/index.md
- References: development/physics/references.md
- Theory:
- Principles: development/physics/theory/principles.md
- Terminology: development/physics/theory/terminology.md
- Equations: development/physics/theory/equations.md
- Effective Mass: development/physics/theory/effective-mass.md
- Moment of Inertia: development/physics/theory/moment-of-inertia.md
- Derivations:
- Impulse: development/physics/derivations/impulse-derivation.md
- Effective Mass: development/physics/derivations/effective-mass-derivation.md
- Math:
- Vectors: development/math/vectors.md
- Derivatives: development/math/derivatives.md
- Notes:
- Precision: development/notes/precision.md
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js