From f8ddc750d678dec5ae08589030fe732862fa5575 Mon Sep 17 00:00:00 2001 From: claudiahdz Date: Mon, 18 Nov 2019 17:38:59 +0200 Subject: [PATCH 1/2] docs: add netlify docs website config --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000000000..4eb1be50ec96b --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[build] + base = "docs" + command = "npm run build" + publish = "docs/public" \ No newline at end of file From f2c3c285ced7c36d1afb321ba58e3772f2de1f5a Mon Sep 17 00:00:00 2001 From: claudiahdz Date: Mon, 18 Nov 2019 19:04:51 +0200 Subject: [PATCH 2/2] docs: ignore netlify file --- .npmignore | 1 + netlify.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 12efef27852da..94fe8325c036d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ *.swp .*.swp +netlify.toml npm-debug.log /.github /test diff --git a/netlify.toml b/netlify.toml index 4eb1be50ec96b..8d78eb1ab9544 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,4 +1,4 @@ [build] base = "docs" command = "npm run build" - publish = "docs/public" \ No newline at end of file + publish = "docs/public"