diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 11:49:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-07 12:42:05 +0000 |
commit | 2e85f9325a797977eea9dfea0a925775ddd211d9 (patch) | |
tree | 452c7f30d62fca5755f659b99e4e53c7b03afc21 /netlify.toml | |
parent | Releasing debian version 1.19.0-4. (diff) | |
download | netdata-2e85f9325a797977eea9dfea0a925775ddd211d9.tar.xz netdata-2e85f9325a797977eea9dfea0a925775ddd211d9.zip |
Merging upstream version 1.29.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 6ef10918f..000000000 --- a/netlify.toml +++ /dev/null @@ -1,16 +0,0 @@ -# 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"
\ No newline at end of file |