This repository contains the source for durable-workflow.com, including the current Durable Workflow 2.0 documentation, the versioned 1.x documentation, the blog, and public protocol references.
Use Node.js 24 and npm:
npm ci
npm run startBuild the same static site and validate the same links as CI:
npm run build| Path | Purpose |
|---|---|
docs/ |
Current 2.0 documentation |
versioned_docs/ |
Maintained 1.x documentation snapshot |
blog/ |
Durable Workflow articles |
src/ |
Docusaurus pages, components, theme overrides, and styling |
static/ |
Public images, installers, and machine-readable protocol artifacts |
Pushes to main deploy through GitHub Pages after the documentation build
passes. Protocol contracts have a separate focused validation workflow.
See the organization contribution guide before opening a pull request.