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 © 2020 Cooperative Cloud +copyright: Copyleft © 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