Jacob Schmidt c676a9084e Consolidate shared Forge config and Arma cfg templates
- Add shared `bin/host/config.example.toml` and remove the old host example
- Split Arma config creation between `server.cfg` and `basic.cfg`
- Update docs and examples to reflect shared host-managed config
2026-06-06 20:16:39 -05:00
..
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -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