mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Added swagger ui
This commit is contained in:
parent
644cb9b39f
commit
4d5230cf9c
5 changed files with 533 additions and 35 deletions
|
@ -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/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue