mirror of
https://github.com/pi-hole/docs.git
synced 2026-05-08 17:49:53 +01:00
808ccc1b90
Signed-off-by: yubiuser <github@yubiuser.dev>
12 lines
237 B
TOML
12 lines
237 B
TOML
[build]
|
|
base = "/"
|
|
publish = "site/"
|
|
command = "mkdocs build --clean --strict"
|
|
|
|
[build.environment]
|
|
PYTHON_VERSION = "3.11"
|
|
NODE_VERSION = "22"
|
|
CI = "true"
|
|
DISABLE_OPENCOLLECTIVE = "true"
|
|
OPENCOLLECTIVE_HIDE = "true"
|