diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-17 10:10:22 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-17 10:10:22 +0100 |
commit | f8deb7982c07b967b3e1b3636f156e4c246e6da1 (patch) | |
tree | 826cc93348b5ff5a16bb87670f37c7dc24d65f8b /.github/CONTRIBUTING.md | |
parent | 55bd2e579385c302461be9d6169de3598512196c (diff) | |
download | PeerTube-f8deb7982c07b967b3e1b3636f156e4c246e6da1.tar.gz PeerTube-f8deb7982c07b967b3e1b3636f156e4c246e6da1.tar.zst PeerTube-f8deb7982c07b967b3e1b3636f156e4c246e6da1.zip |
Fix redoc cli command
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 59dbc6854..43b93daec 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -246,7 +246,7 @@ The [REST API documentation](https://docs.joinpeertube.org/api-rest-reference.ht | |||
246 | To quickly get a preview of your changes, you can generate the documentation *on the fly* using the following command: | 246 | To quickly get a preview of your changes, you can generate the documentation *on the fly* using the following command: |
247 | 247 | ||
248 | ``` | 248 | ``` |
249 | npx redoc-cli serve --watch ./support/doc/api/openapi.yaml | 249 | npx @redocly/cli preview-docs ./support/doc/api/openapi.yaml |
250 | ``` | 250 | ``` |
251 | 251 | ||
252 | ### Environment variables | 252 | ### Environment variables |