This repository contains a JSON to HTML converter of the Jellyfin web service API.
-
Clone the repository:
git clone https://github.com/MiottoNicola/JellyfinDocumentation.git
-
Copy the
404.html
file to the root directory of your website. -
Configure your web server to use
404.html
as the 404 error page. For example, for an Apache server, add the following line to the.htaccess
file:ErrorDocument 404 /404.html
If the Jellyfin APIs are updated in the future, it is possible to replace the JSON format file with the new file by downloading it from the official Jellyfin page.
If you would like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.