Jacob Schmidt 12dc262136 Refactor task store into modular services
- Add task chain prerequisite parsing and startup gating
- Split lifecycle, catalog, entity, participant, and reward logic into service objects
- Update task modules and docs for chained task flow
2026-05-20 18:50:46 -05:00
..
2026-05-19 19:22:14 -05:00

Forge Docs

This directory contains the online documentation site for the Forge framework. The site is built with Nuxt and Docus, and its content is generated from the repository's source markdown files.

Local Development

Install dependencies:

npm install

Start the docs site:

npm run dev

The content tree is refreshed automatically from:

  • docs/
  • arma/server/docs/

Production Build

npm run build

Use these environment variables when deploying to a custom host:

  • DOCS_BASE_URL
  • DOCS_SITE_URL
  • DOCS_REPO_URL
  • DOCS_REPO_BRANCH