Files
2026-07-13 13:13:17 +08:00

8 lines
246 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"installCommand": "python3 -m venv .venv && .venv/bin/pip install -r requirements-docs.txt",
"buildCommand": ".venv/bin/mkdocs build",
"outputDirectory": "site",
"framework": null
}