Commit Graph

4243 Commits

Author SHA1 Message Date
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
Mish Ushakov 46edac597b add user by e-mail 2024-11-12 16:41:20 +01:00
Vasek Mlejnsky 58cadf1ee8 Update readme 2024-11-11 11:46:36 -08:00
Mish Ushakov 592deaf7da added sandbox and templates overview to dashboard (#468) 2024-11-07 20:04:10 +01:00
Mish Ushakov e5f29e60f4 removed unused import (Team) on Templates.tsx 2024-11-07 19:55:29 +01:00
Mish Ushakov 1d9a6569bb added sandbox and templates overview to dashboard 2024-11-07 19:50:02 +01:00
Vasek Mlejnsky f26ec10619 Fix quotes 2024-11-06 15:45:18 -05:00
Vasek Mlejnsky af018eee37 Fix quotes 2024-11-06 15:29:53 -05:00
Vasek Mlejnsky aedb0f3afb Add note about how to invite people to team 2024-11-06 15:27:12 -05:00
Jakub Novak ba78ba09d5 Improve READMEs and links to get access token / api key 2024-11-04 10:53:40 -08:00
github-actions[bot] 5d4fb0d8e7 [skip ci] Release new versions 2024-11-04 18:35:34 +00:00