Files
seerr/gen-docs

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.