-
Notifications
You must be signed in to change notification settings - Fork 100
add docs for rollbacks #41
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
6857287 to
8e42bf1
Compare
TooTallNate
left a comment
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.
Left a couple suggestions.
|
|
||
| ```typescript lineNumbers | ||
| import { FatalError } from "workflow"; | ||
| import { FatalError } from 'workflow'; |
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.
no, we use " for consistency
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.
running pnpm format begs to differ but can remove from the diff
8e42bf1 to
f2dc077
Compare
* main: [docs] improve mobile navbar view (#63) Add starting worklfow section to docs (#58) Remove `AuthProvider` interface from `World` and associated implementations (#49) Some housekeeping on unnecessary dependencies (#48) Move idempotency page down (#42) Add docs for rollbacks (#41) Fix Svelte to SvelteKit in "Getting Started" docs page (#47)
* main: [docs]: explain how to build your own workflow handler (#50) Version Packages (beta) (#3) fix: style of mobile api fields table (#65) add llms full route to copy all docs (#62) chore: fix clean scripts (#61) Generate the webhook route in the static builder (#67) [docs] improve mobile navbar view (#63) Add starting worklfow section to docs (#58) Remove `AuthProvider` interface from `World` and associated implementations (#49) Some housekeeping on unnecessary dependencies (#48) Move idempotency page down (#42) Add docs for rollbacks (#41) Fix Svelte to SvelteKit in "Getting Started" docs page (#47) Add step reusability docs (#14) Web: Allow filtering by workflow name and status on the runs list view (#39)
No description provided.