From ea57724be2dd83beabf49f1347d63d3a6f014029 Mon Sep 17 00:00:00 2001 From: Anton Kastritskii Date: Wed, 22 Mar 2023 11:56:02 +0000 Subject: [PATCH] docs: update suggestion for OSS meta projects --- 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 3cc88f43c303..ccb0cc17e488 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 ``` :::