Files
hatchet/frontend/docs/pages/reference/cli/_meta.js
Gabe Ruttner 5babd09679 docs: chunky overhaul (#3129)
* improve overall docs structure and things
2026-03-04 14:33:15 -08:00

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",
};