-
Notifications
You must be signed in to change notification settings - Fork 16
Update js and ts docs #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -9,239 +9,12 @@ import { MultiPlatformCommand } from "@/components/multi-platform-command" | |||
and these steps can be ignored. | |||
</Callout> | |||
|
|||
If setting up the [Golem TypeScript SDK](https://github.com/golemcloud/golem-ts) manually, the following steps are required: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we are not documenting "circumventing" the app manifest elsewhere, I decided to remove this section
@@ -261,7 +261,7 @@ Environment variables can be specified when a worker is **explicitly created**, | |||
- `GOLEM_COMPONENT_ID` - the ID of the worker's component | |||
- `GOLEM_COMPONENT_VERSION` - the version of the component used for this worker | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like our broken link checking doesn't properly work when removing a file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's create a 1.2.a
branch and merge it to that, to keep the main
representing the last official release
part of golemcloud/golem#1464