Part of the Jellyfin Project
This repository houses all documentation for Jellyfin available at jellyfin.org and written in markdown.
Everything is built with DocFX using DocFX Flavored Markdown. See the content section here for a quick tutorial.
Describe all available API surfaces and class from plugin development.
apispec
is used to overwrite specific plugin API page contexts.
docs
is the main custom documentation directory.
All uids for the custom documentation are relative to this directory, with administration
and contributing
shortened to admin
and contrib
respectively.
So for example to reference the file general/administration/installing.md
one would use xref:admin-installing
with an optional anchor like xref:admin-installing#arch
.
Should be used for documentation related to server setup including non-default configs for more advanced users.
Should be used for documentation related to development, translations, releases, and other ways to contribute to the project.
Any documentation related to the clients.
Any documentation related to managing the server or explaining certain features.
Naming conventions for all supported media types, such as movies or podcasts.
Any plugin documentation.