Add start of new mdbook via init

This commit is contained in:
James Skemp 2019-11-03 07:58:32 -06:00
commit 651126f03c
4 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
book

6
book.toml Normal file
View File

@ -0,0 +1,6 @@
[book]
authors = ["James Skemp"]
language = "en"
multilingual = false
src = "src"
title = "General Commands"

3
src/SUMMARY.md Normal file
View File

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

1
src/chapter_1.md Normal file
View File

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