Skip to content

Commit c082123

Browse files
committed
add links to examples
1 parent 4279ebf commit c082123

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/src/Examples/introduction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Examples
2+
3+
In the future we hope to embedd live WASM code examples into the documentation, for now the best source of examples scripts will be our regression test suite available in all supported languages in our [github repository](https://github.com/makspll/bevy_mod_scripting/tree/main/assets/tests).
4+
5+
For rust examples see [this folder](https://github.com/makspll/bevy_mod_scripting/tree/main/examples).

docs/src/SUMMARY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
- [Script ID Mapping](./Summary/script-id-mapping.md)
1313
- [Script Systems](./ScriptSystems/introduction.md)
1414

15+
# Examples
16+
17+
- [Examples] (./Examples/introduction.md)
18+
1519
# Scripting Reference
1620

1721
- [Introduction](./ScriptingReference/introduction.md)

0 commit comments

Comments
 (0)