From fdde5aa8eb42c5ffff72f22eb823f94a6879ac56 Mon Sep 17 00:00:00 2001 From: David Young Date: Fri, 4 Aug 2017 23:08:50 +1200 Subject: [PATCH] Update sections --- manuscript/book.txt | 25 +++++++++++++++++-------- manuscript/sections/ha-docker-swarm.md | 3 +++ manuscript/sections/recipies.md | 3 +++ manuscript/sections/reference.md | 3 +++ 4 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 manuscript/sections/ha-docker-swarm.md create mode 100644 manuscript/sections/recipies.md create mode 100644 manuscript/sections/reference.md diff --git a/manuscript/book.txt b/manuscript/book.txt index 2582794..162b719 100644 --- a/manuscript/book.txt +++ b/manuscript/book.txt @@ -4,12 +4,21 @@ index.md README.md whoami.md -docker-ha-swarm/design.md -docker-ha-swarm/vms.md -docker-ha-swarm/shared-storage.md -docker-ha-swarm/keepalived.md -docker-ha-swarm/traefik.md +sections/ha-docker-swarm.md +ha-docker-swarm/design.md +ha-docker-swarm/vms.md +ha-docker-swarm/shared-storage-ceph.md +ha-docker-swarm/shared-storage-glustermd +ha-docker-swarm/keepalived.md +ha-docker-swarm/traefik.md +ha-docker-swarm/docker-swarm-mode.md -#tiny-tiny-rss -#chapter1.txt -#chapter2.txt +sections/recipies.md +recipies/mail.md +recipies/gitlab.md +recipies/gitlab-runner.md +recipies/wekan.md + +sections/reference.md +reference/oauth_proxy.md +reference/networks.md diff --git a/manuscript/sections/ha-docker-swarm.md b/manuscript/sections/ha-docker-swarm.md new file mode 100644 index 0000000..e130429 --- /dev/null +++ b/manuscript/sections/ha-docker-swarm.md @@ -0,0 +1,3 @@ +# HA Docker Swarm # + +This section introduces the HA Docker Swarm, which will be the basis for all the recipies discussed. diff --git a/manuscript/sections/recipies.md b/manuscript/sections/recipies.md new file mode 100644 index 0000000..0e913fc --- /dev/null +++ b/manuscript/sections/recipies.md @@ -0,0 +1,3 @@ +# Recipies # + +Now follows individual recipies. diff --git a/manuscript/sections/reference.md b/manuscript/sections/reference.md new file mode 100644 index 0000000..9198876 --- /dev/null +++ b/manuscript/sections/reference.md @@ -0,0 +1,3 @@ +# Reference # + +Now follows useful elements which are not full recipies.