chore(global): update deps and work for Read the Docs Addons support

also sync the overriden templates against mkdocs-material upstream

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2025-06-14 02:05:19 +08:00
parent e5048e6f0f
commit e440ee780d
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
11 changed files with 279 additions and 205 deletions

View file

@ -4,6 +4,9 @@
gitFull
pipenv
# doppler
doppler
# required for social cards in mkdocs-material
cairo
freetype
@ -26,5 +29,11 @@
enterShell = ''
pipenv install
npm install
'';
tasks = {
"site:build".exec = "pipenv run build";
"site:deploy".exec = "npm run deploy";
};
}