seerr/gen-docs
2024-06-30 05:06:59 +05:00
..
src docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05: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 ci: attempt to fix docs deployment 2024-06-30 05:06:59 +05:00
package.json docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05:00
pnpm-lock.yaml docs: setup docusaurus for documentation (#848) 2024-06-30 03:37:56 +05:00
README.md docs: update gen-docs readme to trigger gh pages deployment (#852) 2024-06-30 04:07:18 +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.com.

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.