seerr/gen-docs
2026-02-27 19:56:52 +01:00
..
blog docs(blog): release notes for seerr v3.1.0 addressing critical security vulnerabilities [skip ci] (#2594) 2026-02-27 19:56:52 +01:00
src chore(deps): upgrade prettier, and tailwind (#2351) 2026-01-29 07:48:34 +01:00
static feat(ui): rebrand Jellyseerr logos to Seerr (#2406) 2026-02-13 17:37:00 +01:00
.gitignore docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05:00
babel.config.js docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05:00
docusaurus.config.ts docs(truenas): update install/migration guide (#2491) 2026-02-18 17:30:25 +05:00
package.json docs(gen-docs): add in packagemanager (#1937) 2025-09-29 05:51:23 +05:00
pnpm-lock.yaml docs(blog): implement blog (#1935) 2025-09-29 05:40:01 +05:00
README.md docs: add missing migration steps (#2376) 2026-02-06 13:55:46 +01:00
sidebars.ts docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05:00
tailwind.config.js docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05:00
tsconfig.json docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05: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 into the build directory and can be served using any static contents hosting service.