Switch from mkdocs-material to zensical

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-11-17 19:55:25 +01:00
parent d871f8d866
commit c0711547d9
5 changed files with 6 additions and 9 deletions

View File

@@ -10,6 +10,6 @@ RUN apk add --no-cache \
ENV USER node
USER ${USER}
# python packages (as mkdocs) are installed in the user's home directory
# python packages (as zensical) are installed in the user's home directory
# but we need them to be accessible from ${PATH}
ENV PATH="${PATH}:/home/${USER}/.local/bin"