From ab6f81fa5be53bf03a5811be7b0ca9e6b5590409 Mon Sep 17 00:00:00 2001 From: Eric Ponvelle Date: Wed, 16 Oct 2019 21:53:10 -0400 Subject: [PATCH 1/4] Update getting-started-installation.md Added a note that Docker files were not needed, and they may be deleted. --- docs/getting-started-installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-installation.md b/docs/getting-started-installation.md index b03536ed4253..87d788d3eec8 100644 --- a/docs/getting-started-installation.md +++ b/docs/getting-started-installation.md @@ -56,6 +56,8 @@ root-directory └── static ``` +***Note:*** 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](https://docs.docker.com/). + ## Running the example website After running the Docusaurus initialization script, `docusaurus-init` as From 42fafa68fd9f33bc2f1d6dc7e9968992ddafe326 Mon Sep 17 00:00:00 2001 From: Eric Ponvelle Date: Wed, 16 Oct 2019 21:56:10 -0400 Subject: [PATCH 2/4] Update getting-started-installation.md I'm really bad at adding copyright notices. --- docs/getting-started-installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/getting-started-installation.md b/docs/getting-started-installation.md index 87d788d3eec8..2dfc84e1c222 100644 --- a/docs/getting-started-installation.md +++ b/docs/getting-started-installation.md @@ -1,3 +1,10 @@ +/** + * Copyright (c) 2017-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + --- id: installation title: Installation From bdb94f5bf767ac956d12c30f78d3c79bcf7fc488 Mon Sep 17 00:00:00 2001 From: Eric Ponvelle Date: Wed, 16 Oct 2019 22:57:40 -0400 Subject: [PATCH 3/4] Update getting-started-installation.md Fixed a styling issue. --- docs/getting-started-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-installation.md b/docs/getting-started-installation.md index 2dfc84e1c222..b7508744325c 100644 --- a/docs/getting-started-installation.md +++ b/docs/getting-started-installation.md @@ -63,7 +63,7 @@ root-directory └── static ``` -***Note:*** 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](https://docs.docker.com/). +> 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](https://docs.docker.com/). ## Running the example website From 1ba00e9e949172f274bee740f7764d759bad80eb Mon Sep 17 00:00:00 2001 From: Endi Date: Thu, 17 Oct 2019 10:30:14 +0700 Subject: [PATCH 4/4] Update getting-started-installation.md --- docs/getting-started-installation.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/getting-started-installation.md b/docs/getting-started-installation.md index b7508744325c..18edd5587dd4 100644 --- a/docs/getting-started-installation.md +++ b/docs/getting-started-installation.md @@ -1,10 +1,3 @@ -/** - * Copyright (c) 2017-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - --- id: installation title: Installation