create gitbook

This commit is contained in:
李婷婷 2020-05-01 22:00:43 +08:00
parent 96431bfd86
commit 5ccb8c4cbc
4 changed files with 11 additions and 0 deletions

1
docs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

6
docs/book.toml Normal file
View File

@ -0,0 +1,6 @@
[book]
authors = ["李婷婷"]
language = "en"
multilingual = false
src = "src"
title = "The Nimbus Beacon Chain Book"

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

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

1
docs/src/chapter_1.md Normal file
View File

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