From a46fe68c1cb59ae9e27da1d6fb0e7803e088972d Mon Sep 17 00:00:00 2001 From: David Weber Date: Thu, 23 Dec 2021 23:11:23 +0100 Subject: [PATCH] Update to mkdocs-techdocs-core==0.2.2 Signed-off-by: David Weber --- docs/features/techdocs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/getting-started.md b/docs/features/techdocs/getting-started.md index d79f6bb891..37e135d1dc 100644 --- a/docs/features/techdocs/getting-started.md +++ b/docs/features/techdocs/getting-started.md @@ -230,7 +230,7 @@ You can do so by including the following lines in the last step of your ```Dockerfile RUN apt-get update && apt-get install -y python3 python3-pip -RUN pip3 install mkdocs-techdocs-core==0.0.16 +RUN pip3 install mkdocs-techdocs-core==0.2.2 ``` Please be aware that the version requirement could change, you need to check our