diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-24 11:54:32 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-24 11:54:32 +0100 |
commit | 5e1c08eb94746c44b8b14a12c0937aadb34feb57 (patch) | |
tree | b12dc134fa7c19456c0cc012448a9877c22f5690 /scripts | |
parent | 9ee83eb99e908c6038cbb6501bacfe18d092f0b6 (diff) | |
download | PeerTube-5e1c08eb94746c44b8b14a12c0937aadb34feb57.tar.gz PeerTube-5e1c08eb94746c44b8b14a12c0937aadb34feb57.tar.zst PeerTube-5e1c08eb94746c44b8b14a12c0937aadb34feb57.zip |
Add api doc in html
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-api-doc.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/generate-api-doc.sh b/scripts/generate-api-doc.sh new file mode 100755 index 000000000..81b80a0be --- /dev/null +++ b/scripts/generate-api-doc.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/usr/bin/env sh | ||
2 | |||
3 | npm run spectacle-docs -- -t support/doc/api/html support/doc/api/openapi.yaml | ||