1
0
Jonathan Kelley 3 жил өмнө
parent
commit
1c6d6421dc

+ 1 - 0
docs/router/.gitignore

@@ -0,0 +1 @@
+book

+ 6 - 0
docs/router/book.toml

@@ -0,0 +1,6 @@
+[book]
+authors = ["Jonathan Kelley"]
+language = "en"
+multilingual = false
+src = "src"
+title = "Dioxus Router"

+ 3 - 0
docs/router/src/SUMMARY.md

@@ -0,0 +1,3 @@
+# Summary
+
+- [Chapter 1](./chapter_1.md)

+ 1 - 0
docs/router/src/chapter_1.md

@@ -0,0 +1 @@
+# Chapter 1