Skip to content

Commit 1277c7b

Browse files
committed
Add REST API reference using OpenAPI spec from infra repo
Adds a new "REST API" navigation anchor that uses Mintlify's native OpenAPI support to auto-generate interactive API documentation from the E2B infra repository's OpenAPI spec.
1 parent 5755c96 commit 1277c7b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@
212212
"anchor": "SDK Reference",
213213
"icon": "brackets-curly",
214214
"href": "https://e2b.dev/docs/sdk-reference"
215+
},
216+
{
217+
"anchor": "REST API",
218+
"icon": "code",
219+
"openapi": {
220+
"source": "https://raw.githubusercontent.com/e2b-dev/infra/main/spec/openapi.yml",
221+
"directory": "docs/api-reference"
222+
}
215223
}
216224
],
217225
"global": {}

0 commit comments

Comments
 (0)