netdata/netlify.toml

16 lines
524 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"
[[redirects]]
from = "/docs/GettingStarted/"
to = "/docs/getting-started"