diff --git a/mkdocs.yml b/mkdocs.yml
index 7528f84da..e4210b6c2 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -115,7 +115,9 @@ pages:
- v2.2.0: changelogs/v2.2.0.md
- v2.1.0: changelogs/v2.1.0.md
- v2.0.0: changelogs/v2.0.0.md
-theme_dir: themes/deis
+theme:
+ name: null
+ custom_dir: 'themes/deis'
docs_dir: src
markdown_extensions:
- markdown_checklist.extension
diff --git a/requirements.txt b/requirements.txt
index 2c6fbb4f7..d3a71b1d9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-mkdocs==0.15.3
+mkdocs==1.0.3
markdown-checklist==0.4.1
markdown-include==0.5.1
diff --git a/src/index.md b/src/index.md
index c9f8cb370..386ba679b 100644
--- a/src/index.md
+++ b/src/index.md
@@ -9,8 +9,8 @@ application configuration, creating and rolling back releases, managing domain n
certificates, providing seamless edge routing, aggregating logs, and sharing applications with
teams. All of this is exposed through a simple REST API and command line interface.
-Please note that this documentation is for Deis Workflow (v2). For v1 documentation visit
-.
+Please note that this documentation is for Hephy Workflow (v2.19.4). Older versions of Deis and
+Hephy Workflow are not supported.
## Getting Started
@@ -24,8 +24,7 @@ Feel like contibuting some code or want to get started as a maintainer? Pick an
## Service and Support
-If you are interested in commercial service and support for Deis Workflow, check out the various
-[services offerings on deis.com](https://deis.com/services).
+Coming soon.
[arch]: understanding-workflow/architecture.md
diff --git a/src/roadmap/releases.md b/src/roadmap/releases.md
index 4a3ef4f79..a918a1984 100644
--- a/src/roadmap/releases.md
+++ b/src/roadmap/releases.md
@@ -254,7 +254,7 @@ and then verify `stable` artifacts are available and appropriately updated after
```
$ curl -sSL https://raw.githubusercontent.com/teamhephy/workflow-cli/master/install-v2.sh | bash -s v2.18.0
$ ./deis version
-# (Should show $WORKFLOW_RELEASE) # FIXME: builds of CLI should match the current Workflow release.)
+# (Should show $WORKFLOW_RELEASE)
```
### Step 10: Let Everyone Know
diff --git a/themes/deis/base.html b/themes/deis/main.html
similarity index 86%
rename from themes/deis/base.html
rename to themes/deis/main.html
index cf913a251..49e9f85be 100644
--- a/themes/deis/base.html
+++ b/themes/deis/main.html
@@ -7,15 +7,15 @@