diff --git a/docs/en/next/installation.html b/docs/en/next/installation.html index d76b8895fc..a709c81733 100644 --- a/docs/en/next/installation.html +++ b/docs/en/next/installation.html @@ -82,7 +82,7 @@ });
Edit

Installation

Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly.

-

Important Note: If you are setting up a new Docusaurus website for a Facebook Open Source project, we highly encourage you to use Docusaurus 2 instead.

+

Important Note: we highly encourage you to use Docusaurus 2 instead.

Installing Docusaurus

We have created a helpful script that will get all of the infrastructure set up for you:

@@ -173,7 +173,7 @@ docusaurus 1.0.9

If you are finding that you are getting errors after your upgrade, try to either clear your Babel cache (usually it's in a temporary directory or run the Docusaurus server (e.g., yarn start) with the BABEL_DISABLE_CACHE=1 environment configuration.

-
Last updated on 2/3/2020 by Hanseung Yoo