diff --git a/hack/docker/Dockerfile b/hack/docker/Dockerfile index 9013b7252..99f284531 100644 --- a/hack/docker/Dockerfile +++ b/hack/docker/Dockerfile @@ -1,2 +1,2 @@ FROM squidfunk/mkdocs-material -RUN pip install --no-cache-dir mkdocs-macros-plugin mkdocs-exclude mike +RUN pip install --no-cache-dir mkdocs-macros-plugin mkdocs-exclude mkdocs-awesome-pages-plugin diff --git a/requirements.txt b/requirements.txt index 03f69854f..d703c241e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ mkdocs-material>=7.1 mkdocs-exclude>=1.0 mkdocs-macros-plugin>=0.5 +mkdocs-awesome-pages-plugin>=2.5