Skip to content

Commit

Permalink
Generate the swagger for export
Browse files Browse the repository at this point in the history
We may as well generate the unstable version of the C-S swagger.
  • Loading branch information
richvdh committed Oct 25, 2017
1 parent d6f892f commit cc6b16b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/generate-matrix-org-assets
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc6b16b

Please sign in to comment.