mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
docs(v2): From docusaurus-migrate to @docusaurus/migrate (#3873)
Fix from docusaurus-migrate to @docusaurus/migrate
This commit is contained in:
parent
9ad02ca466
commit
20114f5e0a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ You can add option flags to the migration CLI to automatically migrate Markdown
|
|||
|
||||
```bash
|
||||
# example using options
|
||||
npx docusaurus-migrate migrate --mdx --page ./v1-website ./v2-website
|
||||
npx @docusaurus/migrate migrate --mdx --page ./v1-website ./v2-website
|
||||
```
|
||||
|
||||
:::danger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue