From fd676fea4047e151ac4bcfeda99e09f4384ce579 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Tue, 13 Aug 2019 10:07:40 -0600 Subject: [PATCH 1/2] Update Netlify config --- netlify.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/netlify.toml b/netlify.toml index f8efefcac9a..3c03401b4ef 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,8 +3,3 @@ publish = "docusaurus/website/build" command = "yarn build" - -# A redirect rule with all the supported properties -[[redirects]] - from = "/" - to = "/create-react-app" From 7ccdcd6b158b660de885ebb273fabf4652b61789 Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Tue, 13 Aug 2019 10:59:13 -0600 Subject: [PATCH 2/2] Update Netlify config --- docusaurus/website/i18n/en.json | 4 ++++ netlify.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docusaurus/website/i18n/en.json b/docusaurus/website/i18n/en.json index 193c7bc09b9..b1c1ca9d038 100644 --- a/docusaurus/website/i18n/en.json +++ b/docusaurus/website/i18n/en.json @@ -23,6 +23,10 @@ "adding-bootstrap": { "title": "Adding Bootstrap" }, + "adding-css-reset": { + "title": "Adding a CSS Reset", + "sidebar_label": "Adding CSS Reset" + }, "adding-custom-environment-variables": { "title": "Adding Custom Environment Variables", "sidebar_label": "Environment Variables" diff --git a/netlify.toml b/netlify.toml index 3c03401b4ef..1c96660b7f7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build] base = "docusaurus/website" - publish = "docusaurus/website/build" + publish = "docusaurus/website/build/create-react-app" command = "yarn build"