This repository contains the canonical Docusaurus documentation site for SHAFT Engine, published at shafthq.github.io.
The engine source of truth is ShaftHQ/SHAFT_ENGINE. This site owns the public guide, reference material, integration docs, and maintainer runbooks.
Requirements:
- Node.js 20.
- Yarn.
yarn install
yarn startThe local Docusaurus server prints the browser URL after startup.
Run the full documentation contract before opening a pull request:
yarn test
yarn typecheck
yarn build
yarn test:playwrightBroken Markdown links, duplicate content, retrieval tests, release template checks, search exclusions, and rendering checks are release requirements.
Read CONTRIBUTING.md for the checkout, local setup, validation, content, and pull request checklist.
Public SHAFT behavior changes should update this repository in the same delivery as the engine change and link the engine pull request.
GitHub Pages publishes the public guide at https://shafthq.github.io/.
Cloudflare Workers hosts the AutoBot backend API and can serve the same static
build as a mirror; Netlify can still host preview/static mirrors.