diff --git a/.gitignore b/.gitignore index 3c1868c..4ece16d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Don't include built site site/ +# Don't include random notes +notes/ + Compiled source # ################### *.com diff --git a/manuscript/book.txt b/manuscript/book.txt index 48fdb2f..2582794 100644 --- a/manuscript/book.txt +++ b/manuscript/book.txt @@ -1,9 +1,8 @@ # This file determines what documents are loaded into the book, and in what sequence. -# I try to make them mirror sections from the geeks-cookbook mkdocs-based website -introduction/index.md -introduction/readme.md -introduction/whoami.md +index.md +README.md +whoami.md docker-ha-swarm/design.md docker-ha-swarm/vms.md