Documentation development
This author-facing page is intentionally excluded from customer navigation. The repository README is the canonical contributor entry point.Preview locally
Install the pinned dependencies withPUPPETEER_SKIP_DOWNLOAD=true npm install. The npm scripts use the project-local Node 22 binary automatically, even if the system Node version is newer. Then run:
Page conventions
- Use
.mdxwithtitleanddescriptionfrontmatter. - Start content with one clear H1 and organize procedures with descriptive H2 headings.
- Prefer plain Markdown; add supported Mintlify components only when they improve scanning.
- Link local pages with absolute documentation paths such as
/vegaflow/connections. - Keep public navigation in
docs.json; every listed page must exist. - Define a term before using an acronym or backend-specific name.
- Describe observable product behavior, not internal implementation trivia.
Update API references
Do not edit files underapi-reference/specs by hand. Run: