From e5865515e7feacb6c247d855002faa78f0379da8 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 29 Apr 2019 08:33:48 -0400 Subject: [PATCH] formatting --- netlify.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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