mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 05:00:04 +03:00
bc991e583138b75bdcd970375c1b1c8ac34433ee
* Add initial blog post for Release 10.9.0 * Make spelling corrections * Add review suggestion changes 1. Fix bad release links 2. Mention --ffmpeg change 3. "direct playback" -> "direct stream playback" for completeness 4. Additional playlist ACL details * Mention dashboard UI changes * Mention client req for trickplay * Tweak wording a bit more and add closing sections * Add another developer call * Add more detail to transcoding segment del * Apply tweaks from suggestions * Apply suggestions from code review Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> * Fix Docker Hub name * Update blog/2024/04-28-jellyfin-release-10.9.0/index.mdx Co-authored-by: Tim Gels <43609220+TimGels@users.noreply.github.com> * Remove date from post metadata * Rename blog post date to new date * Clarify lyric feature * Update blog/2024/05-05-jellyfin-release-10.9.0/index.mdx Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> * Update blog/2024/05-05-jellyfin-release-10.9.0/index.mdx Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> * Update blog/2024/05-05-jellyfin-release-10.9.0/index.mdx Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> * Remove entry about API versioning * Update blog/2024/05-05-jellyfin-release-10.9.0/index.mdx Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> --------- Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> Co-authored-by: Tim Gels <43609220+TimGels@users.noreply.github.com>
jellyfin.org
Part of the Jellyfin Project
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.
Languages
MDX
66.6%
TypeScript
30.5%
SCSS
2.1%
JavaScript
0.8%