Skip to content
Open
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.idea
.DS_Store
node_modules/
package-lock.json
16 changes: 16 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,22 @@
"anchor": "SDK Reference",
"icon": "brackets-curly",
"href": "https://e2b.dev/docs/sdk-reference"
},
{
"anchor": "API Reference",
"icon": "code",
"openapi": {
"source": "openapi-public.yml",
"directory": "docs/api-reference"
}
},
{
"anchor": "API Reference (Edited)",
"icon": "code",
"openapi": {
"source": "openapi-public-edited.yml",
"directory": "docs/api-reference-edited"
}
}
],
"global": {}
Expand Down
Loading