diff --git a/docs/en/next/installation.html b/docs/en/next/installation.html index 99deaf0dc3..bb4e8de6af 100644 --- a/docs/en/next/installation.html +++ b/docs/en/next/installation.html @@ -127,6 +127,9 @@ directories: docs and website.

├── siteConfig.js └── static +
+

This installation creates some Docker files that are not necessary to run docusaurus. They may be deleted without issue in the interest of saving space. For more information on Docker, please see the Docker documentation.

+

Running the example website

After running the Docusaurus initialization script, docusaurus-init as described in the Installation section, you will have a @@ -173,7 +176,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-10-12 by Yangshun Tay
Site Preparation