Add initial book skeleton

This commit is contained in:
Jack Grigg 2020-12-04 17:19:17 +00:00
parent e21c72a5a6
commit 0bc95f2776
7 changed files with 11 additions and 3 deletions

1
book/src/README.md Normal file
View File

@ -0,0 +1 @@
{{#include ../../README.md}}

View File

@ -1,3 +1,7 @@
# Summary
# The halo2 Book
- [Chapter 1](./chapter_1.md)
[halo2](README.md)
- [Concepts](concepts.md)
- [User Documentation](user.md)
- [Gadgets](user/gadgets.md)
- [Design](design.md)

View File

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

1
book/src/concepts.md Normal file
View File

@ -0,0 +1 @@
# Concepts

1
book/src/design.md Normal file
View File

@ -0,0 +1 @@
# Design

1
book/src/user.md Normal file
View File

@ -0,0 +1 @@
# User Documentation

1
book/src/user/gadgets.md Normal file
View File

@ -0,0 +1 @@
# Gadgets