Skip to content

Commit 8de0c18

Browse files
authored
feat: make AI lab providing swagger UI for the openAI docs (containers#2703)
* feat: make AI lab providing swagger UI for the openAI docs fixes containers#2695 Signed-off-by: Florent Benoit <[email protected]>
1 parent 2edfaba commit 8de0c18

File tree

9 files changed

+2152
-13
lines changed

9 files changed

+2152
-13
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@
8484
"dependencies": {
8585
"js-yaml": "^4.1.0"
8686
},
87+
"scarfSettings": {
88+
"enabled": false
89+
},
8790
"pnpm": {
8891
"overrides": {
8992
"postman-collection>semver": "^7.5.2"

packages/backend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"postman-code-generators": "^1.14.1",
111111
"postman-collection": "^5.0.0",
112112
"semver": "^7.7.1",
113+
"swagger-ui-express": "^5.0.1",
113114
"systeminformation": "^5.25.11",
114115
"xml-js": "^1.6.11"
115116
},
@@ -122,6 +123,7 @@
122123
"@types/node": "^22",
123124
"@types/postman-collection": "^3.5.10",
124125
"@types/supertest": "^6.0.2",
126+
"@types/swagger-ui-express": "^4.1.8",
125127
"openapi-typescript": "^7.6.1",
126128
"supertest": "^7.0.0",
127129
"vitest": "^3.0.5"

0 commit comments

Comments
 (0)