Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/e2b-dev/E2B into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Oct 14, 2024
2 parents 6f90480 + 085a6cb commit 18b742a
Show file tree
Hide file tree
Showing 71 changed files with 927 additions and 4,584 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"framer-motion": "7.8.1",
"json5": "^2.2.3",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.268.0",
"lucide-react": "^0.452.0",
"mdast-util-to-string": "^3.2.0",
"mdx-annotations": "^0.1.1",
"next": "14.2.5",
Expand Down
7 changes: 7 additions & 0 deletions apps/web/src/app/(docs)/docs/api-reference/cli/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# cli

## v0.5.10

- [Auth](./cli/v0.5.10/auth)
- [Sandbox](./cli/v0.5.10/sandbox)
- [Template](./cli/v0.5.10/template)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CLI v0.5.10

- [Auth](./v0.5.10/auth)
- [Sandbox](./v0.5.10/sandbox)
- [Template](./v0.5.10/template)
8 changes: 8 additions & 0 deletions apps/web/src/app/(docs)/docs/api-reference/js-sdk/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# js-sdk

## v0.16.2-beta.52

- [Errors](./js-sdk/v0.16.2-beta.52/errors)
- [Filesystem](./js-sdk/v0.16.2-beta.52/filesystem)
- [Process](./js-sdk/v0.16.2-beta.52/process)
- [Sandbox](./js-sdk/v0.16.2-beta.52/sandbox)
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# JS-SDK v0.16.2-beta.52

- [Errors](./v0.16.2-beta.52/errors)
- [Filesystem](./v0.16.2-beta.52/filesystem)
- [Process](./v0.16.2-beta.52/process)
- [Sandbox](./v0.16.2-beta.52/sandbox)
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# python-sdk

## v0.17.1

- [Exceptions](./python-sdk/v0.17.1/exceptions)
- [Sandbox_async](./python-sdk/v0.17.1/sandbox_async)
- [Sandbox_sync](./python-sdk/v0.17.1/sandbox_sync)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# PYTHON-SDK v0.17.1

- [Exceptions](./v0.17.1/exceptions)
- [Sandbox_async](./v0.17.1/sandbox_async)
- [Sandbox_sync](./v0.17.1/sandbox_sync)
333 changes: 0 additions & 333 deletions apps/web/src/app/(docs)/docs/cli/commands/page.mdx

This file was deleted.

Loading

0 comments on commit 18b742a

Please sign in to comment.