Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.15 KB

File metadata and controls

54 lines (34 loc) · 1.15 KB

02Engine Docs

https://docs.02engine.org/

This repository contains the public documentation for 02Engine.

Local Development

The docs site is built with Docusaurus and uses Bun for normal local commands.

Install dependencies:

bun install

Start the development server:

bun run start

Build the production site:

bun run build

Serve a local production build:

bun run serve

Clear Docusaurus caches:

bun run clear

Writing Content

Most documentation pages live in the docs folder and are written in Markdown or MDX.

When adding a new page:

  1. Create the page under the most appropriate folder.
  2. Add front matter with a stable slug when the public URL matters.
  3. Add the page to sidebars.js.
  4. Run bun run build to catch broken links and MDX errors.

Documentation Direction

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.