This website requires JavaScript.
Explore
Help
Sign in
forks
/
peertube
Watch
1
Star
0
Fork
You've already forked peertube
0
Code
Releases
Activity
b365bb43c2
peertube
/
scripts
/
generate-api-doc.sh
6 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
Clean shell scripts (#398)
2018-03-27 09:35:12 +01:00
#!/bin/sh
set
-eu
Add api doc in html
2018-01-24 11:54:32 +01:00
npm run spectacle-docs -- -t support/doc/api/html support/doc/api/openapi.yaml
Copy permalink