docs: update suggestion for OSS meta projects (#8804)

This commit is contained in:
Anton Kastritskii 2023-03-22 18:42:11 +00:00 committed by GitHub
parent 3a73fdb53f
commit 9c6b79b579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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