diff --git a/docs/file-formats.md b/docs/file-formats.md new file mode 100644 index 0000000..fb096c8 --- /dev/null +++ b/docs/file-formats.md @@ -0,0 +1,9 @@ +# File Formats + +## `book.bin` + +![](./images/file-formats/book-bin.png) + +## `section.bin` + +![](./images/file-formats/section-bin.png) diff --git a/docs/images/file-formats/book-bin.png b/docs/images/file-formats/book-bin.png new file mode 100644 index 0000000..07d9c2e Binary files /dev/null and b/docs/images/file-formats/book-bin.png differ diff --git a/docs/images/file-formats/section-bin.png b/docs/images/file-formats/section-bin.png new file mode 100644 index 0000000..9a9691c Binary files /dev/null and b/docs/images/file-formats/section-bin.png differ