Skip to content

Commit e9b5353

Browse files
committed
feat: 🎸 first commit
0 parents  commit e9b5353

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
book

β€Žbook.tomlβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[book]
2+
authors = ["panicdragon"]
3+
language = "en"
4+
multilingual = false
5+
src = "src"
6+
title = "NES Architecture Book"

β€Žsrc/SUMMARY.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Summary
2+
3+
- [Chapter 1](./chapter_1.md)

β€Žsrc/chapter_1.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Chapter 1

0 commit comments

Comments
Β (0)