Fix redoc cli command

This commit is contained in:
Chocobozzz 2023-02-17 10:10:22 +01:00
parent 55bd2e5793
commit f8deb7982c
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -246,7 +246,7 @@ The [REST API documentation](https://docs.joinpeertube.org/api-rest-reference.ht
To quickly get a preview of your changes, you can generate the documentation *on the fly* using the following command:
```
npx redoc-cli serve --watch ./support/doc/api/openapi.yaml
npx @redocly/cli preview-docs ./support/doc/api/openapi.yaml
```
### Environment variables