From f3505af4a02d72bd9b1bc692c37a1f6ff9cf50a7 Mon Sep 17 00:00:00 2001
From: Luke Murphy <lukewm@riseup.net>
Date: Thu, 18 Feb 2021 10:45:36 +0100
Subject: [PATCH] Upgrade docs config

---
 Dockerfile       |  2 ++
 mkdocs.yml       | 17 +++++++++++------
 requirements.txt |  7 +++----
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index bc1c497..abcb080 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,4 +8,6 @@ ENTRYPOINT ["/bin/sh"]
 
 RUN apk add --no-cache curl
 
+RUN pip install mkdocs-awesome-pages-plugin
+
 CMD ["-c", "mkdocs build && python -m http.server --bind 0.0.0.0 --directory site 8000"]
diff --git a/mkdocs.yml b/mkdocs.yml
index d5a6587..5bc0e3e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,17 +1,19 @@
 ---
-site_author: Cooperative Cloud
-site_name: Cooperative Cloud
-site_url: https://docs.cloud.autonomic.zone
+site_author: The Cooperative Cloud
+site_name: The Cooperative Cloud
+site_url: https://cloud.autonomic.zone
 
 theme:
   name: material
   features:
-    - tabs
+    - navigation.tabs
+    - navigation.instant
+    - toc.integrate
   palette:
-    primary: light blue
+    primary: light pink
     accent: purple
 
-copyright: Copyright &copy; 2020 Cooperative Cloud
+copyright: Copyleft &copy; 2021 The Cooperative Cloud
 
 markdown_extensions:
   - meta
@@ -25,6 +27,9 @@ markdown_extensions:
   - pymdownx.superfences
   - pymdownx.tilde
   - pymdownx.magiclink
+  - pymdownx.emoji:
+      emoji_index: !!python/name:materialx.emoji.twemoji
+      emoji_generator: !!python/name:materialx.emoji.to_svg
 
 plugins:
   - search
diff --git a/requirements.txt b/requirements.txt
index 20e869c..f409e4a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,4 @@
-Markdown==3.3.3
-mkdocs==1.1.2
-mkdocs-awesome-pages-plugin==2.2.1
-mkdocs-material==6.1.2
+mkdocs-awesome-pages-plugin==2.5.0
 mkdocs-material-extensions==1.0.1
+mkdocs-material==6.2.8
+mkdocs==1.1.2