Mish Ushakov
e445208875
added publish and unpublish commands
2024-11-29 14:43:33 +01:00
Mish Ushakov
52734b2caa
fixed eslint build (single qutes)
2024-11-29 13:49:28 +01:00
Mish Ushakov
5ec66829d1
Made API URL variable
2024-11-29 13:44:12 +01:00
Mish Ushakov
1ee0bf36d3
Template management in dashboard
2024-11-29 13:39:30 +01:00
0div
bc17caa991
Improve SDK refs ( #475 )
...
# Description
- [x] Version dropdown in TOC
- [x] Improve js-sdk api ref with typedoc markdown options
- [x] Levarage auto anchor link generation with h2 and h3s for cli sdk
- [x] CSS styling
2024-11-29 06:34:00 +01:00
Vasek Mlejnsky
8dbfe6377c
Change text copy
2024-11-28 21:28:07 -08:00
Vasek Mlejnsky
fe57a4b9b5
Merge branch 'main' into improved-api-refs
2024-11-28 21:05:08 -08:00
Vasek Mlejnsky
9030f348cc
Correctly highlight either SDK reference or docs links; fix bug causing the navigation items not being highlighted in the sdk reference
2024-11-28 18:56:56 -08:00
Vasek Mlejnsky
36088654bc
Highlight the documentation type based on href
2024-11-28 17:57:51 -08:00
Vasek Mlejnsky
621c63cd4c
Add links to navigate between SDK reference and docs
2024-11-28 17:32:36 -08:00
Vasek Mlejnsky
3fc274d4fa
Prettify the version selector
2024-11-28 16:32:29 -08:00
Tomas Valenta
d6059a8e1a
Fix docs examples for Python SDK read method ( #482 )
...
The Python examples were using read that returned string, but we were
using it as bytes in the examples.
Users already opened two issues about this that we had to solve until
they mentioned it is wrong in the docs.
2024-11-28 11:40:04 -08:00
Tomas Valenta
f863a594e2
Fix bug in python docs examples when reading files
2024-11-28 11:36:10 -08:00
Tomas Valenta
f64559bb64
Add command for building dependencies for generating python envd client ( #481 )
...
Add command for building dependencies for generating python envd client.
2024-11-28 10:52:54 -08:00
Tomas Valenta
98eace6294
Update connect-python phony
2024-11-28 10:49:15 -08:00
Tomas Valenta
6152287783
Move command to package; Remove phony
2024-11-28 10:47:30 -08:00
Vasek Mlejnsky
30f6370773
Update version selector styling
2024-11-28 00:27:04 -08:00
Vasek Mlejnsky
757a343718
Move version select to separate component
2024-11-27 23:59:12 -08:00
0div
e71143fafe
remove unnecessary gitattribute line
2024-11-27 20:58:53 -08:00
0div
03acefc4fa
Merge branch 'improved-api-refs' of https://github.com/e2b-dev/E2B into improved-api-refs
2024-11-27 16:36:16 -08:00
0div
9350971f34
move gen sdk workflow into publish package workflow
2024-11-27 16:36:11 -08:00
github-actions[bot]
ff16c763ea
[skip ci] Release new SDK reference doc versions
2024-11-27 23:45:27 +00:00
0div
8bce0736ae
Merge branch 'improved-api-refs' of https://github.com/e2b-dev/E2B into improved-api-refs
2024-11-27 15:44:15 -08:00
0div
bd80de40c4
remove any method or property with underscore in submodule list of navbar
2024-11-27 15:43:59 -08:00
github-actions[bot]
1adf1b48fe
[skip ci] Release new SDK reference doc versions
2024-11-27 18:46:40 +00:00
0div
8fe82fa6c5
Merge branch 'main' of https://github.com/e2b-dev/E2B into improved-api-refs
2024-11-27 10:45:08 -08:00
0div
4161d41795
fix anchor link generator for camel cased acronyms
2024-11-27 09:57:21 -08:00
0div
99bba4cd6c
add naming map to allow customization of sdk ref names
2024-11-27 09:47:57 -08:00
0div
e24e53087f
correct module parsing for code-interpreter and deskop
2024-11-26 21:17:16 -08:00
github-actions[bot]
aba91c85f1
[skip ci] Release new SDK reference doc versions
2024-11-27 01:18:46 +00:00
0div
7f33b82445
Merge branch 'improved-api-refs' of https://github.com/e2b-dev/E2B into improved-api-refs
2024-11-26 17:17:29 -08:00
0div
cd3e01c797
order the packages better
2024-11-26 17:17:14 -08:00
github-actions[bot]
d27f81c5d3
[skip ci] Release new SDK reference doc versions
2024-11-27 01:01:06 +00:00
0div
ad6b87f025
include desktop packages in prebuild
2024-11-26 16:59:44 -08:00
0div
18f9b9d91f
Merge branch 'improved-api-refs' of https://github.com/e2b-dev/E2B into improved-api-refs
2024-11-26 16:29:12 -08:00
0div
0d0a83d34d
pull from desktop in sdk ref gen workflow
2024-11-26 16:28:58 -08:00
0div
cd848cd87b
remove logging from prebuild
2024-11-26 16:28:19 -08:00
github-actions[bot]
87aaf74d2d
[skip ci] Release new SDK reference doc versions
2024-11-26 21:43:26 +00:00
0div
3801df319a
typos in publish_packages workflow
2024-11-26 13:41:41 -08:00
github-actions[bot]
ff02ae9e98
[skip ci] Release new versions
2024-11-26 19:15:40 +00:00
Jakub Novak
0c636d4580
Fix release pipeline
2024-11-26 11:06:33 -08:00
0div
a52e7a7a71
fix cli sdk autogen with sdk keyword
2024-11-26 10:48:39 -08:00
0div
410c23b4c7
fix typefoc config out folder
2024-11-26 10:43:59 -08:00
0div
d599ddac32
rebrand to SDK reference
2024-11-26 10:34:04 -08:00
Tomas Valenta
d2522c46e6
Add command for building dependencies for generating python envd client
2024-11-25 19:12:45 -08:00
github-actions[bot]
5f15a2a47f
[skip ci] Release new SDK API reference doc versions
2024-11-26 02:38:55 +00:00
0div
3d15a60bc7
fix VersionedNavGroup missing type
2024-11-25 17:04:01 -08:00
0div
b3d5457bca
do not call "useState" conditionally
2024-11-25 16:34:52 -08:00
0div
08bf46f277
add some logging to workflow for debugging
2024-11-25 16:27:01 -08:00
0div
1ee21d8524
change order of steps in workflow, log fs at the end
2024-11-25 16:14:24 -08:00