Generate the swagger for export

We may as well generate the unstable version of the C-S swagger.
pull/1047/head
Richard van der Hoff 7 years ago
parent d6f892f894
commit cc6b16b63c

@ -9,6 +9,9 @@ mkdir -p assets
# generate the spec docs
./scripts/gendoc.py -d assets/spec
# and the swagger
./scripts/dump-swagger.py -o assets/spec/client_server/unstable.json
# also need the supporting-docs, which become the jekyll posts.
cp -rT supporting-docs assets/jekyll-posts

Loading…
Cancel
Save