Merge pull request #21794 from sennyeya/openapi-tooling-docs

feat(openapi): add an initial tutorial
This commit is contained in:
Ben Lambert
2024-01-03 11:00:28 +01:00
committed by GitHub
5 changed files with 140 additions and 0 deletions
+9
View File
@@ -249,6 +249,15 @@
"plugins/internationalization",
"plugins/analytics",
"plugins/feature-flags",
{
"type": "category",
"label": "OpenAPI",
"items": [
"openapi/01-getting-started",
"openapi/generate-client",
"openapi/test-case-validation"
]
},
{
"type": "category",
"label": "Backends and APIs",