This commit is contained in:
Bel LaPointe
2025-10-05 08:15:38 -06:00
parent a860b3f992
commit 2dec3f6157
7 changed files with 26 additions and 2 deletions

1
rulebook/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
book

6
rulebook/book.toml Normal file
View File

@@ -0,0 +1,6 @@
[book]
authors = ["Bel LaPointe"]
language = "en"
multilingual = false
src = "src"
title = "Diagonalerheart"

3
rulebook/src/SUMMARY.md Normal file
View File

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

View File

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