Add initial book skeleton

This commit is contained in:
Jack Grigg 2020-10-27 21:23:20 +00:00
parent 9f3db3e6e5
commit 8e6d2a7023
11 changed files with 19 additions and 3 deletions

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

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

View File

@ -1,3 +1,11 @@
# Summary
# The Pollard Book
- [Chapter 1](./chapter_1.md)
[Pollard](README.md)
- [Concepts](concepts.md)
- [Preliminaries](concepts/preliminaries.md)
- [User Documentation](user.md)
- [Creating keys and addresses](user/keys.md)
- [Creating notes](user/creating-notes.md)
- [Spending notes](user/spending-notes.md)
- [Integration into an existing chain](user/integration.md)
- [Design](design.md)

View File

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

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

@ -0,0 +1 @@
# Concepts

View File

@ -0,0 +1 @@
# Preliminaries

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

View File

@ -0,0 +1 @@
# Creating notes

View File

@ -0,0 +1 @@
# Integration into an existing chain

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

@ -0,0 +1 @@
# Creating keys and addresses

View File

@ -0,0 +1 @@
# Spending notes