-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
35 lines (32 loc) · 794 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
35 lines (32 loc) · 794 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
site_name: PhysicsBox
repo_url: https://github.com/GoetzDeBouville/PhysicsBox
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.instant
- navigation.sections
- content.code.copy
nav:
- Home: index.md
- Getting Started: getting-started.md
- Concepts: concepts.md
- Guides:
- Bodies: bodies.md
- Shapes: shapes.md
- Events: events.md
- Performance: performance.md
- Recipes:
- Dragging bodies: recipes/dragging.md
- Tuning restitution & friction: recipes/restitution.md
- Boundaries: recipes/boundaries.md
- Demos: demos.md
- API Reference: api.md
markdown_extensions:
- admonition
- toc:
permalink: true
- tables
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite