mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 03:37:48 +02:00
docs(v1): fix typo on Add Versions doc page (#3651)
The file generated when you run `npm run examples versions` is a versions.json file and not a version.js file
This commit is contained in:
parent
33f94c5d8a
commit
2aae77124e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Assume you are happy with the current state of the documentation and want to fre
|
|||
npm run examples versions
|
||||
```
|
||||
|
||||
That command generates a `versions.js` file, which will be used to list down all the versions of docs in the project.
|
||||
That command generates a `versions.json` file, which will be used to list down all the versions of docs in the project.
|
||||
|
||||
Next, you run a command with the version you want to create, like `1.0.0`.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue