diff --git a/netlify.toml b/netlify.toml index 2870cd448..4f53693fc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,7 @@ +# https://www.netlify.com/docs/netlify-toml-reference/ + [build] - # Directory (relative to root of your repo) that contains the deploy-ready + # Directory (relative to root of your repo) that contains the deploy-ready # HTML files and assets generated by the build. If a base directory has # been specified, include it in the publish directory path. publish = "docs/latest/_book/" @@ -15,4 +17,4 @@ [[redirects]] from = "/*" to = "/index.html" - status = 200 \ No newline at end of file + status = 200