diff --git a/docs/dockercon.yml b/docs/dockercon.yml
index f3f9a753..e7ccf4b5 100644
--- a/docs/dockercon.yml
+++ b/docs/dockercon.yml
@@ -8,6 +8,7 @@ exclude:
- elk-manual
- prom-manual
+title: "Swarm: from Zero to Hero (DC17EU)"
chapters:
- |
class: title
diff --git a/docs/kube.yml b/docs/kube.yml
index 74f29983..75c39f97 100644
--- a/docs/kube.yml
+++ b/docs/kube.yml
@@ -4,13 +4,15 @@ exclude:
chat: "[Gitter](https://gitter.im/jpetazzo/workshop-20171026-prague)"
+title: "Deploying and Scaling Microservices with Docker and Kubernetes"
+
chapters:
- |
class: title
.small[
- Deploying and scaling microservices
with Docker and Kubernetes
+ Deploying and Scaling Microservices
with Docker and Kubernetes
.small[.small[
diff --git a/docs/markmaker.py b/docs/markmaker.py
index e9399837..2b3cc497 100755
--- a/docs/markmaker.py
+++ b/docs/markmaker.py
@@ -78,6 +78,7 @@ def generatefromyaml(manifest):
html = html.replace("@@MARKDOWN@@", markdown)
html = html.replace("@@EXCLUDE@@", exclude)
html = html.replace("@@CHAT@@", manifest["chat"])
+ html = html.replace("@@TITLE@@", manifest["title"])
return html
diff --git a/docs/selfpaced.yml b/docs/selfpaced.yml
index f7c4b648..e764e57b 100644
--- a/docs/selfpaced.yml
+++ b/docs/selfpaced.yml
@@ -3,6 +3,8 @@ exclude:
chat: FIXME
+title: Docker Orchestration Workshop
+
chapters:
- |
class: title
diff --git a/docs/workshop.html b/docs/workshop.html
index 76fc6cfa..1800ecd1 100644
--- a/docs/workshop.html
+++ b/docs/workshop.html
@@ -1,7 +1,7 @@