mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00

* rename doc dir; move htmldoc under docs/generator * run shellcheck and shfmt on docs generator
12 lines
446 B
TOML
12 lines
446 B
TOML
# Settings in the [build] context are global and are applied to all contexts
|
|
# unless otherwise overridden by more specific contexts.
|
|
[build]
|
|
# Directory to change to before starting a build.
|
|
base = "/docs/generator"
|
|
|
|
# Directory (relative to root of your repo) that contains the deploy-ready
|
|
# HTML files and assets generated by the build.
|
|
publish = "docs/generator/build"
|
|
|
|
# Default build command.
|
|
command = "./buildhtml.sh"
|