Jacob Schmidt 65b828eeda Document mission designer task module guides
- Add setup and validation guidance for Attack, Destroy, Defuse, Delivery, Hostage, HVT, and Defend tasks
- Add Eden screenshot assets and update the task screenshot reference table
- Clarify when to use the Arma 3 Create Task module vs Forge task modules
2026-05-18 23:06:07 -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