docs: improvements to building and docs (#5234)

This commit is contained in:
Henrique Dias
2025-06-29 09:28:39 +02:00
committed by GitHub
parent 5a07291306
commit 2d1a82b73f
28 changed files with 122 additions and 170 deletions

4
www/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM squidfunk/mkdocs-material
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt