mirror of
https://github.com/pi-hole/docs.git
synced 2025-12-20 11:18:37 +00:00
12 lines
237 B
TOML
12 lines
237 B
TOML
[build]
|
|
base = "/"
|
|
publish = "site/"
|
|
command = "mkdocs build --clean --strict"
|
|
|
|
[build.environment]
|
|
PYTHON_VERSION = "3.14"
|
|
NODE_VERSION = "24"
|
|
CI = "true"
|
|
DISABLE_OPENCOLLECTIVE = "true"
|
|
OPENCOLLECTIVE_HIDE = "true"
|