netlify.toml 635 B

1234567891011121314151617181920
  1. # Settings in the [build] context are global and are applied to all contexts
  2. # unless otherwise overridden by more specific contexts.
  3. [build]
  4. # Directory to change to before starting a build.
  5. base = "/docs/generator"
  6. # Directory (relative to root of your repo) that contains the deploy-ready
  7. # HTML files and assets generated by the build.
  8. publish = "docs/generator/build"
  9. # Default build command.
  10. command = "./buildhtml.sh"
  11. [[redirects]]
  12. from = "/docs/GettingStarted/"
  13. to = "/docs/getting-started"
  14. [[redirects]]
  15. from = "/docs/tutorials/dimension-templates/"
  16. to = "/health/tutorials/dimension-templates/"