V2 documentation. Closes #8

This commit is contained in:
2023-04-20 14:58:06 +02:00
parent fb30953035
commit b7e8738ca2
3 changed files with 510 additions and 30 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
"build": "npx tsc",
"startServer": "node out/serverMain.js",
"startClient": "node out/clientMain.js",
"documentation": "redocly build-docs .\\docs\\v1.yml --output=docs\\index.html",
"documentation": "redocly build-docs .\\docs\\v2.yml --output=docs\\index.html",
"test": "jest --runInBand"
}
}