From 9c6b79b579e716d65c86035fa6e77e1fd3c06df7 Mon Sep 17 00:00:00 2001 From: Anton Kastritskii Date: Wed, 22 Mar 2023 18:42:11 +0000 Subject: [PATCH] docs: update suggestion for OSS meta projects (#8804) --- website/docs/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index 3cc88f43c3..ccb0cc17e4 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -42,10 +42,10 @@ npx create-docusaurus@latest my-website classic --typescript :::info FB-Only -If you are setting up a new Docusaurus website for a Facebook open source project, use the `facebook` template instead, which comes with some useful Facebook-specific defaults: +If you are setting up a new Docusaurus website for a Meta open source project, run this command inside an internal repository, which comes with some useful Meta-specific defaults: ```bash -npx create-docusaurus@latest my-website facebook +scarf static-docs-bootstrap ``` :::