Files
seerr/gen-docs
fallenbagel d88242fd62 fix(docs): switch to SWC minimizer to fix broken runtime bundle
Terser emits digit-prefixed hex chunk-name keys unquoted in webpack's runtime, producing an invalid
object literal that crashes hydration. SWC quotes them correctly.

fix #3035
2026-05-16 14:17:29 +08:00
..

Seerr Documentation

Seerr docs is built using Docusaurus, a modern static website generator.

Seerr docs will be available at docs.seerr.dev.

Installation

pnpm install

Local Development

pnpm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

pnpm build

This command generates static content in the build directory, which can then be served using any static content hosting service.

Test API Rest documentation

This command generates REST API documentation.

pnpm gen-api-docs all

This command cleans REST API documentation.

pnpm clean-api-docs all

See docusaurus-openapi-docs for more information.