summaryrefslogtreecommitdiffstats
path: root/netlify.toml
blob: 6ef10918f7681b017db0bed18d5fe9e64a1afe62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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"