| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the VitePress site that powers the Dagu documentation. It includes guides, references, and workflow authoring tutorials for Dagu users.
pnpm installpnpm devThis launches VitePress at http://localhost:5173 with hot-reload enabled.
pnpm build
pnpm previewpnpm build generates the static site into .vitepress/dist, and pnpm preview serves the built assets locally for final checks.
The validator prefers ../.local/bin/dagu when this repository sits beside a Dagu checkout. Otherwise it uses dagu from PATH. It checks the binary against the current workflow syntax before scanning every example, so an old binary fails with a short, useful error.
Set DAGU_BIN when the current build lives somewhere else:
DAGU_BIN=/path/to/current/dagu pnpm validate:examplesCI builds Dagu from the current main branch before running this check.
Mermaid diagrams are supported via vitepress-plugin-mermaid; author diagrams by using fenced code blocks with the mermaid language tag.
| Back | FazBrowse Home | New Git URL |