From 601968155454328e0641c476abe59886cf08a725 Mon Sep 17 00:00:00 2001 From: Stephen Godderidge Date: Fri, 22 Feb 2019 10:53:09 -0500 Subject: [PATCH 1/2] Update advanced-configuration.md --- docusaurus/docs/advanced-configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docusaurus/docs/advanced-configuration.md b/docusaurus/docs/advanced-configuration.md index 1b817529409..fb3ab28fb1d 100644 --- a/docusaurus/docs/advanced-configuration.md +++ b/docusaurus/docs/advanced-configuration.md @@ -3,7 +3,9 @@ id: advanced-configuration title: Advanced Configuration --- -You can adjust various development and production settings by setting environment variables in your shell or with [.env](adding-custom-environment-variables.md#adding-development-environment-variables-in-env). +You can adjust various development and production settings by setting environment variables in your shell or with [.env](adding-custom-environment-variables.md#adding-development-environment-variables-in-env). + +> Note: You do not need to declare `REACT_APP_` before the below variables as you would with custom environment variables | Variable | Development | Production | Usage | | :------------------- | :---------: | :--------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | From df6b05b0ef266e81d9d9b5471bee0beebcd0b08f Mon Sep 17 00:00:00 2001 From: Amy Lam Date: Mon, 25 Mar 2019 23:11:14 -0700 Subject: [PATCH 2/2] Update advanced-configuration.md --- docusaurus/docs/advanced-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/advanced-configuration.md b/docusaurus/docs/advanced-configuration.md index fb3ab28fb1d..70ad7ebfb30 100644 --- a/docusaurus/docs/advanced-configuration.md +++ b/docusaurus/docs/advanced-configuration.md @@ -5,7 +5,7 @@ title: Advanced Configuration You can adjust various development and production settings by setting environment variables in your shell or with [.env](adding-custom-environment-variables.md#adding-development-environment-variables-in-env). -> Note: You do not need to declare `REACT_APP_` before the below variables as you would with custom environment variables +> Note: You do not need to declare `REACT_APP_` before the below variables as you would with custom environment variables. | Variable | Development | Production | Usage | | :------------------- | :---------: | :--------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |