The Jellyfin website, blog, and user documentation
Go to file
Niels van Velzen 6f3b865c9f
Some checks are pending
build / Build (push) Waiting to run
build / Deploy to GitHub Pages (push) Blocked by required conditions
build / Deploy to Cloudflare Pages (push) Blocked by required conditions
lint / Lint TypeScript/JavaScript (push) Waiting to run
lint / Lint Markdown (push) Waiting to run
test / Test URLs (test:blog-urls) (push) Waiting to run
test / Test URLs (test:docs-urls) (push) Waiting to run
test / Test URLs (test:web-urls) (push) Waiting to run
Merge pull request #1203 from jellyfin/renovate/sass
Update dependency sass to v1.81.0
2024-11-22 22:37:59 +01:00
.github Update cloudflare/wrangler-action action to v3.12.1 2024-11-06 20:01:42 +00:00
.vscode Add mdx extension to recommendation list 2022-12-13 16:17:31 +01:00
blog Add efcore warning post (#1186) 2024-11-03 16:12:16 +00:00
docs Remove non-existent configuration options 2024-11-21 16:48:20 +01:00
scripts Fix subtitles link redirect 2023-03-30 01:06:10 -04:00
src Merge pull request #1172 from bzf/add-manet-as-a-client 2024-10-27 16:28:36 +01:00
static New logo 2024-09-11 19:08:14 +02:00
.eslintignore Add TypeScript, Prettier and ESLint 2021-05-08 10:04:30 +02:00
.eslintrc.json A few more little nitpicks (#726) 2023-10-28 00:50:26 -04:00
.gitignore feat(91): add sass support 2022-10-17 22:58:52 +02:00
.markdownlint.yaml Add markdownlint workflow 2022-09-12 18:45:24 +02:00
.npmrc Update to lockfile v3 format 2022-09-06 15:15:59 +02:00
.prettierignore Add TypeScript, Prettier and ESLint 2021-05-08 10:04:30 +02:00
.prettierrc Update renovate config to ignore major updates to react 2022-08-05 10:29:32 -04:00
babel.config.js Run eslint fix 2022-08-04 13:28:54 -04:00
docusaurus.config.ts Update social.png in meta tags to fix cache on some services 2024-10-26 20:23:47 +02:00
LICENSE Use proper license text 2021-05-06 16:07:44 +02:00
package-lock.json Update dependency sass to v1.81.0 2024-11-22 01:32:39 +00:00
package.json Update dependency sass to v1.81.0 2024-11-22 01:32:39 +00:00
README.md Remove reference to next.jellyfin.org in README 2022-10-19 12:54:05 -04:00
redirects.ts Convert Docusaurus configuration to TypeScript 2023-12-17 22:15:29 +01:00
sidebars.ts Convert Docusaurus configuration to TypeScript 2023-12-17 22:15:29 +01:00
tsconfig.json Upgrade to Docusaurus 3 2023-11-27 17:29:30 +01:00

jellyfin.org

Part of the Jellyfin Project


Logo Banner

The next generation of the official Jellyfin website.

The goal of this project is to combine all website on jellyfin.org in a single codebase and improve the documentation site experience.

This project includes a combination of content from:

  • jellyfin-blog — The current source for the main website and blog content built using Hugo.
  • jellyfin-docs — The current source for the documentation content built using DocFX.

This website is built using Docusaurus 2, a modern static website generator.

Installation

npm install

Local Development

npm 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

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.