diff --git a/docs/en/next/installation.html b/docs/en/next/installation.html index 899d108319..9f5c96ed8c 100644 --- a/docs/en/next/installation.html +++ b/docs/en/next/installation.html @@ -81,6 +81,9 @@ } });
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.

+

Installing Docusaurus

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

    @@ -170,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 2019-12-8 by Yangshun Tay