Implement documentation setup and Docker configuration for LWC project

This commit is contained in:
Даниил Грабарь
2026-05-20 13:49:21 +10:00
parent a06470c0c9
commit dedf3e3467
12 changed files with 704 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
FROM squidfunk/mkdocs-material
RUN apk add --no-cache \
cairo \
pango \
gdk-pixbuf \
libffi \
fontconfig \
ttf-dejavu \
gcc \
g++ \
musl-dev \
python3-dev \
&& pip install mkdocs-with-pdf \
&& apk del --no-cache gcc g++ musl-dev python3-dev