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 ``` :::