docs: oas (#197)

Adds OpenAPI specification of Storefront and Admin APIs.
Updates docs project.
This commit is contained in:
Sebastian Rindom
2021-03-10 11:51:54 +01:00
committed by GitHub
parent 975de99ee7
commit 8edb32c742
240 changed files with 23592 additions and 419 deletions
+6 -1
View File
@@ -31,6 +31,11 @@
"bootstrap": "lerna bootstrap",
"jest": "jest",
"test": "jest",
"test:integration": "jest --config=integration-tests/jest.config.js --runInBand"
"test:integration": "jest --config=integration-tests/jest.config.js --runInBand",
"test:fixtures": "jest --config=docs-util/jest.config.js --runInBand"
},
"dependencies": {
"oas-normalize": "^2.3.1",
"swagger-inline": "^3.2.2"
}
}