From a28f161d39a18514cd894cee99a3610e06a77334 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 13 Jan 2021 17:44:54 +0000 Subject: [PATCH] Deploy website Deploy website version based on e72869fc8bb1a85891cede8dbe6281f458ffa226 --- docs/en/next/installation.html | 4 ++-- docs/en/next/installation/index.html | 4 ++-- docs/fr/1.10.x/site-config.html | 2 +- docs/fr/1.10.x/site-config/index.html | 2 +- docs/fr/1.11.x/site-config.html | 2 +- docs/fr/1.11.x/site-config/index.html | 2 +- docs/fr/1.12.0/site-config.html | 2 +- docs/fr/1.12.0/site-config/index.html | 2 +- docs/fr/1.13.0/site-config.html | 2 +- docs/fr/1.13.0/site-config/index.html | 2 +- docs/fr/1.14.4/site-config.html | 2 +- docs/fr/1.14.4/site-config/index.html | 2 +- docs/fr/1.14.5/site-config.html | 2 +- docs/fr/1.14.5/site-config/index.html | 2 +- docs/fr/1.9.x/site-config.html | 2 +- docs/fr/1.9.x/site-config/index.html | 2 +- docs/fr/next/installation.html | 2 +- docs/fr/next/installation/index.html | 2 +- docs/fr/site-config.html | 2 +- docs/fr/site-config/index.html | 2 +- docs/ko/next/installation.html | 2 +- docs/ko/next/installation/index.html | 2 +- docs/pt-BR/next/installation.html | 2 +- docs/pt-BR/next/installation/index.html | 2 +- docs/ro/next/installation.html | 2 +- docs/ro/next/installation/index.html | 2 +- docs/ru/next/installation.html | 2 +- docs/ru/next/installation/index.html | 2 +- docs/zh-CN/next/installation.html | 2 +- docs/zh-CN/next/installation/index.html | 2 +- 30 files changed, 32 insertions(+), 32 deletions(-) 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