mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-03-23 13:11:38 -05:00
21 lines
486 B
JavaScript
21 lines
486 B
JavaScript
export default {
|
|
"--setup": {
|
|
title: "Get started",
|
|
type: "separator",
|
|
},
|
|
index: "Setup & Installation",
|
|
profiles: "Profiles",
|
|
"--local-development": {
|
|
title: "Local Development",
|
|
type: "separator",
|
|
},
|
|
"running-hatchet-locally": "Running Hatchet Locally",
|
|
"running-workers-locally": "Running Workers Locally",
|
|
"triggering-workflows": "Triggering Workflows",
|
|
"--tui": {
|
|
title: "TUI",
|
|
type: "separator",
|
|
},
|
|
tui: "Using the Hatchet TUI",
|
|
};
|