Skip to content

Commit 74976c9

Browse files
committed
Add API Reference section to docs navigation
Add OpenAPI-based API Reference anchor to docs.json alongside the existing SDK Reference, pointing to openapi-public.yml spec.
1 parent 107ab76 commit 74976c9

2 files changed

Lines changed: 4114 additions & 1 deletion

File tree

docs.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,17 @@
210210
]
211211
},
212212
{
213-
"anchor": "SDK reference",
213+
"anchor": "SDK Reference",
214214
"icon": "brackets-curly",
215215
"href": "https://e2b.dev/docs/sdk-reference"
216+
},
217+
{
218+
"anchor": "API Reference",
219+
"icon": "code",
220+
"openapi": {
221+
"source": "openapi-public.yml",
222+
"directory": "docs/api-reference"
223+
}
216224
}
217225
],
218226
"global": {}

0 commit comments

Comments
 (0)