Update examples links to point to examples folder. (#1522)
This PR updates the docs examples links to point to the examples folder. ### Change Type - [x] `documentation` — Changes to the documentation only (will not publish a new version)
This commit is contained in:
parent
1f0a20cc94
commit
2fc70a7b37
5 changed files with 5 additions and 5 deletions
|
@ -237,4 +237,4 @@ editor.setCamera(0, 0, 1)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to use tldraw's App API to control the editor.
|
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to use tldraw's App API to control the editor.
|
|
@ -15,4 +15,4 @@ keywords:
|
||||||
|
|
||||||
Coming soon.
|
Coming soon.
|
||||||
|
|
||||||
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to use persistence with the `@tldraw/tldraw` or `@tldraw/editor` libraries.
|
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to use persistence with the `@tldraw/tldraw` or `@tldraw/editor` libraries.
|
||||||
|
|
|
@ -13,4 +13,4 @@ keywords:
|
||||||
|
|
||||||
Coming soon.
|
Coming soon.
|
||||||
|
|
||||||
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to create custom shapes in tldraw.
|
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to create custom shapes in tldraw.
|
||||||
|
|
|
@ -12,4 +12,4 @@ keywords:
|
||||||
|
|
||||||
Coming soon.
|
Coming soon.
|
||||||
|
|
||||||
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to create custom tools in tldraw.
|
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to create custom tools in tldraw.
|
||||||
|
|
|
@ -35,4 +35,4 @@ The `onUiEvent` callback is called with the name of the event as a string and an
|
||||||
|
|
||||||
Note that `onUiEvent` is only called when interacting with the user interface. It is not called when running commands manually against the app, e.g. `editor.alignShapes()` will not call `onUiEvent`.
|
Note that `onUiEvent` is only called when interacting with the user interface. It is not called when running commands manually against the app, e.g. `editor.alignShapes()` will not call `onUiEvent`.
|
||||||
|
|
||||||
See the [tldraw repository](https://github.com/tldraw/tldraw) for an example of how to customize tldraw's user interface.
|
See the [tldraw repository](https://github.com/tldraw/tldraw/tree/main/apps/examples) for an example of how to customize tldraw's user interface.
|
||||||
|
|
Loading…
Reference in a new issue