patch(docs): Update docs with JS cloud instructions (#1560)

* Update docs with JS cloud instructions

* Add to index

* Add md fence

* nits

* nits

* Update setup_javascript.md

---------

Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
This commit is contained in:
Jacob Lee
2024-09-02 18:48:50 -07:00
committed by GitHub
co-authored by isaac hershenson
parent af666a87fb
commit 322d6c8dde
5 changed files with 383 additions and 37 deletions
@@ -44,7 +44,7 @@ Now, let's import our required packages and instantiate our client, assistant, a
const thread = await client.threads.create();
```
Now we can start our two runs and join the second on euntil it has completed:
Now we can start our two runs and join the second one until it has completed:
=== "Python"