This repository contains the public documentation for 02Engine.
The docs site is built with Docusaurus and uses Bun for normal local commands.
Install dependencies:
bun installStart the development server:
bun run startBuild the production site:
bun run buildServe a local production build:
bun run serveClear Docusaurus caches:
bun run clearMost documentation pages live in the docs folder and are written in Markdown or MDX.
When adding a new page:
- Create the page under the most appropriate folder.
- Add front matter with a stable
slugwhen the public URL matters. - Add the page to
sidebars.js. - Run
bun run buildto catch broken links and MDX errors.
02Engine is based on Scratch and TurboWarp, but the documentation should describe 02Engine's real behavior first. Keep inherited upstream pages where they are still useful, but prefer 02Engine-specific names, workflows, screenshots, and limitations.