Refactor index.md content structure for improved readability and accessibility. Simplify CSS styles and adjust layout dimensions. Update SCSS compilation logic in mkdocs.sh with new directory creation. Optimize Docker configuration and integrate new assets for testimonials. (#148)

This commit is contained in:
mw
2025-06-22 15:21:21 +02:00
committed by GitHub
parent 9a3e8b9e1b
commit 81b84014cb
8 changed files with 184 additions and 217 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ FROM python:3.13-slim-bullseye
WORKDIR /docs
# Set locale to avoid potential issues with C/C++ libraries
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
# Install system dependencies and Python packages in a single layer
RUN apt-get update && apt-get install -y --no-install-recommends \