Generate the swagger for export
We may as well generate the unstable version of the C-S swagger.
This commit is contained in:
parent
d6f892f894
commit
cc6b16b63c
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ mkdir -p assets
|
||||||
# generate the spec docs
|
# generate the spec docs
|
||||||
./scripts/gendoc.py -d assets/spec
|
./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.
|
# also need the supporting-docs, which become the jekyll posts.
|
||||||
cp -rT supporting-docs assets/jekyll-posts
|
cp -rT supporting-docs assets/jekyll-posts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue