diff --git a/docs/Dockerfile b/docs/Dockerfile index 98873f0..9c813e1 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -3,4 +3,3 @@ FROM squidfunk/mkdocs-material:latest RUN apk add --no-cache curl ncurses make RUN curl -fsSL https://d2lang.com/install.sh | sh -s -- -RUN pip install mkdocs-d2-plugin==1.2.0 diff --git a/docs/requirements.txt b/docs/requirements.txt index a14277e..79257c9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ mkdocs-material -mkdocs-d2-plugin==1.1.0 \ No newline at end of file +mkdocs-d2-plugin==1.2.0 \ No newline at end of file