Added swagger ui

This commit is contained in:
SamTV12345 2024-09-15 13:54:09 +02:00
parent 644cb9b39f
commit 4d5230cf9c
5 changed files with 533 additions and 35 deletions

View file

@ -57,7 +57,7 @@ createDirIfNotExists('../out/doc/api')
exec(`asciidoctor -D ../out/doc ../doc/index.adoc */**.adoc -a VERSION=${VERSION}`)
exec(`asciidoctor -D ../out/doc ../doc/index.adoc ../*/**.adoc -a VERSION=${VERSION}`)
exec(`asciidoctor -D ../out/doc/api ../doc/api/*.adoc -a VERSION=${VERSION}`)
copyFolderSync('../doc/public/', '../out/doc/')