1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Update book.txt

This commit is contained in:
David Young
2017-08-04 23:00:35 +12:00
parent e5d67a2efa
commit eb6051ab87
2 changed files with 6 additions and 4 deletions

3
.gitignore vendored
View File

@@ -1,6 +1,9 @@
# Don't include built site # Don't include built site
site/ site/
# Don't include random notes
notes/
Compiled source # Compiled source #
################### ###################
*.com *.com

View File

@@ -1,9 +1,8 @@
# This file determines what documents are loaded into the book, and in what sequence. # 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 index.md
introduction/readme.md README.md
introduction/whoami.md whoami.md
docker-ha-swarm/design.md docker-ha-swarm/design.md
docker-ha-swarm/vms.md docker-ha-swarm/vms.md