Vasek Mlejnsky
008ed962a5
Remove redirect of all dynamic pages to 404 and add dynamic page for displaying stream
2024-11-23 10:10:12 -08:00
Vasek Mlejnsky
b1b54d8ee4
Add suspense
2024-11-23 01:45:12 -08:00
Vasek Mlejnsky
b390945b4e
Prepare streaming page for desktop sandbox
2024-11-23 01:37:31 -08:00
Vasek Mlejnsky
f7bbc398dd
Don't send playback_id
2024-11-22 23:59:59 -08:00
Vasek Mlejnsky
15c52349ac
Add route for creating streams
2024-11-22 23:47:29 -08:00
0div
81da22e7f7
update mdx without constructors
2024-11-22 17:55:47 -08:00
0div
d4020d922d
convert h5 to h3 for js-sdk markdown and remove redundant constructor line
2024-11-22 16:19:11 -08:00
Mish Ushakov
a7dfc893fe
escaped quotes
2024-11-23 01:03:14 +01:00
Mish Ushakov
647cd44916
fixes build, sorry
2024-11-23 00:58:53 +01:00
Mish Ushakov
051119676a
added comment and resolved build error
2024-11-23 00:46:17 +01:00
Mish Ushakov
1afb64a5ab
sort out the Default api key (legacy)
2024-11-23 00:42:42 +01:00
0div
d8cd167cfc
fix header link highlight for nested api ref routes
2024-11-22 15:41:01 -08:00
0div
39691f4e49
remove special characters from anchor link generator in prebuild
2024-11-22 15:02:38 -08:00
Mish Ushakov
689a897fc3
updated api key management
2024-11-23 00:02:26 +01:00
0div
9c13eac157
update typedoc config
2024-11-22 14:58:53 -08:00
0div
84c70a8584
fix typedoc config for js-sdk to include Commands & Pty references
2024-11-22 14:55:35 -08:00
0div
cfef1ddf78
updated mdx pages
2024-11-22 14:49:25 -08:00
0div
a5cb185b65
Move API reference to a separate page with its own navbar
2024-11-22 14:47:22 -08:00
0div
1defbc8506
fix typo in legacy docs/READMEs
2024-11-22 14:45:39 -08:00
0div
c89f970118
replace h4 as h3 in python-sdk api ref post processor
2024-11-22 14:34:56 -08:00
0div
b5e509bf50
Fix js-sdk code snippet comment typo
2024-11-22 11:38:24 -08:00
0div
32e4d6cf93
make js-sdk methods more prominent
2024-11-22 10:58:50 -08:00
0div
1b7fdb279b
remove "defined in" in js-sdk
2024-11-22 10:05:16 -08:00
0div
8c8f2fb7d3
remove unusued code and logs
2024-11-22 09:59:08 -08:00
0div
14c05910b9
merge main
2024-11-21 17:25:04 -08:00
0div
5ad23d03c2
* Add nested navigation on a per module and submodule basis
...
* Improve js-sdk api ref with typedoc markdown options
* Levarage auto anchor link generation with h2 and h3s for cli sdk
* Some css styling
2024-11-21 17:08:16 -08:00
Jakub Novák
85910549c9
Fix docker auth error during template build ( #473 )
...
# Description
For some users docker client isn't sending `Authorization` header, this
is a temporary workaround until we resolve the issue directly with
Docker.
It uses a local proxy, which handles the authentication.
This fixes : #450
@e2b/cli@1.0.6
2024-11-21 14:12:24 -08:00
Jakub Novak
df431bed94
Add dropdown
2024-11-21 13:53:15 -08:00
Jakub Novak
c193bc1de8
Add page to docs
2024-11-21 12:12:20 -08:00
Jakub Novák
2949adbad6
Update packages/cli/src/commands/template/buildWithProxy.ts
2024-11-21 10:54:25 -08:00
Jakub Novák
a67a47078d
Update packages/cli/src/commands/template/buildWithProxy.ts
...
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com >
2024-11-21 10:53:50 -08:00
Jakub Novák
2d73e78bef
Update packages/cli/src/commands/template/buildWithProxy.ts
...
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com >
2024-11-21 10:53:44 -08:00
Jakub Novák
12f7d40595
Update apps/web/src/app/(docs)/docs/cli/build-auth-error/page.mdx
...
Co-authored-by: Tomas Valenta <valenta.and.thomas@gmail.com >
2024-11-21 10:53:39 -08:00
Jakub Novak
e782f2e34e
Add changeset
2024-11-20 17:19:25 -08:00
Jakub Novak
0d154eb07e
Add workaround for broken Docker auth
2024-11-20 17:18:42 -08:00
Jakub Novak
b493a57d12
Query correct team for templates
2024-11-19 17:23:33 -08:00
Vasek Mlejnsky
dbf9f60400
Remove old text ( #472 )
...
Removes invalid text
2024-11-19 15:46:24 -08:00
Vasek Mlejnsky
09ac8c2c24
Remove old text
2024-11-19 15:44:21 -08:00
Mish Ushakov
c9a2200afe
Create CODEOWNERS ( #471 )
...
<!-- cal_description_begin -->
<details open>
<summary>✨ <i><h3>Description by Callstackai</h3></i></summary>
This PR creates a CODEOWNERS file to define ownership for various parts
of the repository.
<details>
<summary><b>Diagrams of code changes</b></summary>
```mermaid
sequenceDiagram
participant Dev as Developer
participant GH as GitHub
participant Owners as Code Owners
Dev->>GH: Creates PR
GH->>GH: Checks file paths
GH->>Owners: Assigns reviewers based on path:
Note over GH,Owners: Default: @jakubno, @ValentaTomas
Note over GH,Owners: Web app: @jakubno, @mishushakov
Note over GH,Owners: Docs: @mlejva
Note over GH,Owners: API Reference: @0div
Note over GH,Owners: SDKs/Packages: @jakubno, @ValentaTomas
Owners->>GH: Review PR
GH->>Dev: Review feedback
```
</details>
<details>
<summary><b>Files Changed</b></summary>
<table>
<tr><th>File</th><th>Summary</th></tr>
<tr><td><a
href=https://github.com/e2b-dev/E2B/pull/471/files#diff-fcf14c4b7b34fe7a11916195871ae66a59be87a395f28db73e345ebdc828085b >CODEOWNERS</a></td><td>Adds
a CODEOWNERS file with default owners for the repository and specific
owners for web and SDKs.</td></tr>
</table>
</details>
</details>
<!-- cal_description_end -->
2024-11-19 20:07:01 +01:00
Mish Ushakov
31fbf02d77
Create CODEOWNERS
2024-11-19 20:05:39 +01:00
0div
5d921a6c08
version navigation now done through dropdown
2024-11-19 16:09:11 +01:00
0div
7cb0135e8e
className instead of class for mdx elements; first attempt at styling with css
2024-11-18 18:55:17 +01:00
0div
48a37f14d6
fix api ref json structure to match Navgroup type in routes
2024-11-18 16:57:48 +01:00
0div
28c8ddc2c1
Add note to Web App README to clarify about uncommited changes in api ref dir
2024-11-18 15:51:39 +01:00
github-actions[bot]
7d93190e42
[skip ci] Release new versions
2024-11-15 21:15:06 +00:00
Tomas Valenta
4fa514d3ac
Update protobuf in JS SDK
e2b@1.0.5
2024-11-15 13:08:19 -08:00
Tomas Valenta
3b2a17d299
Fix process info type
2024-11-15 12:32:10 -08:00
Mish Ushakov
8e49b2abc1
Add user by e-mail ( #470 )
...
pending https://github.com/e2b-dev/billing/pull/18
2024-11-15 20:10:26 +01:00
Mish Ushakov
ffee743f9e
updated user invite message
2024-11-15 20:03:12 +01:00
Vasek Mlejnsky
30ca0512bf
Fix wrong command in docs
2024-11-13 14:47:01 -08:00