We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76b062 commit 24faa07Copy full SHA for 24faa07
docs/.gitignore
@@ -0,0 +1 @@
1
+book
docs/book.toml
@@ -0,0 +1,6 @@
+[book]
2
+authors = ["makspll"]
3
+language = "en"
4
+multilingual = false
5
+src = "src"
6
+title = "Bevy Scripting"
docs/src/SUMMARY.md
@@ -0,0 +1,3 @@
+# Summary
+
+- [Chapter 1](./chapter_1.md)
docs/src/chapter_1.md
+# Chapter 1
+Welcome to the greatest documentation of all time WIP
0 commit comments