Skip to content

Commit 19348c4

Browse files
committed
collect md files
1 parent a4a3b79 commit 19348c4

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

api.md renamed to markdown/api.md

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,16 @@ ReactDOM.render(
155155

156156
# API
157157

158-
- [api.md](api.md)
159-
- [pitfalls.md](pitfalls.md)
160-
- [recipes.md](recipes.md)
158+
- [api.md](/markdown/api.md)
159+
- [pitfalls.md](/markdown/pitfalls.md)
160+
- [recipes.md](/markdown/recipes.md)
161161

162162
# Fundamentals
163163

164164
1. Make sure you have a [basic grasp of Threejs](https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene). Keep that site open.
165165
2. When you know what a scene is, a camera, mesh, geometry, material, fork the [demo above](https://github.com/react-spring/react-three-fiber#what-does-it-look-like).
166166
3. [Look up](https://threejs.org/docs/index.html#api/en/objects/Mesh) the JSX elements that you see (mesh, ambientLight, etc), _all_ threejs exports are native to three-fiber.
167-
4. Try changing some values, scroll though our [Api](api.md) to see what the various settings and hooks do.
167+
4. Try changing some values, scroll though our [Api](/markdown/api.md) to see what the various settings and hooks do.
168168

169169
Some reading material:
170170

0 commit comments

Comments
 (0)