seerr/gen-docs
2025-01-21 17:20:33 +08:00
..
src refactor(postgres): add postgres socket (#1248) 2025-01-12 22:40:46 +08:00
static docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05: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: changed the name to lowercase (#1296) 2025-01-21 17:20:33 +08:00
package.json chore: update nodejs to 22 in an attempt to fix undici errors (#1229) 2025-01-09 18:24:38 +08:00
pnpm-lock.yaml docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05:00
README.md docs(readme): fix issues in readme, contributing guide (#854) 2024-06-30 05:48:42 +05: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

Jellyseerr Documentation

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

Jellyseerr docs will be available at docs.jellyseerr.dev.

Installation

$ pnpm

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.