Generate documentation
This commit is contained in:
parent
f55ce0834c
commit
ff7896e856
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Tools
|
||||||
|
# Tools
|
||||||
|
swagger-codegen-cli.jar
|
||||||
|
# Generated directory
|
||||||
|
html
|
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
all:
|
||||||
|
|
||||||
|
download: swagger-codegen-cli.jar
|
||||||
|
|
||||||
|
swagger-codegen-cli.jar:
|
||||||
|
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.20/swagger-codegen-cli-3.0.20.jar -O swagger-codegen-cli.jar
|
||||||
|
|
||||||
|
doc:
|
||||||
|
mkdir -p html
|
||||||
|
java -jar swagger-codegen-cli.jar generate -i openkarotz-openapi.json -l html -o html
|
Loading…
x
Reference in New Issue
Block a user