Files
hatchet/examples
Gabe Ruttner 2a98243cd4 chore: update eslint and other packages (#3202)
* fix: eslint for local dev

* chore: eslint v8 -> 10

* fix: flyby bug

* chore: remove many anys

* chore: update dependencies

* chore: lint
2026-03-08 13:11:51 -07:00
..
2026-03-06 12:59:43 -05:00
2026-03-06 12:59:43 -05:00
2026-03-04 14:33:15 -08:00
2025-04-30 14:10:09 -07:00

Hatchet Examples

Contributing

These examples are generated from SDK source where they include, to contribute updates to these docs please make these changes in the sdk source:

  • Typescript: ../sdks/typescript/src/v1/examples
  • Python: ../sdks/python/examples
  • Go: ../pkg/examples

Comment Markup

We use a special comment markup to generate code snips for our docs. Markups support single line comments in typescript/go // or python #.

Blocks
// > Block Title
BLOCK CONTENT
// !!
Highlights
HH-name 1 hello
hello world

Where 1 is the number of lines to highlight and hello are strings to specifically highlight.