change documentation to redocly

This commit is contained in:
2023-04-04 19:00:20 +02:00
parent 6d4a9ea80b
commit 4eab2372b7
4 changed files with 430 additions and 17 deletions
-1
View File
@@ -1 +0,0 @@
[Check the documentation](https://legonzaur.github.io/ToneAPI_backend/openapi)
+428 -14
View File
File diff suppressed because one or more lines are too long
View File
+1 -1
View File
@@ -33,7 +33,7 @@
"startServer": "node out/serverMain.js",
"startClient": "node out/clientMain.js",
"startProcess": "node out/processMain.js",
"documentation": "widdershins reference/OpenAPI.yml -o docs/openapi.md --language_tabs javascript:JavaScript:request.",
"documentation": "redocly build-docs .\\docs\\v1.yml --output=docs\\index.html",
"test": "jest"
}
}